sub-blocks, part 2

works but result still kind of big
This commit is contained in:
tildearrow 2025-04-04 19:28:29 -05:00
parent d5f1d3c25c
commit 39ea7e6da0
4 changed files with 210 additions and 89 deletions

View file

@ -73,7 +73,7 @@ hex | description
f1 | no operation
f2 | UNUSED - unoptimized extended command
f3 | loop (negative offset and count follow... both are 8-bit)
f4 | call symbol (16-bit index follows; only used internally)
f4 | call symbol (32-bit index follows; only used internally)
f5 | jump to sub-block (address follows)
f6 | go to sub-block (32-bit offset follows)
f7 | full command (command and data follows)