1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-05 09:28:54 +00:00
millfork/include/coco/kernal.mfk
2020-07-31 01:58:40 +02:00

8 lines
97 B
Plaintext

noinline asm void putchar(byte register(a) character) {
clr <$6f
jsr [$a002]
rts
}