1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-08 13:28:57 +00:00
millfork/include/zxspectrum.mfk

5 lines
58 B
Plaintext
Raw Normal View History

2018-07-04 22:50:13 +00:00
inline asm void putchar(byte a) {
rst $10
? ret
}