Mostly for internal usage.
Puts a character using the current TextAttr at the current cursor position on the display. ASCII Control Characters are not processed. The cursor does not move.
Examples:
CRT_PutCharAttr 0x0d ; Place a 0x0d symbol CRT_PutCharAttr "A" ; Place a "A" char
See also: Write.