c64-livecoding/wip-hugo/build.sh
2025-07-26 14:48:46 +02:00

6 lines
216 B
Bash
Executable file

# !/bin/bash
#Note that program start at $080D
cl65 -o build/file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l build/program.lst source.s -Ln build/program.lbl \
#VICE do not like -
sed -i 's/-/m/g' build/program.lbl