How to Install z80dasm in Ubuntu 18.04



Install z80dasm by entering the following commands in the terminal:

sudo apt update
sudo apt install z80dasm

Description:

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.

Homepage: https://www.tablix.org/~avian/blog/articles/z80dasm/

Version: 1.1.5-1

Section: universe/devel