Chapter 14: Data Types
159
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
14.10. Programs and Functions in Text Format
Programs and functions stored in text format have a different format than the
corresponding tokenized format as listed below.
Description Bytes
Data Length of program/function 2
Text of program/function variable
Zero byte 1
Cursor position for editing 2
PRGM_TAG or FUNC_BEGIN_TAG 1
COMMAND_TAG 1
END_TAG 1
Flag 3 (not used) 1
Flag 2 (reserved) 1
Flag 1 1
USER_DEF_TAG 1
Table 14.15: Data Object for a Program or Function
Stored in Text
Note that the Flag 3 byte is not used. The Flag 1 and Flag 2 bytes are the same
as for tokenized programs/functions (listed above) except that the FF_PARSE bit
in Flag 1 is set to one.