Oh, No! It Crashed!

z80 » Beginner

One of the first things that's going to happen when you start programming in asm are crashes. Some bug in your program will cause an infinite loop or mess up the stack and your TI86 will stop responding to keypresses. Don't panic! This happens to everyone. You probably have a GraphLink or some other way of transfering data to and from your TI86 so the stuff you have on it aren't the last copies. There's probably backups on the computer.

There are a few procedures to try when this happens. If one doesn't work, go to the next.

  1. Pop off the back cover and take out the batteries.
  2. Hold down the [ON] button while taking out a battery.
  3. Repeatedly press and hold [ON] while inserting and removing all the batteries.
  4. Let the calculator sit for a couple minutes (TI Tech Support recommends four to six hours but that is way more than the capacitors really need) with all the batteries out while the power drains from the twin capacitors or something. Maybe hit the [ON] button a little in the mean time.
  5. Use a small screwdriver to remove the backup lithium battery.
  6. Try a fresh set of batteries.
  7. Look for your receipt and return the calculator.

Remember not to panic when this happens. I know it's frustrating, it happens to me every day it seems. Keep trying and good luck. Don't quit!


More from z80 » Beginner
Aliases // Convert from decimal to hexadecimal or binary // Flags and Conditions // Format and Compiling // Instructions // Math // Number Bases // Oh, No! It Crashed! // Registers // TI-BASIC to Asm Comparisons // TI86 Specifications // Two's Compliment // z80 Processor