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
2023-10-08 14:39:40 +02:00
.vscode initial commit 2023-10-08 01:32:30 +02:00
lib83 stddef 2023-10-08 14:39:40 +02:00
.gitignore initial commit 2023-10-08 01:32:30 +02:00
83chmap.bmp initial commit 2023-10-08 01:32:30 +02:00
LICENSE Initial commit 2023-10-07 23:31:13 +00:00
main.c stddef 2023-10-08 14:39:40 +02:00
Makefile finish ctype/avtype 2023-10-08 14:15:08 +02:00
README.md less barebones readme 2023-10-08 14:20:33 +02:00
TODO less barebones readme 2023-10-08 14:20:33 +02:00

ti83-sdk

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

Requirements

  • SDCC
  • GNU Make
  • TilEm
  • RabbitSign

You will need to download the following:

  • TI83+ ROM.
  • A signing key.

Status

WIP.