mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-16 10:27:33 +00:00
5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
inline asm void putchar(byte a) {
|
|
rst $10
|
|
? ret
|
|
}
|