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

PageCopy

Function number: 63

Copies the source video page to the destination video page.

Register entry values

AX = EE3F
SI = Source video page
DI = Destination video page

Register exit values

None

Example

MOV     AX,0EE3FH       ;Page copy function
MOV SI,3 ;Set source page number
MOV DI,2 ;Set destination page number
INT 10H ;Call GRAFIX

Comments

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