Skip to content

RHDevelops/TI-BASIC-YouHaveBeenDistracted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

You Have Been Distracted by a Graphing Calculator!

See the program in action at: https://youtu.be/3TdcKQgV_gg.

Feel free to edit the code, distribute it, or whatever (read the license that came with this). Just tell your friends I exist.

Thank you for downloading the TI-84 version of "You Have Been Distracted"! To view this program on your calculator, follow the instructions below. Remember to archive important stuff. I'm not responsible for any damage or data loss. Though it never happened to me when I compiled it correctly. Whatever you do, do NOT compile it as an Application. Just don't.

Getting everything on your calculator

  1. Download the Axe Parser zip (https://www.ticalc.org/archives/files/fileinfo/456/45659.html) and extract the files.
  2. Download, install, and run the TI Connect software (https://education.ti.com/en/products/computer-software/ti-connect-sw).
  3. Connect the calculator to the computer and send DISTSRC.8xp and AXE.8xk to the calculator. Disconnect the calculator and close the program when it's done sending.

Compiling

  1. The default amount of times it loops is 10. If you would like to change the amount of times it loops, open the programs menu and edit DISTSRC. Then change the variable I to your desired loop amount. WARNING: Do not make it an obscene amount of times, as there is no exit condition. In plain English, once you run the program, the program will not stop until the loop ends or you remove the batteries!
  2. Go to the Apps menu and open Axe. Select Compile.
  3. Select DISTSRC, make sure it compiles with "No Shell" (use left/right keys if it isn't selected), and wait for it to compile.

Running the program

  1. You should be at the home screen now. Go to the catalog and select the "Asm(" token. Then go to the programs list and select DISTRACT.
  2. The audio hookups are not required to run the program, so don't worry if you don't have them. Find speakers or headphones with a 2.5mm jack. (In my case, I used a 2.5mm to 2.5mm cord, then a 2.5mm to 3.5mm converter which then plugged into the speakers.)
  3. Press Enter to run the program. Enjoy!

Notes on editing this program

Don't try to make it an application. I didn't make appvars for that. But you can. Or I can, if I ever get to doing it. I tried making it an app and it sorta just hanged when I tried to compile it, and I didn't feel like spending a few extra hours scouring the Internet.