Int E0 - Real/32 - "m_alloc" - Allocate Memory [O]
CL = 80h
DS:DX -> Memory Parameter Block (MPB) (see #3775)
Return: AX = status (0000h success, else error code)
See Also: INT E0/CL=81h
Format of REAL/32 Memory Parameter Block (MPB):
Offset Size Description (Table 3775)
00h WORD (call) desired starting paragraph of block, or
0000h for anywhere
(ret) starting paragraph of allocated block
02h WORD (call) minimum number of paragraphs required
(ret) actual number of paragraphs allocated
04h WORD (call) maximum number of paragraphs to allocate
(ret) actual number of paragraphs allocated
06h WORD process descriptor (see #3768) of memory's owner or 0000h
08h WORD flags (normally set to 0000h on call)
See Also: #3776