1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-09-10 11:54:30 +00:00
millfork/include/zxspectrum.mfk
2018-07-05 00:50:13 +02:00

5 lines
58 B
Plaintext

inline asm void putchar(byte a) {
rst $10
? ret
}