A development kit for TI83+ Flash programs using C and sdcc. Shelved: TI83+ has a tiny address space and the compiler can't optimise well.
Go to file
Kamila Szewczyk 009e651d65
dep: rabbitsign
2023-10-08 18:37:18 +02:00
.vscode initial commit 2023-10-08 01:32:30 +02:00
lib83 formatting, strncpy 2023-10-08 18:20:19 +02:00
.gitignore check in the keys/emu bin 2023-10-08 14:55:06 +02:00
83chmap.bmp initial commit 2023-10-08 01:32:30 +02:00
0104.key check in the keys/emu bin 2023-10-08 14:55:06 +02:00
LICENSE Initial commit 2023-10-07 23:31:13 +00:00
Makefile formatting, strncpy 2023-10-08 18:20:19 +02:00
README.md dep: rabbitsign 2023-10-08 18:37:18 +02:00
TODO less barebones readme 2023-10-08 14:20:33 +02:00
main.c stddef 2023-10-08 14:39:40 +02:00
ti83pv116.bin check in the keys/emu bin 2023-10-08 14:55:06 +02:00

README.md

ti83-sdk

A C programming SDK for the TI-83 calculator. Includes pre-configured build system, startup files and a C library.

Requirements

  • A GNU/Linux system.
  • TilEm
  • SDCC
  • RabbitSign

Status

WIP.

Usage

Initialise the build environment:

git clone https://git.palaiologos.rocks/Palaiologos/ti83-sdk
cd ti83-sdk
make init
make

Run the pre-supplied program:

make try