aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h5
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,