fix in IMUL, define DEBUG 1

This commit is contained in:
ceriel 1989-02-07 14:30:47 +00:00
parent 0bc88b77b2
commit a13ea6d098
2 changed files with 3 additions and 3 deletions

View file

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

View file

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