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