mirror of
https://github.com/KarolS/millfork.git
synced 2025-02-05 09:32:59 +00:00
8 lines
62 B
Plaintext
8 lines
62 B
Plaintext
|
|
||
|
inline asm byte readkey() {
|
||
|
rst $20
|
||
|
[1]
|
||
|
? ret
|
||
|
}
|
||
|
|