summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vm.h b/vm.h
index bce1923..859e207 100644
--- a/vm.h
+++ b/vm.h
@@ -45,7 +45,10 @@ typedef enum {
OP_MUL,
OP_DIV,
+ OP_DROP,
+
OP_GETGLOBAL,
+ OP_SETGLOBAL,
} Op;
void runvm(State *S);