Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 3

ClearScreen

Function number: 00

Clears the screen viewport to the current background color.

Register entry values

AX = EE00

Register exit values

None

Example

MOV     AX,0EE00H       ;Clear screen function
INT 10H ;Call GRAFIX

Comments

See the 'SetView' function in chapter 2 for a more information of the screen viewport.