mirror of
https://github.com/KarolS/millfork.git
synced 2026-03-11 17:41:49 +00:00
9 lines
97 B
Plaintext
9 lines
97 B
Plaintext
|
|
noinline asm byte readkey() {
|
|
clr $6f
|
|
jsr [$A000]
|
|
beq readkey
|
|
tfr a,b
|
|
rts
|
|
}
|