Fixed bug: imulb was given wrong opcode
This commit is contained in:
parent
28341f4478
commit
da17ca5a9f
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
0, EXTOP1, 0050, "verw",
|
||||
0, EXTOP1, 0061, "lmsw",
|
||||
0, IMUL, 00, "imul",
|
||||
0, IMULB, 01, "imulb",
|
||||
0, IMULB, 050, "imulb",
|
||||
0, INCOP, 000, "incb",
|
||||
0, INCOP, 001, "inc",
|
||||
0, INCOP, 010, "decb",
|
||||
|
|
Loading…
Reference in a new issue