mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
5237d506af
can now walk around there again
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
|