1
0
Fork 0

Added 0xb2, LSS instruction.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@453
This commit is contained in:
Sjoerd van der Berg 2002-10-27 21:31:43 +00:00
parent c2b1f89fa2
commit dfb87ec9e3

View file

@ -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;