SetActivePage
Function number: 61
Sets the current active page which all graphic functions will work with.
Register entry values
AX = EE3D
BX = Active page number
Register exit values
None
Example
MOV AX,0EE3DH ;Set active page function
MOV BX,1 ;Set active page number
INT 10H ;Call GRAFIX
Comments
See the 'PageCopy' function in chapter 2 for more information on video pages.