1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-11 15:29:34 +00:00
millfork/include/c264_kernal.mfk

5 lines
208 B
Plaintext
Raw Normal View History

2017-12-06 23:23:30 +00:00
// Routines from C16 and Plus/4 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