tass64

Multi-pass optimizing macro assembler for 65xx processor series

brewmacoslinux
Try with needOr install directly
Source

About

Multi pass optimizing macro assembler for the 65xx series of processors

Commands

tass64

Examples

Assemble a 6502 assembly file to binary output$ tass64 program.asm -o program.bin
Assemble with listing file to see generated code and addresses$ tass64 program.asm -o program.bin -l program.lst
Assemble with verbose output for debugging$ tass64 program.asm -o program.bin -v