From 7752d0b775c4df0de6fec688107e904ad20e1de6 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 14 Apr 2026 21:15:38 -0400 Subject: microengine: compound operators --- uscript/xbytecode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uscript/xbytecode.h') diff --git a/uscript/xbytecode.h b/uscript/xbytecode.h index 34f7f43..1a7f359 100644 --- a/uscript/xbytecode.h +++ b/uscript/xbytecode.h @@ -11,6 +11,7 @@ BC(GET_GLOBAL) BC(SET_GLOBAL) BC(GET_UPVAL) BC(SET_UPVAL) +BC(PUSH_INDEX) BC(GET_INDEX) BC(SET_INDEX) BC(POP) -- cgit v1.3-2-g0d8e