Interrups | Categories | Contents |
AX = FF2Ch CX:DX = block size in bytes
Return:
CF clear if successful SI:DI = selector:offset of allocated memory CF set on error
Note: Unlike "GetMem" (AX=FF0Bh), this function will reuse selectors until a segment is full, rather than allocating a new selector for each memory block
See Also: AX=FF00h - AX=FF2Dh - AX=FF2Eh
Category: DOS Extenders - Int 31h - C
Interrups | Categories | Contents |