diff options
| author | iamcheeseman <[email protected]> | 2026-04-14 21:15:38 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-14 21:15:38 -0400 |
| commit | 7752d0b775c4df0de6fec688107e904ad20e1de6 (patch) | |
| tree | 4255de168db8a527b7e99217021dd052bd2024e2 /uscript/xbytecode.h | |
| parent | a2ebe62cdbbe12e75e3b5c79de3dce9fbeb1ca20 (diff) | |
microengine: compound operators
Diffstat (limited to 'uscript/xbytecode.h')
| -rw-r--r-- | uscript/xbytecode.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
