char = KPutChar(char)
D0 D0
Puts a character to the console. This function will not return until the character has been completely transmitted.
KPutChar is the assembly interface, the character must be in D0. _KPutChar and _kputc are the C interfaces, the character must be a longword on the stack.