Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 67h, 56h alter page map and call . 4.0</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 67h,  56h  ALTER PAGE MAP AND CALL                               . 4.0

On entry:
        AH = 56h
        AL = subfunction
            00h physical page numbers provided by caller
               DX = handle
               DS:SI = pointer to structure containing page map and call
                       address
            01h segment addresses provided by caller
               DX = handle
               DS:SI = pointer to structure containing page map and call
                       address
            02h get page map stack space required

Return:
        (if successful, the target address is called.  Use a RETF to return
         and restore mapping context)
        BX = stack space required (subfunction 02h)
        AH = status
            00h successful
            80h internal error
            81h hardware failure
            83h invalid handle
            84h undefined function requested
            8Ah invalid logical page number encountered
            8Bh invalid physical page number encountered
            8Fh undefined subfunction

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson