diff options
Diffstat (limited to 'lopnames.h')
-rw-r--r-- | lopnames.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -36,6 +36,13 @@ static const char *const opnames[] = { | |||
36 | "POWI", | 36 | "POWI", |
37 | "DIVI", | 37 | "DIVI", |
38 | "IDIVI", | 38 | "IDIVI", |
39 | "ADDK", | ||
40 | "SUBK", | ||
41 | "MULK", | ||
42 | "MODK", | ||
43 | "POWK", | ||
44 | "DIVK", | ||
45 | "IDIVK", | ||
39 | "BANDK", | 46 | "BANDK", |
40 | "BORK", | 47 | "BORK", |
41 | "BXORK", | 48 | "BXORK", |