Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnxn/ti84ce-binary
Binary Convertor for TI-84 Plus CE Calculators
https://github.com/mnxn/ti84ce-binary
binary-converter ti84plusce
Last synced: 19 days ago
JSON representation
Binary Convertor for TI-84 Plus CE Calculators
- Host: GitHub
- URL: https://github.com/mnxn/ti84ce-binary
- Owner: mnxn
- License: gpl-3.0
- Created: 2019-02-21T23:22:18.000Z (almost 6 years ago)
- Default Branch: trunk
- Last Pushed: 2021-02-23T06:34:28.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T16:51:39.868Z (2 months ago)
- Topics: binary-converter, ti84plusce
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TI84CE-Binary
A program written in C for the TI-84 Plus CE Calculator that converts between decimal and 8-bit signed (two's complement) binary
### Install Instructions
1. Download the program from https://github.com/mnxn/TI84CE-Binary/releases/ or build it yourself
2. Use [TI Connect CE](https://education.ti.com/en/products/computer-software/ti-connect-ce-sw) or a similar program to move the file to your calculator
### Build Instructions
1. Install the TI-84 Plus CE toolchain from https://github.com/CE-Programming/toolchain/releases
2. Make sure the `CEDEV` environment variable is set and the `bin` folder of the toolchain is on the PATH
3. From the commandline, run `make`
4. The generated program will be in `bin/Binary.8xp`
## Images
### Main Menu
![](images/menu.png)
### Decimal To Binary
![](images/1.png)
### Binary to Decimal
![](images/2.png)
### Binary Addition
![](images/3.png)