itszor / gcc-6502-bits

Build tools, tiny C library, etc. for gcc-6502 port.
61 stars 17 forks source link

c64 fputc ( gcc-6502-bits/libtinyc/c64/fputc.c ) #2

Closed daybyter closed 8 years ago

daybyter commented 8 years ago

I think the easiest way to print a character here is the kernal CHROUT function at $ffd2 ?

http://sta.c64.org/cbm64krnfunc.html

just a

lda # jsr $ffd2

should do the job?

itszor commented 8 years ago

This should be fixed (apart from character encoding issues) by Claus64's pull request #3, I think.