c64-livecoding/wip-hugo/build.sh
2025-05-11 19:59:47 +02:00

5 lines
141 B
Bash
Executable file

# !/bin/bash
killall x64sc
#Note that program start at $080D
cl65 -o file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l program.lst source.s \