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