mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-01 01:06:33 +00:00
b1238af49d
this will probably upset people
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"
|