dos33fsprogs/megademo/megademo.s

30 lines
441 B
ArmAsm
Raw Normal View History

2018-08-29 15:46:25 +00:00
; Apple II Megademo
; by deater (Vince Weaver) <vince@deater.net>
2018-08-29 15:57:54 +00:00
.include "hardware.inc"
;===================
; set graphics mode
;===================
jsr HOME
bit PAGE0 ; first graphics page
bit FULLGR ; full screen graphics
bit HIRES ; hires mode !!!
bit SET_GR ; graphics mode
2018-08-29 15:46:25 +00:00
;===================
; do nothing
;===================
do_nothing:
jmp do_nothing
2018-08-29 15:57:54 +00:00
.align $1000
.incbin "c64.img"