|
We're glad you came by, but you might find what you're looking for elsewhere. TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it. Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope. |
Two-byte tokens beginning with the byte 0xBB are miscellaneous tokens, used for various commands that didn't fit in the one-byte range. With later OS versions, various symbols were also added to the 0xBB tokens.
The two tables on this page are split by calculator type, which means that (among other things) the tokens in the second table can't be sent to a TI-83 calculator from a TI-83+ calculator. Further version differences: tokens CF through DA are available with OS 1.15 or higher. Tokens DB through F5 are available with OS 1.16 or higher.
| Miscellaneous 2-Byte Tokens (0x68 - 0xF5) | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 6 | 7 | 8 | 9 | A | B | C | D | E | F | |
| 0 | (prev. table) | Â | Î | Û | β | a | p | reserved | 0 | x |
| 1 | (prev. table) | Ä | Ï | Ü | γ | b | q | @ | 1 | ∫ |
| 2 | (prev. table) | á | í | ú | Δ | c | r | # | 2 | ![]() |
| 3 | (prev. table) | à | ì | ù | δ | d | s | $ | 3 | ![]() |
| 4 | (prev. table) | â | î | û | ε | e | t | & | 4 | √ |
| 5 | (prev. table) | ä | ï | ü | λ | f | u | ` | 5 | ![]() |
| 6 | (prev. table) | É | Ó | Ç | μ | g | v | ; | 6 | |
| 7 | (prev. table) | È | Ò | ç | π | h | w | \ | 7 | |
| 8 | Archive | Ê | Ô | Ñ | ρ | i | x | | | 8 | |
| 9 | UnArchive | Ë | Ö | ñ | Σ | j | y | _ | 9 | |
| A | Asm( | é | ó | ´ | unused | k | z | % | 10 | |
| B | AsmComp( | è | ò | ` | φ | unused | σ | … | ← | |
| C | AsmPrgm | ê | ô | ¨ | Ω | l | τ | ∠ | → | |
| D | compiled asm | ë | ö | ¿ | $\hat{p}$ | m | Í | ß | ↑ | |
| E | Á | unused | Ú | ¡ | χ | n | GarbageCollect | x | ↓ | |
| F | À | Ì | Ù | α | F | o | ~ | T | unused | |
.


