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)
Move the cursor to an absolute position.

UINT8 posx (void)
Get the current X position of the cursor.

UINT8 posy (void)
Get the current Y position of the cursor.

void setchar (char c)
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 Sun May 7 12:16:58 2000 for gbdk-lib by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999