Neg didn't show 8bit regs.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@570
This commit is contained in:
parent
b3edd4eb90
commit
cb84cb12cd
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ static char *groups[][8] = { /* group 0 is group 3 for %Ev set */
|
|||
{ "rol", "ror", "rcl", "rcr",
|
||||
"shl", "shr", "shl", "sar" },
|
||||
/* 2 */ /* v v*/
|
||||
{ "test %Eq,%Iq", "test %Eq,%Iq", "not %Ec", "neg %Ev",
|
||||
{ "test %Eq,%Iq", "test %Eq,%Iq", "not %Ec", "neg %Ec",
|
||||
"mul %Ec", "imul %Ec", "div %Ec", "idiv %Ec" },
|
||||
/* 3 */
|
||||
{ "inc %Eb", "dec %Eb", 0, 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue