mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-01 16:04:55 +00:00
7959042667
then optimized to find room for it
19 lines
187 B
ArmAsm
19 lines
187 B
ArmAsm
fast_hclr:
|
|
lda HGR_PAGE
|
|
sta hclr_smc+2
|
|
ldy #0
|
|
hclr_outer:
|
|
tya
|
|
hclr_inner:
|
|
hclr_smc:
|
|
sta $2000,Y
|
|
iny
|
|
bne hclr_inner
|
|
|
|
inc hclr_smc+2
|
|
lda hclr_smc+2
|
|
and #$1f
|
|
bne hclr_outer
|
|
|
|
rts
|