mirror of
https://github.com/KarolS/millfork.git
synced 2026-03-12 08:41:45 +00:00
8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
|
|
noinline asm void putchar(byte register(a) character) {
|
|
clr <$6f
|
|
jsr [$a002]
|
|
rts
|
|
}
|
|
|