dasm

Macro assembler supporting multiple 8-bit microprocessors

brewmacoslinux
Try with needOr install directly
Source

About

Macro assembler with support for several 8-bit microprocessors

Commands

dasm

Examples

Assemble a simple 6502 assembly file to binary output$ dasm program.asm -o program.bin
Assemble with listing file to review generated code$ dasm program.asm -o program.bin -l program.lst
Assemble with custom symbol definitions for conditional assembly$ dasm program.asm -o program.bin -DSYMBOL=value