1226
Appendix B: Global Variables — EStack Utilities
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
estack_max_index
Declaration:
EStackIndex
estack_max_index
Category(ies):
EStack Utilities
Description:
EStackIndex of the highest usable address of the expression stack.
Inputs:
Not applicable.
Outputs:
Not applicable.
Assumptions:
Access_AMS_Global_Variables must be defined.
Side Effects:
Not applicable.
Availability:
On AMS 2.04 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also: bottom_estack, top_estack, reset_estack_size
Example:
EStackDisplacement esize = estack_max_index – bottom_estack;
Computes the amount of usable estack space and assigns it to the variable esize.
EStackDisplacement avail = estack_max_index – top_estack;
Computes the amount of available estack space and assigns it to the variable avail.