Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;============= start code run in interupt ===========
- Interrupt:
- exx
- push af
- push ix
- in a,(4)
- rrca ;puts bit 0 into carry to see if ON key gens interrupt. 4cc savings.
- jp c,GameQuit
- ld a,(phase) ;else assume that the game is running on this interrupt.
Advertisement
Add Comment
Please, Sign In to add comment