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 7f76e05..cfa3f6d 100644
--- a/vm.h
+++ b/vm.h
@@ -36,6 +36,11 @@ typedef enum {
OP_RET,
OP_LOADK,
OP_PRINT,
+
+ OP_ADD,
+ OP_SUB,
+ OP_MUL,
+ OP_DIV,
} Op;