summaryrefslogtreecommitdiff
path: root/uscript/xbytecode.h
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-04-17 22:48:52 -0400
committeriamcheeseman <[email protected]>2026-04-17 22:48:52 -0400
commitf328d3b2bea11f6b89bf4b3707205ecd8496b93d (patch)
tree6d3fdb155a7d4c19332f54790b1d6ae89ae0b04f /uscript/xbytecode.h
parentde5d3ebdbc674bf8f1e324ee5b43c51af288a286 (diff)
microscript: add maps
Diffstat (limited to 'uscript/xbytecode.h')
-rw-r--r--uscript/xbytecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uscript/xbytecode.h b/uscript/xbytecode.h
index 1a7f359..5eef6db 100644
--- a/uscript/xbytecode.h
+++ b/uscript/xbytecode.h
@@ -5,6 +5,7 @@ BC(FALSE)
BC(TRUE)
BC(ZILCH)
BC(ARR)
+BC(MAP)
BC(GET_LOCAL)
BC(SET_LOCAL)
BC(GET_GLOBAL)