mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-30 12:34:36 +00:00
10 lines
183 B
ArmAsm
10 lines
183 B
ArmAsm
|
; putting these here because can never remember where to stick
|
||
|
; global init that's guaranteed to get run
|
||
|
|
||
|
init_global_vars:
|
||
|
lda #0
|
||
|
sta DRAW_PAGE
|
||
|
sta INPUT_X ; text pointer
|
||
|
|
||
|
rts
|