mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-03 18:04:46 +00:00
5 lines
207 B
Plaintext
5 lines
207 B
Plaintext
// Routines from Commodore PET KERNAL ROM
|
|
|
|
// CHROUT. Write byte to default output. (If not screen, must call OPEN and CHKOUT beforehands.)
|
|
// Input: A = Byte to write.
|
|
asm void putchar(byte a) @$FFD2 extern |