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, 43h get handle and allocate memory</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 67h,  43h  GET HANDLE AND ALLOCATE MEMORY

On entry:
        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

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