Aura

Text Mode Routines (textmode.asm)

_TextSetPage

Displays the selected page.

_TextClearScreen

Assumes es=_textdescriptor. Clears the textmode screen.

_TextWriteChar

Assumes es=_textdescriptor. Writes a character to the textmode display.

_TextWriteString

Assumes that es=_textdescriptor, *String in ds. Writes the string to the textmode display.