Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.