mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-28 06:30:18 +00:00
kfest: initial checkin
This commit is contained in:
parent
ae69000d36
commit
98340410a3
14
kfest2018/raster.s
Normal file
14
kfest2018/raster.s
Normal file
@ -0,0 +1,14 @@
|
||||
; Kansasfest HackFest Entry
|
||||
|
||||
|
||||
TEXT EQU $FB36 ;; Set text mode
|
||||
HOME EQU $FC58 ;; Clear the text screen
|
||||
|
||||
|
||||
;===================
|
||||
; init screen
|
||||
|
||||
jsr TEXT
|
||||
jsr HOME
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user