Skip to content

Commit 72fe3e8

Browse files
committed
Fix the merge
2 parents 6276c78 + 338ca2c commit 72fe3e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildrun.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/bin/bash
22

33
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
48

59
sed -i "/jsr sys.init_system_phase2/d" pi.asm
610
sed -i "/jmp sys.cleanup_at_exit/d" pi.asm

0 commit comments

Comments
 (0)