Module disasm

Source
Expand description

Utilities for disassembling Z80 machine code.

Functionsยง

disasm_memory
Interprets a given memory chunk as machine code instructions.
disasm_memory_once
Interprets a given memory chunk as a machine code instruction.
disasm_memory_print_text
Prints disassembled instructions to stdout as lines of text.
disasm_memory_write_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.