Functions | |||
![]()  | ![]()  | void | gotoxy (UINT8 x, UINT8 y) BANKED | 
![]()  | ![]()  | Move the cursor to an absolute position. | |
![]()  | ![]()  | UINT8 | posx (void) BANKED | 
![]()  | ![]()  | Get the current X position of the cursor. | |
![]()  | ![]()  | UINT8 | posy (void) BANKED | 
![]()  | ![]()  | Get the current Y position of the cursor. | |
![]()  | ![]()  | void | setchar (char c) BANKED | 
![]()  | ![]()  | Writes out a single character at the current cursor position. More... | |
Note that the font is 8x8, making the screen 20x18 characters.
| void setchar (char c) | 
Writes out a single character at the current cursor position.
Does not update the cursor or interpret the character.
 1.0.0 written by Dimitri van Heesch,
 © 1997-1999