added so many new things making a release new commands new interface! |
||
|---|---|---|
| bin | ||
| includes | ||
| screenshots | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| CONTRIBUTING.md | ||
| FSHa.asm | ||
| LICENSE | ||
| README.md | ||
| build | ||
README.md
Fsh SHell
Fsh SHell is a compact command-line interface for TI-84 Plus CE calculators.
Installing
- Windows
- Download and install a linking program. https://education.ti.com/ticonnectce is ti's prepritory software.
- Plug in calculator and launch ti connect ce
- Drag and drop
bin\FSHa.8xpto calculator - Done!
- Linux
- Install TiLP
- Plug in Calculator and launch TiLP
- Send over
bin/FSHa.8xp
Running
For most people all that is required is to press 2nd+0 and select the Asm( option. Then, press Prgm and select FSHA. you should now have the following: Asm(PrgmFSHA Press Enter
For TIOS 5.3+
Press Prgm and select FSHA. you should now have the following: PrgmFSHA Press Enter
Building From Source
- Linux
- Clone, make, and install spasm-ng https://github.com/alberthdev/spasm-ng
- Run the
buildscript
./build
Contributing
Please see CONTRIBUTING.md
Bug Reports
If you find an Issue or Bug, please let me know by making an Issue on Gitlab: https://gitlab.com/stephentoth/fsh-shell Please include:
- What went wrong.
- What you were doing when the issue occurred.
- Possible cause/fixes? (optional)
Thank you!