mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-04 09:04:33 +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
|