TI-83 Compiler 1.3


Download Lastest Release
Show license

A compiler/decompiler for TI-83+ programs.

Requirements

Features

Usage

Compiling

Source files’ extension must be one of the following: .ti83en, .ti83fr

java -jar TI-83_compiler-<version>.jar <file> -c [[-o] [-L]]

Decompiling

Program files’ extension must be .8xp

java -jar TI-83_compiler-<version>.jar <file> -d -l=<lang> [-i=<indent>]

Help

java -jar TI-83_compiler-<version>.jar -h

Shows command usage and syntax.

java -jar TI-83_compiler-<version>.jar -V

Shows compiler’s version.

Documentation

See the wiki.

Sources and reference

Token codes from TI-Basic Developer wiki.


Changelog

  • Added all missing tokens from TI-83+ calculators

  • Redid nearly all escape codes (&<name>;) (cf. wiki)

  • Better command line options handling thanks to picocli

  • Binary files headers should be correctly

  • Actually display helpful error messages

  • Input/output paths are now correctly handled

  • Some instructions have been renamed (see the wiki)

  • χ character now has an alias (&chi;)

  • Instructions can be escaped by using a \\

  • Indentation size can be specified when decompiling

  • Added more explicit error messages

  • Some functions had typos in them

  • Optimisation is now done multiple times until no more token can be removed

  • Program editing can be locked

  • Added new options (-f, -L, -h)

  • Compile programs

  • Optimise compiling option

  • Uncompile programs in desired language (English or French)