dos33fsprogs/disk/qboot/ls.s
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00

20 lines
235 B
ArmAsm

SET_GR = $C050
FULLGR = $C052
PAGE0 = $C054
HIRES = $C057
the_1980s:
forever:
bit SET_GR
bit FULLGR
bit PAGE0
bit HIRES
jmp forever
.align $100
.incbin "lsc.hgr"