mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-01 06:29:53 +00:00
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
|
|
// OSASCI. Write a character (to screen) from A plus LF if (A)=&0D
|
|
// Input: A = Byte to write.
|
|
asm void putchar(byte a) @$FFE3 extern
|