◄Summary► ◄Notes► ◄Example► ◄Back► ────────────────────────────────────────────────────────────────────────────── Description: Allocate Memory Block Allocates a block of memory and returns a pointer to the beginning of the allocated area. Input Output ═══════════════════════ ══════════════════════════════════ AH=48H If function successful BX=number of paragraphs Carry flag=clear of memory needed AX=initial segment of allocated block If function unsuccessful Carry flag=set AX=error code BX=size of largest available block (paragraphs) -♦-