diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 4f4fcd7..921fca2 100644 --- a/src/common.h +++ b/src/common.h @@ -57,8 +57,17 @@ enum ejit_opcode { ADDR_F, SUBR, SUBR_F, + MULR, + DIVR, + NEGR, + + EQR, + LTR, BLTR, + BNEI, + BEQI, + JMP, PARAM, PARAM_F, |