summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-25 16:24:29 +0100
committerubq323 <ubq323@ubq323.website>2024-06-25 16:24:29 +0100
commita14bf1188c4cee23db44a590ada52aa8778a2a3f (patch)
treea5f5d3ecd18427e12f0133ed98e3e251fdf3a58d /vm.h
parente48386449b1f50c9f9d9b0645c8c469c1d4cbe4a (diff)
add setting locals
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.h b/vm.h
index 39fc0bb..d9fcb50 100644
--- a/vm.h
+++ b/vm.h
@@ -52,6 +52,7 @@ typedef enum {
OP_SETGLOBAL,
OP_GETLOCAL,
+ OP_SETLOCAL,
OP_TRUE,
OP_FALSE,