Several fixes and addition of 80486 instructions

This commit is contained in:
ceriel
1992-09-16 16:10:30 +00:00
parent 94ec8e495e
commit be227c5f88
4 changed files with 48 additions and 7 deletions

View File

@@ -524,7 +524,7 @@ bittestop(opc)
emit1((int)(exp_2.val));
}
else if (is_reg(reg_2)) {
emit1(0203 | opc);
emit1(0203 | (opc<<3));
ea_1((reg_2&7)<<3);
}
else badsyntax();