EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #982 background imageLoading...
Page #982 background image
940
Appendix A: System Routines — Program I/O Screen
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
cmd_disp
Declaration:
void
cmd_disp
(EStackIndex
e
)
Category(ies):
Program I/O Screen
Description:
Display estack expressions in the program I/O window. Each expression on
the estack is displayed in turn until an END_TAG is encountered. The
pretty print mode setting determines how the expressions are formatted for
display.
This routine implements the TI
-
BASIC Disp command.
Inputs:
e
estack index of first expression to display.
Outputs:
None
Assumptions:
None
Side Effects:
May cause heap compression.
Availability:
On AMS 1.05 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
Not applicable.
Example:
/* This example displays 3.14 and 7 on the program I/O screen */
Access_AMS_Global_Variables;
EStackIndex savetop = top_estack; /* save index to top of estack */
push_quantum(END_TAG); /* mark end of list */
push_long_to_integer(7); /* push 7 on estack */
push_Float(3.14); /* push 3.14 on estack */
cmd_disp(top_estack); /* display 3.14 and 7 */
top_estack = savetop; /* pop estack */

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals