diff options
| author | iamcheeseman <[email protected]> | 2026-04-14 12:44:25 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-14 12:44:25 -0400 |
| commit | ca004156cbb1c525900f444994112fc17b71d63d (patch) | |
| tree | 8d19ad7199044e4b11fde6725eb758917f317b4e /uscript/xbytecode.h | |
| parent | 752d7967f3cccb4f43e1df7fd99d4944884fc977 (diff) | |
microscript: add globals
Diffstat (limited to 'uscript/xbytecode.h')
| -rw-r--r-- | uscript/xbytecode.h | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
