1
0
Fork 0

0x85 Test Ed,GD opcode added

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@198
This commit is contained in:
Sjoerd van der Berg 2002-08-21 14:29:08 +00:00
parent 57c02611d7
commit 7827dcbc3d

View file

@ -230,6 +230,8 @@ switch(Fetchb()) {
}
}
break;
case 0x85: /* TEST Ed,Gd */
RMEdGd(TESTD);break;
case 0x8f: /* POP Ed */
{
GetRM;