z80dasm

Disassembler for the Zilog Z80 microprocessor and compatible CPUs

brewmacoslinux
Try with needOr install directly
Source

About

Disassembler for the Zilog Z80 microprocessor and compatibles

Commands

z80dasm

Examples

Disassemble a binary file and output assembly code$ z80dasm -a input.bin > output.asm
Disassemble with specific origin address$ z80dasm -a -o 0x0000 firmware.bin
Disassemble and specify output file$ z80dasm -a -o 0x8000 rom.bin -l output.lst