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/us_debug.c | |
| parent | a2ebe62cdbbe12e75e3b5c79de3dce9fbeb1ca20 (diff) | |
microengine: compound operators
Diffstat (limited to 'uscript/us_debug.c')
| -rw-r--r-- | uscript/us_debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uscript/us_debug.c b/uscript/us_debug.c index 18be587..8898211 100644 --- a/uscript/us_debug.c +++ b/uscript/us_debug.c @@ -80,6 +80,7 @@ int print_instruction(struct us_proto *proto, int idx) case BC_FALSE: case BC_TRUE: case BC_ZILCH: + case BC_PUSH_INDEX: case BC_GET_INDEX: case BC_SET_INDEX: case BC_POP: |
