Print out filenames as we read them
This commit is contained in:
@@ -53,7 +53,9 @@ _start:
|
|||||||
lda ptr3
|
lda ptr3
|
||||||
adc #$20
|
adc #$20
|
||||||
sta ptr3
|
sta ptr3
|
||||||
lda #<word_str
|
bcc @4
|
||||||
|
inc ptr3 + 1
|
||||||
|
@4: lda #<word_str
|
||||||
ldx #>word_str
|
ldx #>word_str
|
||||||
jsr pushax
|
jsr pushax
|
||||||
lda ptr3
|
lda ptr3
|
||||||
@@ -78,7 +80,11 @@ _start:
|
|||||||
pha
|
pha
|
||||||
ldx ptr3 + 1
|
ldx ptr3 + 1
|
||||||
phx
|
phx
|
||||||
; jsr _cputs ; print out short filenames as we read them
|
jsr _cputs ; print out short filenames as we read them
|
||||||
|
lda #$0d
|
||||||
|
jsr _cputc
|
||||||
|
lda #$0a
|
||||||
|
jsr _cputc
|
||||||
lda #<kernel_str ; load the string "KERNEL O65"
|
lda #<kernel_str ; load the string "KERNEL O65"
|
||||||
ldx #>kernel_str
|
ldx #>kernel_str
|
||||||
jsr pushax
|
jsr pushax
|
||||||
|
|||||||
Reference in New Issue
Block a user