Go to file
Stephen Toth 7533960354 fix readme 2018-07-15 22:20:07 -04:00
bin improved Xor 2018-07-13 23:13:55 -04:00
includes improved Xor 2018-07-13 23:13:55 -04:00
screenshots update pictures 2018-07-07 11:37:15 -04:00
.gitignore Added build.bat and instructions for building on Windows 2018-07-09 14:17:46 -04:00
.gitlab-ci.yml added Word.asm 2018-06-27 13:22:20 -04:00
CONTRIBUTING.md V0.1.0 2018-07-07 10:08:04 -04:00
FSHa.asm Added Xor cypher, added decode 2018-07-13 10:14:41 -04:00
LICENSE Add LICENSE 2018-06-23 15:22:16 +00:00
README.md fix readme 2018-07-15 22:20:07 -04:00
build nightly 2018-07-11 16:45:33 -04:00
build.bat Added ROT command and rot lib 2018-07-09 16:35:47 -04:00

README.md

Fsh SHell

Fsh SHell is a compact command-line interface for TI-84 Plus CE calculators.

Installing

  • Windows
    1. Download and install a linking program. https://education.ti.com/ticonnectce is ti's prepritory software.
    2. Plug in calculator and launch ti connect ce
    3. Drag and drop bin\FSHa.8xp to calculator
    4. Done!
  • Linux
    1. Install TiLP
    2. Plug in Calculator and launch TiLP
    3. 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

The source code for this project is available at https://gitlab.com/stephentoth/fsh-shell Download it from the link and then follow the instructions below for different operating systems.

Contributing

Please see CONTRIBUTING.md in the repository.

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:

  1. What went wrong.
  2. What you were doing when the issue occurred.
  3. Possible cause/fixes? (optional)

Thank you!