We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6276c78 + 338ca2c commit 72fe3e8Copy full SHA for 72fe3e8
buildrun.sh
@@ -1,6 +1,10 @@
1
#!/bin/bash
2
3
java -jar prog8compiler-10.1-all.jar -target cx16 pi.p8
4
+sed -i "/jsr cx16.init_system_phase2/d" pi.asm
5
+sed -i "/jmp cx16.cleanup_at_exit/d" pi.asm
6
+sed -ie "s/.word (+), 2024/.word (+), 0/" pi.asm
7
+sed -ie "s/, \$3a, \$8f, '\ prog8'//" pi.asm
8
9
sed -i "/jsr sys.init_system_phase2/d" pi.asm
10
sed -i "/jmp sys.cleanup_at_exit/d" pi.asm
0 commit comments