diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 8f42985..1f52f76 100644 --- a/src/common.h +++ b/src/common.h @@ -55,8 +55,12 @@ enum ejit_opcode { ADDR, ADDR_F, + ADDI, + SUBR, SUBR_F, + SUBI, + MULR, DIVR, NEGR, @@ -67,6 +71,7 @@ enum ejit_opcode { BLTR, BNEI, BEQI, + BGTI, JMP, PARAM, |