The LazyBoy Library Manual - TextAttr

Part of the CRT group.

%imacro TextAttr 1
Prefers: AL
Prefers: byte

Sets the text foreground and background colors for the displayed text.

Examples:

        TextAttr al     ; set colors to AL
        TextAttr 0x4f   ; set color to White on Red
        TextAttr [LAST] ; set color to value stored in [LAST]

See also: GetTextAttr, TextColor and TextBackground