The LazyBoy Library Manual - CRT_PutChar

Part of the CRT group.

%imacro CRT_PutChar 1
Prefers: AL

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.