Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benbalter/ti-83-programs
The first (useful) software I ever wrote. Calculator programs written between 2001 and 2005 on a TI-83 Plus.
https://github.com/benbalter/ti-83-programs
8xp calculator texas-instruments ti-83 ti-basic
Last synced: 14 days ago
JSON representation
The first (useful) software I ever wrote. Calculator programs written between 2001 and 2005 on a TI-83 Plus.
- Host: GitHub
- URL: https://github.com/benbalter/ti-83-programs
- Owner: benbalter
- Created: 2019-05-19T18:48:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T18:52:14.000Z (over 5 years ago)
- Last Synced: 2024-10-09T12:23:23.606Z (25 days ago)
- Topics: 8xp, calculator, texas-instruments, ti-83, ti-basic
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TI-83 Plus Programs
The first (useful) software I ever wrote.
Calculator programs written in TI BASIC between 2001 and 2005 on A TI-83 Plus.
Transferred and decompiled in 2019 without modification.
## Overview
* Source code in the [`src/` directory](./src) as `.8xp.txt` files
* Compiled `.8xp` files (for use on calculator or in an emulator) in the [`dist/` directory](./dist)## Decompile
`script/decompile`
## Compile
`script/build`
## License
Original code Copyright 2001-2019 Ben Balter. All rights reserved.