From 6d30c64216cd4d0b1b2a20a167d85c7fc6534378 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 7 Apr 2026 10:46:07 -0400 Subject: microscript: add arrays --- uscript/xbytecode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uscript/xbytecode.h') 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) -- cgit v1.3-2-g0d8e