summaryrefslogtreecommitdiff
path: root/uscript/xbytecode.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-04-14 12:44:25 -0400
committeriamcheeseman <[email protected]>2026-04-14 12:44:25 -0400
commitca004156cbb1c525900f444994112fc17b71d63d (patch)
tree8d19ad7199044e4b11fde6725eb758917f317b4e /uscript/xbytecode.h
parent752d7967f3cccb4f43e1df7fd99d4944884fc977 (diff)
microscript: add globals
Diffstat (limited to 'uscript/xbytecode.h')
-rw-r--r--uscript/xbytecode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uscript/xbytecode.h b/uscript/xbytecode.h
index 16ad7a3..95f1440 100644
--- a/uscript/xbytecode.h
+++ b/uscript/xbytecode.h
@@ -7,6 +7,8 @@ BC(ZILCH)
BC(ARR)
BC(GET_LOCAL)
BC(SET_LOCAL)
+BC(GET_GLOBAL)
+BC(SET_GLOBAL)
BC(GET_UPVAL)
BC(SET_UPVAL)
BC(GET_INDEX)