passport/src/keys.a

16 lines
326 B
Plaintext
Raw Normal View History

2017-01-08 03:35:35 +00:00
WaitForKey
bit STROBE
2021-04-20 04:27:11 +00:00
- lda KEY
bpl -
2017-01-08 03:35:35 +00:00
bit STROBE
cmp #"*"
2021-04-20 04:27:11 +00:00
bne +
2017-01-08 03:35:35 +00:00
jsr TEXT
jsr PrintByID
!byte s_reset
2017-01-08 03:35:35 +00:00
jmp $FF59
2021-04-20 04:27:11 +00:00
+ cmp #$E1
2017-01-08 03:35:35 +00:00
bcc +
and #$DF ; force uppercase
2021-04-20 04:27:11 +00:00
+ rts