32 Chapter 2: TI-83 Plus Specific Information
TI-83 Plus Developer Guide Third Release May 28, 2002
User-Named Lists
These variables can be either ListObj or CListObj.
They are all spelled with the token tVarLst followed by up to a five-token name for the
list. List names are zero (0) terminated.
Example: Real List Variable LST1
OP1 +1 +2 +3 +4 +5 +6 +7 +8
ListObj
01h
tVarLst
5Dh
tL
4Ch
tS
53h
tT
54h
t1
31h
00 ? ?
Example: Complex List Variable LIST1
OP1 +1 +2 +3 +4 +5 +6 +7 +8
CListObj
0Dh
tVarLst
5Dh
tL
4Ch
tI
49h
tS
53h
tT
54h
t1
31h
00 ?
Note: There are lists with predefined names also. See the section entitled Predefined Variable Names.
User-Named Programs
These variables can be either ProgObj or ProtProgObj.
Unlike other variable names detailed so far, these do not have a leading token to signify
that they are a program name.
The sign byte of a program name must be set to one of the program types.
Program names can be up to eight tokens in length. If less than eight tokens, the name
must be zero (0) terminated.
Example: Program Variable ABC
OP1 +1 +2 +3 +4 +5 +6 +7 +8
ProgObj
05h
tA
41h
tB
42h
TC
43h
00 ? ? ? ?