Add some CLCs before ADCs

This commit is contained in:
Byron Lathi
2023-10-29 19:47:15 -07:00
parent 59a6f13eb3
commit c6bf29649a

View File

@@ -260,6 +260,7 @@ _start:
jsr pushax
pla
clc
adc olen
dec
dec
@@ -278,6 +279,7 @@ _start:
ldy #$4
jsr _cprintf
clc
pla
ldx #>filebuf
adc #<filebuf
@@ -308,6 +310,7 @@ _start:
; ldx #>$1000
; jsr _SD_printBuf
clc
lda userptr + 1
adc tlen + 1
tax