mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-12 03:30:09 +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
|
|
}
|