This very basic example is the result of my searches and experiments to assemble and run a Commodore 64 assembly source with the ca65 assembler. It creates a PRG file that emulators can load, then run with the SYS 49152 command.
Commodore 64 assembly build script sample (ca65)
Repository from Github https://github.comnicolasbauw/ca65build
This very basic example is the result of my searches and experiments to assemble and run a Commodore 64 assembly source with the ca65 assembler. It creates a PRG file that emulators can load, then run with the SYS 49152 command.
Commodore 64 assembly build script sample (ca65)