The LazyBoy Library Manual - CRT_PutCharAttr

Part of the CRT group.

%imacro CRT_PutCharAttr 1-2
Prefers: AX
Prefers: AL, AH

Mostly for internal usage.

Puts a character and attribute at the current cursor position on the display. ASCII Control Characters are not processed. The cursor does not move.

Examples:

        CRT_PutCharAttr  0x4f0d         ; Place a White on Red 0x0d symbol
        CRT_PutCharAttr  0x0a, 0x1e     ; Place a 0x0a char as Yellow on Blue

See also: Write.