Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 67 - eems - page mapping http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 67 - EEMS - PAGE MAPPING
        AH = 6Ah
        AL = subfunction
            00h save partial page map
                CH = first page frame
                CL = number of frames
                ES:DI -> buffer which is to be filled
            01h restore partial page map
                CH = first page frame
                CL = number of frames
                DI:SI -> previously saved page map
            02h save and restore partial page map
                CH = first page frame
                CL = number of frames
                ES:DI = buffer for current page map
                DI:SI = new page map
            03h get size of save array
                CH = first page frame
                CL = number of frames
                Return: AL = size of array in bytes
            04h switch to standard map register setting
            05h switch to alternate map register setting
            06h deallocate pages mapped to frames in conventional memory
                CH = first page frame
                CL = number of frames
Return: AH = status
Note:   similar to EMS function 4Eh, except that a subrange of pages can be
          specified
SeeAlso: AH=69h

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