default TI-82 Source Code - Skip Header

default TI-82 Source Code

This is intended to be the human readable version of the source code for Set Defaults. This version is intended to work only on the TI-82 Texas Instruments graphic calculator. Also available: Documentation about "Set Defaults" and versions of the program for other calculators and in other formats.

Any line that begins with a backslash is a comment and should not be entered into the calculator. (Comments have been colored green) For an authoritative copy of this program's source code that can be imported to the calculator via a computer, consult the text version of Set Defaults source code for the TI-82, along with the character reference. The special character reference also gives an overview of all non-ASCII characters for the calculator, and shows the menus in which they can be found.

\START82\
\COMMENT=Program file dated 04/10/96, 18:39
\NAME=DEFAULT
:{1}→L1
:{1}→L2
:{1}→L3
:{1}→L4
:{1}→L5
:{1}→L6
:Plot1(Scatter,L1,L2,)
:Plot2(Scatter,L1,L2,)
:Plot3(Scatter,L1,L2,)
:PlotsOff 
:ClrList L1
:ClrList L2
:ClrList L3
:ClrList L4
:ClrList L5
:ClrList L6
:{1,1}→dim [A]
:0→[A](1,1)
:[A]→[B]
:[A]→[C]
:[A]→[D]
:[A]→[E]
:""→Y1
:""→Y2
:""→Y3
:""→Y4
:""→Y5
:""→Y6
:""→Y7
:""→Y8
:""→Y9
:""→Y0
:""→X1T
:""→Y1T
:""→X2T
:""→Y2T
:""→X3T
:""→Y3T
:""→X4T
:""→Y4T
:""→X5T
:""→Y5T
:""→X6T
:""→Y6T
:""→r1
:""→r2
:""→r3
:""→r4
:""→r5
:""→r6
:""→Un
:""→Vn
:0→TblMin
:1→¾Tbl
:Seq
:ZStandard
:Polar
:ZStandard
:Param
:ZStandard
:Func
:ZStandard
:RectGC
:CoordOn
:GridOff
:AxesOn
:LabelOff
:Normal
:Float
:Radian
:Connected
:Sequential
:FullScreen
:0→A
:0→B
:0→C
:0→D
:0→E
:0→F
:0→G
:0→H
:0→I
:0→J
:0→K
:0→L
:0→M
:0→N
:0→O
:0→P
:0→Q
:0→R
:0→S
:0→T
:0→U
:0→V
:0→W
:0→X
:0→Y
:0→Z
:0→Θ
:0→Un-1
:0→Vn-1
:IndpntAuto
:DependAuto
:ClrHome
:Stop
:COPYRIGHT STEPHEN OSTERMILLER 1996
\STOP82\