kfest: initial checkin

This commit is contained in:
Vince Weaver 2018-07-18 09:27:26 -04:00
parent ae69000d36
commit 98340410a3

14
kfest2018/raster.s Normal file
View 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