A program written in C for the TI-84 Plus CE Calculator that converts between decimal and 8-bit signed (two's complement) binary
-
Download the program from https://github.com/mnxn/TI84CE-Binary/releases/ or build it yourself
-
Use TI Connect CE or a similar program to move the file to your calculator
-
Install the TI-84 Plus CE toolchain from https://github.com/CE-Programming/toolchain/releases
-
Make sure the
CEDEV
environment variable is set and thebin
folder of the toolchain is on the PATH -
From the commandline, run
make
-
The generated program will be in
bin/Binary.8xp