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

GetActivePage

Function number: 62

Returns the current active page.

Register entry values

AX = EE3E

Register exit values

BX = Current active page number

Example

MOV     AX,0EE3EH       ;Get active page function
INT 10H ;Call GRAFIX
MOV [APage],BX ;Store current active page number

Comments

See the 'PageCopy' function in chapter 2 for more information on video pages.