From ca004156cbb1c525900f444994112fc17b71d63d Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Tue, 14 Apr 2026 12:44:25 -0400 Subject: microscript: add globals --- uscript/xbytecode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'uscript/xbytecode.h') 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) -- cgit v1.3-2-g0d8e