fix in IMUL, define DEBUG 1
This commit is contained in:
parent
d3a832bd33
commit
f66169c2d2
@ -10,7 +10,7 @@
|
||||
#define THREE_PASS /* branch and offset optimization */
|
||||
#define LISTING /* enable listing facilities */
|
||||
#define RELOCATION /* generate relocation info */
|
||||
#define DEBUG 2
|
||||
#define DEBUG 1
|
||||
|
||||
#undef valu_t
|
||||
#define valu_t long
|
||||
|
||||
@ -94,8 +94,8 @@
|
||||
0, EXTOP1, 0041, "smsw",
|
||||
0, EXTOP1, 0050, "verw",
|
||||
0, EXTOP1, 0061, "lmsw",
|
||||
0, IMUL, 0, "imul",
|
||||
0, IMULB, 0, "imulb",
|
||||
0, IMUL, 00, "imul",
|
||||
0, IMULB, 01, "imulb",
|
||||
0, INCOP, 000, "incb",
|
||||
0, INCOP, 001, "inc",
|
||||
0, INCOP, 010, "decb",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user