z80dasm

disassembler for the Zilog Z80 microprocessor
  https://www.tablix.org/~avian/blog/articles/z80dasm/
  2
  1 review



The Z80 microprocessor is used in some 1980s home microcomputers, such as the Sinclair ZX80, ZX81, Spectrum, Galaksija and in several newer devices, such as graphical calculators from Texas Instruments and the original GameBoy.

This disassembler is useful for reverse engineering programs and operating systems written for such devices. It produces assembly source code from binary ROM images and tries to guess locations of labels and symbols. Its output can be directly converted back to binary with a Z80 assembler, such as z80asm.
Latest reviews
5
berniewalp 4 years ago

Brilliant. It effectively disassembles. I haven't looked at all features you can get from the command-line but the authors really thought this through.