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.