EasyManuals Logo

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 #495 background imageLoading...
Page #495 background image
Appendix A: System Routines — Error Handling
453
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
ER_throwFrame
(continued)
Example:
/* App error numbers begin with OO_FIRST_APP_STRING */
#define ER_COUNT_TOO_LONG (OO_FIRST_APP_STRING+1)
FRAME(appObj, OO_SYSTEM_FRAME, ...)
.
.
.
/* String numbers begin with OO_FIRST_STRING */
ATTR(OO_FIRST_STRING+ER_COUNT_TOO_LONG,"COUNT MUST BE <= 1024")
ENDFRAME
pFrame pAppObj = (pFrame)&appObj;
.
.
.
unsigned long count = estack_to_ulong(top_estack);
if (count > 1024)
ER_throwFrame(ER_COUNT_TOO_LONG, pAppObj); /* Throw app error number */

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