mud/src/mudlib/zmachine
Jared Miller e61dcc3ac4
Implement extended opcode decoder for V5+
The 0xBE prefix byte triggers extended opcode parsing. Reads the
opcode number from the next byte, then parses operand types using
the same format as VAR opcodes. Required for all V5+ games.
2026-02-10 13:37:27 -05:00
..
__init__.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
bitfield.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
glk.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
LICENSE Port 12 trivial opcodes to hybrid z-machine interpreter 2026-02-09 20:44:21 -05:00
mud_ui.py Wire embedded z-machine interpreter into MUD mode stack 2026-02-10 11:18:16 -05:00
quetzal.py Fix two zmachine bugs found during code audit 2026-02-10 13:30:44 -05:00
trivialzui.py Fix backspace echo for terminals that send chr(127) 2026-02-09 23:11:43 -05:00
zaudio.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zcpu.py Fix two zmachine bugs found during code audit 2026-02-10 13:30:44 -05:00
zfilesystem.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zlexer.py Truncate words to dictionary resolution before lookup 2026-02-09 23:04:56 -05:00
zlogging.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zmachine.py Wire op_save to QuetzalWriter and filesystem 2026-02-10 10:13:45 -05:00
zmemory.py Relax version gates to accept V8 story files 2026-02-10 13:37:22 -05:00
zobjectparser.py Relax version gates to accept V8 story files 2026-02-10 13:37:22 -05:00
zopdecoder.py Implement extended opcode decoder for V5+ 2026-02-10 13:37:27 -05:00
zscreen.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zstackmanager.py Relax version gates to accept V8 story files 2026-02-10 13:37:22 -05:00
zstream.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zstreammanager.py Re-copy fixed repos/zvm source into src/mudlib/zmachine 2026-02-09 20:44:21 -05:00
zstring.py Log warning for undefined ZSCII characters 2026-02-09 21:47:20 -05:00
zui.py Port 12 trivial opcodes to hybrid z-machine interpreter 2026-02-09 20:44:21 -05:00