mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-23 23:30:22 +00:00
8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
|
|
noinline asm byte readkey() {
|
|
clr <$6f
|
|
jsr [$A000]
|
|
tfr b,a
|
|
rts
|
|
}
|