2023-10-08 12:20:33 +00:00
|
|
|
# ti83-sdk
|
|
|
|
|
|
|
|
A C programming SDK for the TI-83 calculator. Includes pre-configured build system, startup files and a C library.
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
2023-10-08 16:33:37 +00:00
|
|
|
- A GNU/Linux system.
|
2023-10-08 12:20:33 +00:00
|
|
|
|
|
|
|
## Status
|
|
|
|
|
|
|
|
WIP.
|
2023-10-08 16:33:37 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Initialise the build environment:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
git clone https://git.palaiologos.rocks/Palaiologos/ti83-sdk
|
|
|
|
cd ti83-sdk
|
|
|
|
make init
|
|
|
|
make
|
|
|
|
```
|
|
|
|
|
|
|
|
Run the pre-supplied program:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
make try
|
|
|
|
```
|