[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
HEAPSIZE Set local heap size in bytes
------------------------------------------------------------------------------
Purpose : Set local heap size in bytes
Syntax : HEAPSIZE [size | MAXVAL]
Example : HEAPSIZE 3000
This is used to set the size of the program's local heap in bytes. The heap
is created in the default data segment after DGROUP, so its maximum size is
determined by the size of DGROUP.
The keyword MAXVAL can be used to set the heap size to 64kb minus the size
of DGROUP, i.e. the maximum possible size.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson