Difference between revisions of "83Plus:OS:Variable Versions"

From WikiTI
Jump to: navigation, search
(Added CSE and CE tokens)
(Added 07h and TraceStep)
Line 14: Line 14:
 
* 04h: TI-84 Plus, all versions (tokens 'setDate(' through 'ExecLib')
 
* 04h: TI-84 Plus, all versions (tokens 'setDate(' through 'ExecLib')
 
* 05h: TI-84 Plus v2.30 and above (tokens 'invT(' through 'Manual-Fit')
 
* 05h: TI-84 Plus v2.30 and above (tokens 'invT(' through 'Manual-Fit')
* 06h: TI-84 Plus v2.53 and above (tokens 'ZQuadrant1' through 'FRAC')
+
* 06h: TI-84 Plus v2.53MP and above (tokens 'ZQuadrant1' through 'FRAC')
* 0Ah: TI-84 Plus C SE/TI-84 Plus CE v4.0 and above (tokens 'BLUE' through 'BorderColor')
+
* 07h: TI-84 Plus v2.55MP and above (tokens 'STATWIZARD ON' and 'STATWIZARD OFF')
 +
* 0Ah: TI-84 Plus C SE/TI-84 Plus CE v4.0 and above (tokens 'BLUE' through 'BorderColor' and 'TraceStep')
 
* 0Bh: TI-84 Plus CE v5.20 and above (tokens 'tinydot' through 'eval')
 
* 0Bh: TI-84 Plus CE v5.20 and above (tokens 'tinydot' through 'eval')
 
* 0Ch: TI-84 Plus CE v5.30 and above (token 'Execute Program' through 'pieceWise')
 
* 0Ch: TI-84 Plus CE v5.30 and above (token 'Execute Program' through 'pieceWise')

Revision as of 03:13, 8 June 2023

This page is to document the Version field in the TI-83 series calculators Variable header.


Version Bytes

Just for reference, here are the currently defined compatiblity levels for 83+/84+ programs and variables:

  • 00h: TI-83/TI-83 Plus, all versions
  • 01h: TI-83 Plus, all versions (tokens 'Archive' through 'GarbageCollect')
  • 02h: TI-83 Plus v1.15 and above (tokens '~' through '%')
  • 03h: TI-83 Plus v1.16 and above (tokens '...' through inverse '=')
  • 04h: TI-84 Plus, all versions (tokens 'setDate(' through 'ExecLib')
  • 05h: TI-84 Plus v2.30 and above (tokens 'invT(' through 'Manual-Fit')
  • 06h: TI-84 Plus v2.53MP and above (tokens 'ZQuadrant1' through 'FRAC')
  • 07h: TI-84 Plus v2.55MP and above (tokens 'STATWIZARD ON' and 'STATWIZARD OFF')
  • 0Ah: TI-84 Plus C SE/TI-84 Plus CE v4.0 and above (tokens 'BLUE' through 'BorderColor' and 'TraceStep')
  • 0Bh: TI-84 Plus CE v5.20 and above (tokens 'tinydot' through 'eval')
  • 0Ch: TI-84 Plus CE v5.30 and above (token 'Execute Program' through 'pieceWise')

Clock Tokens

In addition, 20h is added if the program contains any clock-related tokens. Presumably the intention was to allow some future 83+ OS to support the new tokens that don't require an RTC, but this never happened.

Credits and Contributions

  • Ben Moody For initial documentation.