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 - lim ems - get handle and allocate memory http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 67 - LIM EMS - GET HANDLE AND ALLOCATE MEMORY
        AH = 43h
        BX = number of logical pages to allocate
Return: AH = status
            00h function successful
                DX = handle
            80h internal error
            81h hardware malfunction
            84h undefined function requested
            85h no more handles available
            87h more pages requested than physically exist
            88h more pages requested than currently available
            89h zero pages requested
SeeAlso: AH=45h

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