1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-03-12 08:41:45 +00:00
Files
millfork/include/coco/keyboard.mfk
2020-07-31 01:58:40 +02:00

8 lines
82 B
Plaintext

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