atasm

Atari MAC/65 compatible assembler for Unix systems

brewmacoslinux
Try with needOr install directly
Source

About

Atari MAC/65 compatible assembler for Unix

Commands

atasm

Examples

Assemble an Atari assembly source file to object code$ atasm -o output.obj source.asm
Assemble with listing file to view assembly output$ atasm -l listing.txt -o output.obj source.asm
Assemble with symbol table and verbose output$ atasm -s symbols.txt -v source.asm