summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vm.h b/vm.h
index 81abea3..609ed2c 100644
--- a/vm.h
+++ b/vm.h
@@ -44,6 +44,11 @@ typedef enum {
OP_SUB,
OP_MUL,
OP_DIV,
+ OP_MOD,
+
+ OP_EQU,
+ OP_CMP,
+
OP_DROP,