1
0
Fork 0

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:
Sjoerd van der Berg 2002-12-12 08:59:23 +00:00
parent b3edd4eb90
commit cb84cb12cd

View file

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