Module z80emu::disasm

source ·
Expand description

Utilities for disassembling Z80 machine code.

Functions

Interprets a given memory chunk as machine code instructions.
Prints disassembled instructions to stdout as lines of text.
Instead of providing your own debug function to disasm_memory, provide a fmt::Write implementation which will get disassembled instructions written as lines of text.