Directives
| appfield | Sets a field in the application header to a particular value. |
|---|---|
| appheader | Inserts an application header. |
| bcall/bjump | Calls or jumps to a function, switching page if required on compatible hardware. |
| branch | Generates a branch table entry for ROM calls. |
| shellheader | Generates a header for popular calculator shells. |
| tivariablename | Sets the variable name for the current calculator program. |
| unsquish/squish | Unsquishes output binary data into ASCII text. |
Functions
| apponerr/appofferr |
|
|---|---|
| bcall/bjump | Calls or jumps to a function, switching page if required on compatible hardware. |
String Encoding
| large8x | Provides a string encoder for the TI-83+ OS large font. |
|---|
Number Encoding
| ticomplex | Defines a floating-point number that forms one of the two components of a complex number. |
|---|---|
| tireal | Defines a floating-point real number. |
Output Writers
| ti73 | Writes a TI-73 program file (*.73p). |
|---|---|
| ti73app | Writes and signs a TI-73 application (*.7xk). |
| ti82 | Writes a TI-82 program file (*.82p). |
| ti83 | Writes a TI-83 program file (*.83p). |
| ti85 | Writes a TI-85 program file (*.85p). |
| ti86 | Writes a TI-86 program file (*.86p). |
| ti8x | Writes a TI-83 Plus program file (*.8xp). |
| ti8xapp | Writes and signs a TI-83 Plus application (*.8xk). |
Output Modifiers
| unsquish/squish | Unsquishes output binary data into ASCII text. |
|---|