mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-25 20:30:31 +00:00
sa: print correct ascii art
This commit is contained in:
parent
4aa73fc0eb
commit
83a2dd8c99
@ -399,11 +399,21 @@ dal_loop:
|
||||
draw_ascii_art:
|
||||
sty TEMPY
|
||||
|
||||
lda #<aperture
|
||||
asl
|
||||
tay
|
||||
dey
|
||||
dey
|
||||
|
||||
lda ascii_art,Y
|
||||
sta OUTL
|
||||
lda #>aperture
|
||||
lda ascii_art+1,Y
|
||||
sta OUTH
|
||||
|
||||
; lda #<aperture
|
||||
; sta OUTL
|
||||
; lda #>aperture
|
||||
; sta OUTH
|
||||
|
||||
ldy #0
|
||||
ascii_loop:
|
||||
lda (OUTL),Y
|
||||
|
Loading…
Reference in New Issue
Block a user