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:
parent
57c02611d7
commit
7827dcbc3d
1 changed files with 2 additions and 0 deletions
|
@ -230,6 +230,8 @@ switch(Fetchb()) {
|
|||
}
|
||||
}
|
||||
break;
|
||||
case 0x85: /* TEST Ed,Gd */
|
||||
RMEdGd(TESTD);break;
|
||||
case 0x8f: /* POP Ed */
|
||||
{
|
||||
GetRM;
|
||||
|
|
Loading…
Add table
Reference in a new issue