How to Install z80asm in Ubuntu 18.04



Install z80asm by entering the following commands in the terminal:

sudo apt update
sudo apt install z80asm

Description:

assembler for the Zilog Z80 microprocessor

The Z80 microprocessor is used in old home computers, such as the ZX spectrum and MSX, and in several newer devices, such as the TI-83 graphical calculator and (a stripped down version) in the (original) GameBoy. . This assembler is meant for developers who write code (in assembly) for such devices. . Features include: * macros * including other sources * complex expressions (similar to bash) * labels of unlimited length * conditional compilation depending on expressions

Version: 1.8-1build1

Section: universe/devel