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 15 - desqview 2.x - getmem - allocate system memory http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 15 - DESQview 2.x - "GETMEM" - ALLOCATE "SYSTEM" MEMORY
        AX = DE0Ch
        BX = number of bytes
Return: ES:DI -> allocated block or 0000h:0000h (DV 2.26+)
Note:   use SETERROR (AX=DE15h) to avoid a user prompt if there is insufficient
          system memory
SeeAlso: AX=1001h,AX=DE0Dh,AX=DE15h

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