mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 20:06:09 +00:00
20 lines
235 B
ArmAsm
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"
|