1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-03-11 02:19:19 +00:00
Files
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
}