1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-10-02 14:56:13 +00:00
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
}