Go to file
Stephen Toth 53e834dedd update pictures 2018-07-07 11:37:15 -04:00
bin V0.1.0 2018-07-07 10:08:04 -04:00
includes V0.1.0 2018-07-07 10:08:04 -04:00
screenshots update pictures 2018-07-07 11:37:15 -04:00
.gitignore V0.1.0 2018-07-07 10:08:04 -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 V0.1.0 2018-07-07 10:08:04 -04:00
LICENSE Add LICENSE 2018-06-23 15:22:16 +00:00
README.md V0.1.0 2018-07-07 10:08:04 -04:00
build V0.1.0 2018-07-07 10:08:04 -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

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:

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

Thank you!