mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 20:06:09 +00:00
0d32e8040f
it's fast!
40 lines
545 B
ArmAsm
40 lines
545 B
ArmAsm
|
|
SET_GR = $C050
|
|
FULLGR = $C052
|
|
PAGE0 = $C054
|
|
HIRES = $C057
|
|
|
|
KEYPRESS = $C000
|
|
KEYRESET = $C010
|
|
|
|
|
|
landscape:
|
|
|
|
|
|
bit SET_GR
|
|
bit FULLGR
|
|
bit PAGE0
|
|
bit HIRES
|
|
|
|
forever:
|
|
lda KEYPRESS
|
|
bpl forever
|
|
|
|
bit KEYRESET
|
|
|
|
|
|
;============================
|
|
; setup load code
|
|
;============================
|
|
|
|
WHICH_LOAD = $80
|
|
|
|
lda #2
|
|
sta WHICH_LOAD
|
|
|
|
jmp $119A
|
|
|
|
.align $100
|
|
|
|
.incbin "lsc.hgr"
|