mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-23 23:30:22 +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
|
|
}
|
|
|