prog8

Compiler for 8-bit 6502 CPU assembly language and Prog8

brewmacoslinux
Try with needOr install directly
Source

About

Compiled programming language targeting the 8-bit 6502 CPU family

Commands

prog8

Examples

Compile a Prog8 source file to 6502 assembly$ prog8 program.p8
Compile with output directory specification$ prog8 -o ./build program.p8
Compile with optimization enabled$ prog8 -opt program.p8