dos33fsprogs/ootw/wait_keypress.s
Vince Weaver ac18cfd838 ootw: add another demake
why why why
2019-01-13 01:10:44 -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