// Routines from Commodore 128 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