1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-05 09:28:54 +00:00
millfork/include/coco/keyboard.mfk
2020-07-31 13:29:13 +02:00

9 lines
97 B
Plaintext

noinline asm byte readkey() {
clr $6f
jsr [$A000]
beq readkey
tfr a,b
rts
}