summaryrefslogtreecommitdiff
path: root/uscript/xbytecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'uscript/xbytecode.h')
-rw-r--r--uscript/xbytecode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uscript/xbytecode.h b/uscript/xbytecode.h
index 4372ea5..16ad7a3 100644
--- a/uscript/xbytecode.h
+++ b/uscript/xbytecode.h
@@ -4,10 +4,13 @@ BC(SMALL_INT)
BC(FALSE)
BC(TRUE)
BC(ZILCH)
+BC(ARR)
BC(GET_LOCAL)
BC(SET_LOCAL)
BC(GET_UPVAL)
BC(SET_UPVAL)
+BC(GET_INDEX)
+BC(SET_INDEX)
BC(POP)
BC(POP_UPVAL)
BC(ADD)