mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-16 08:05:31 +00:00
13 lines
145 B
ArmAsm
13 lines
145 B
ArmAsm
; $650,$6d0,$750,$7d0
|
|
clear_both_bottoms:
|
|
lda #' '|$80
|
|
ldx #$F7
|
|
cbloop:
|
|
sta $600,X
|
|
sta $700,X
|
|
sta $A00,X
|
|
sta $B00,X
|
|
dex
|
|
bne cbloop
|
|
; rts
|