dos33fsprogs/fireworks/state_machine.s
Vince Weaver 81cd4b18bd fireworks: more state machine setup
cutting it really close with stars code
2018-09-11 15:12:06 -04:00

15 lines
250 B
ArmAsm

;=================================
; action_stars
;=================================
; and take 4504 cycles to do it
; we take 4501, so waste 3
action_stars:
jsr draw_stars ; 6+4492 = 4498
ldy FRAME ;nop ; 3
jmp check_keyboard ; 3