1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-16 10:27:33 +00:00
Files
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
}