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, 50h map/unmap multiple handle pages . 4.0</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 67h,  50h  MAP/UNMAP MULTIPLE HANDLE PAGES                       . 4.0

On entry:
        AH = 50h
        AL = subfunction
            00h
            01h
        DX = handle
        CX = number of entries in array
        DS:SI = pointer to mapping array

Return:
        AH = status
            00h successful
            80h internal error
            81h hardware malfunction
            83h invalid handle
            84h undefined function requested
            8Ah one or more logical pages are invalid
            8Bh one or more physical pages are invalid
            8Fh invalid subfunction

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