◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: DOS.INC Syntax: @ModBlock paragraphs [,segment] Summary: Modifies an allocated block of memory Arguments: <paragraphs> Paragraphs (16 bytes) of memory wanted. <segment> Starting address of memory to be freed; if none given, ES address assumed. Returns: If carry is set, the error code is returned in AX; otherwise, the ES register contains the segment address of allocated memory. If carry is clear, the BX register contains the number of paragraphs allocated. Modifies: AX, BX; ES if segment given See also: Int 21h Function 4Ah @GetBlock, @FreeBlock -♦-