z80dasm

disassembler for the Zilog Z80 microprocessor

Install

All systems
curl cmd.cat/z80dasm.sh
Debian Debian
apt-get install z80dasm
Ubuntu
apt-get install z80dasm
image/svg+xml Kali Linux
apt-get install z80dasm
Fedora
dnf install z80dasm
Windows (WSL2)
sudo apt-get update sudo apt-get install z80dasm
OS X
brew install z80dasm
Raspbian
apt-get install z80dasm

z80dasm

disassembler for the Zilog Z80 microprocessor

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.