GetApplLimit
GetApplLimit Obtain current application heap limit
#include <Memory.h> Memory Manager
returns address of end of current zone + 1
GetApplLimit returns the address of the end of the application heap zone.
Returns: a Ptr; the address of the end (top) of the application heap +1.

Notes: You can get this same information by reading the global variable ApplLimit
(at 0x0130).
You might call GetApplLimit before reducing or expanding the
application zone size via SetApplLimit.