File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Z16 := $0005
2121Z17 := $ 0006
2222Z18 := $ 0007
2323LINNUM := $ 0008
24+ TXPSV := $ 0008
2425INPUTBUFFER := $ 000A
2526TEMPPT := $ 0065
2627LASTPT := $ 0066
@@ -85,11 +86,12 @@ L0001 := $0001
8586L0002 := $ 0002
8687GOWARM := $ 0003
8788Z15 := $ 0004
88- Z16 := $ 0005
89+ Z16 := $ 00C6 ;05
8990Z17 := $ 0006
9091GOSTROUT := $ 0006
9192Z18 := $ 0007
9293LINNUM := $ 0011 ;0008
94+ TXPSV := $ 0048
9395GOGIVEAYF := $ 0008
9496INPUTBUFFER := $ 0200 ;00A
9597Z03 := $ 000E ;3 ; same
@@ -163,7 +165,11 @@ RNDSEED := $00DA-82
163165.endif
164166
165167BYTES_PER_FRAME := $ 12
168+ .ifdef CBM1
166169SPACE_FOR_GOSUB := $ 36
170+ .else
171+ SPACE_FOR_GOSUB := $ 3E
172+ .endif
167173FOR_STACK1 := $ 0F
168174FOR_STACK2 := $ 09
169175NUM_TOKENS := $ 23
@@ -215,5 +221,9 @@ MONCOUT := CHROUT
215221MONRDKEY := GETIN
216222
217223
218-
224+ .ifdef CBM1
225+ ENTROPY = $ 9044
226+ .else
227+ ENTROPY = $ E844
228+ .endif
219229
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Z16 := $0016
2020Z17 := $ 0017
2121Z18 := $ 0018
2222LINNUM := $ 0019
23+ TXPSV := $ 0019
2324INPUTBUFFER := $ 001B
2425TEMPPT := $ 0063
2526LASTPT := $ 0064
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Z16 := $000E
1111Z17 := $ 000F
1212Z18 := $ 0010
1313LINNUM := $ 0011
14+ TXPSV := $ 0011
1415INPUTBUFFER := $ 0013
1516CHARAC := $ 005B
1617ENDCHR := $ 005C
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ diff -u kb9.bin.txt kb9-new.bin.txt | head
2222# 2
2323ca65 -D CBM -D CBM2 -D CONFIG_2 msbasic.s -o cbmbasic2.o &&
2424ld65 -C cbmbasic.cfg cbmbasic2.o -o cbmbasic2-new.bin &&
25- # xxd -g 1 cbmbasic2.bin > cbmbasic2.bin.txt
26- # xxd -g 1 cbmbasic2-new.bin > cbmbasic2-new.bin.txt
27- # diff -u cbmbasic2.bin.txt cbmbasic2-new.bin.txt | head
25+ xxd -g 1 cbmbasic2.bin > cbmbasic2.bin.txt
26+ xxd -g 1 cbmbasic2-new.bin > cbmbasic2-new.bin.txt
27+ diff -u cbmbasic2.bin.txt cbmbasic2-new.bin.txt | head
2828
29- da65 --info cbmbasic2-temp.txt
29+ # da65 --info cbmbasic2-temp.txt
3030# opendiff ../cbmbasic2.s cbmbasic2-new.s
You can’t perform that action at this time.
0 commit comments