1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-19 10:42:10 +00:00
Files
millfork/include/coco/keyboard.mfk
T
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
}