z80asm

Assembler for Zilog Z80 microprocessor and compatible processors

brewmacoslinux
Try with needOr install directly
Source

About

Assembler for the Zilog Z80 microprcessor and compatibles

Commands

z80asm

Examples

Assemble a Z80 assembly source file to binary$ z80asm -o output.bin source.asm
Assemble with verbose output and generate listing file$ z80asm -l listing.txt -o output.bin source.asm
Assemble with custom origin address$ z80asm -o output.bin -b 0x8000 source.asm