Main Page   Compound List   File List   Header Files   File Members  

console.h File Reference

Console functions that work like Turbo C's. More...


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...


Detailed Description

Console functions that work like Turbo C's.

Note that the font is 8x8, making the screen 20x18 characters.


Function Documentation

void setchar (char c)

Writes out a single character at the current cursor position.

Does not update the cursor or interpret the character.


Generated at Sat Jul 22 11:34:01 2000 for gbdk-lib by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999