acme

Cross-assembler supporting multiple CPU architectures and target environments

brewmacoslinux
Try with needOr install directly
Source

About

Crossassembler for multiple environments

Commands

acme

Examples

Assemble a 6502 assembly file for Commodore 64$ acme -t raw -o output.prg input.s
Assemble with symbol output and verbose mode$ acme -v -o program.bin -l symbols.txt source.asm
Assemble for different CPU types with format specification$ acme -f cbm -t plain -o game.bin game.s