1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-11-01 05:05:32 +00:00
millfork/include/coco/kernal.mfk

8 lines
97 B
Plaintext
Raw Normal View History

2020-07-30 23:58:40 +00:00
noinline asm void putchar(byte register(a) character) {
clr <$6f
jsr [$a002]
rts
}