Int 21/AX=350Ch

Prev Next Ralf Interrups Categories Contents

------

FlashTek X-32VM - ALLOCATE A BLOCK OF MEMORY

AX = 350Ch
ECX = size of block in bytes
DS = default DS

Return:
CF clear if successful EAX = near pointer to new block EDX = new lowest legal value for stack CF set on error (requested size not multiple of 4K)

See Also: AX=350Bh - AX=350Dh

Category: DOS Extenders - Int 21h - F

------

Prev Next Ralf Interrups Categories Contents