Added 0xb2, LSS instruction.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@453
This commit is contained in:
parent
c2b1f89fa2
commit
dfb87ec9e3
1 changed files with 6 additions and 1 deletions
|
@ -251,7 +251,12 @@ switch(Fetchb()) {
|
|||
}
|
||||
/* 0xb0 CMPXCHG Eb,Gb */
|
||||
/* 0xb1 CMPXCHG Ew,Gw */
|
||||
/* 0xb2 LSS */
|
||||
case 0xb2: /* LSS */
|
||||
{
|
||||
GetRMrw;GetEAa;
|
||||
*rmrw=LoadMw(eaa);SegSet16(ss,LoadMw(eaa+2));
|
||||
break;
|
||||
}
|
||||
case 0xb3: /* BTR Ew,Gw */
|
||||
{
|
||||
GetRMrw;
|
||||
|
|
Loading…
Add table
Reference in a new issue