The LazyBoy Library Manual - CRT_WriteString

Part of the CRT group.

%imacro CRT_WriteString 2
Prefers: ES, DI

Mostly for internal usage.

Write an ASCIIZ string to the display using the current TextAttr. ASCII Control Characters are processed. The cursor is moved to the next write position. The screen will scrolled when necessary.

Example:

    CRT_WriteString  es, di   ; Write ASCIIZ from memory location ES:DI

See also: Write.