Aura
Text Mode Routines (textmode.asm)
_TextSetPage
- Inputs: PageNum=page number to display
- Outputs: None
Displays the selected page.
_TextClearScreen
- Inputs: None
- Outputs: None
Assumes es=_textdescriptor. Clears the textmode screen.
_TextWriteChar
- Inputs: (X,Y)=location to write character; Char=character to display;
Attrib=attribute to write character with
- Outputs: None
Assumes es=_textdescriptor. Writes a character to the textmode display.
_TextWriteString
- Inputs: (X,Y)=location at which to start writing string; *String=string
to write; Attrib=attribute to write string with
- Outputs: None
Assumes that es=_textdescriptor, *String in ds.
Writes the string to the textmode display.