less barebones readme

This commit is contained in:
Kamila Szewczyk 2023-10-08 14:20:33 +02:00
parent cd2f6fa30e
commit d9270148b5
Signed by: Palaiologos
GPG Key ID: E34D7BADA3DACC14
2 changed files with 20 additions and 3 deletions

View File

@ -1 +1,19 @@
# ti83
# 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.

3
TODO
View File

@ -1,5 +1,4 @@
- properly implement ctype.h
- determine where is the stack
- DONE: determine where is the stack | at 0xFFE3.
- heap allocation