diff --git a/wip-hugo/build.sh b/wip-hugo/build.sh new file mode 100644 index 0000000..be0bb4a --- /dev/null +++ b/wip-hugo/build.sh @@ -0,0 +1,5 @@ +# !/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 \ diff --git a/wip-hugo/run.sh b/wip-hugo/run.sh deleted file mode 100755 index efe2737..0000000 --- a/wip-hugo/run.sh +++ /dev/null @@ -1,10 +0,0 @@ -# !/bin/bash -killall x64sc - -#Note that program start at $080D -cl65 -o file.prg -u __EXEHDR__ -t c64 -C c64-asm.cfg -l file.list source.s \ -#&& nohup flatpak run net.sf.VICE -windowypos 0 -windowxpos 960 -windowwidth 945 -windowheight 720 file.prg /dev/null & - -sleep 2 -rm source.o -#rm file.prg