dos33fsprogs/games/lemm/wait_keypress.s
Vince Weaver 7095b76a6c games: Lemm
should probably be working on other things
2022-03-04 16:53:49 -05:00

6 lines
129 B
ArmAsm

wait_until_keypress:
lda KEYPRESS ; 4
bpl wait_until_keypress ; 3
bit KEYRESET ; clear the keyboard buffer
rts ; 6