Mostly for internal usage.
Writes a character using the current TextAttr to the display. ASCII Control Characters are processed. The cursor is moved to the next write position. The screen will scrolled when necessary.
Examples:
CRT_WriteChar 0x0d ; Perform a Carriage Return. CRT_WriteChar "A" ; Place a "A" char
See also: Write.