fix in IMUL, define DEBUG 1
This commit is contained in:
parent
0bc88b77b2
commit
a13ea6d098
|
@ -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…
Reference in a new issue