xa

Cross assembler for the 6502 microprocessor architecture

brewmacoslinux
Try with needOr install directly
Source

About

6502 cross assembler

Commands

xa

Examples

Assemble a 6502 assembly file to binary output$ xa -o program.bin program.s
Assemble with symbol listing and verbose output$ xa -l program.lst -v program.s
Assemble with specific output format for C64$ xa -c64 -o game.prg game.s