In a separate program, enter the following line of code:
AsmPrgmFDCB00AEC9
Then at the end of the source program, enter the following line of code:
Asm(prgmPROGRAMNAME
It is recommended that you first test this when all programs are archived by simply running the above line of code if it does not work. Codes with a hexadecimal code, such as those that are known to fail, and sometimes clear RAM.
You can also try these other hexadecimal codes, but always remember the warning above. My RAM has been cleared this before, so use caution:
http://tibasicdev.wikidot.com/hexcodes
This works on TI 83 and 84, and may differ from other types of calculators.
EDIT:
I found a way to do this without an external program and much easier.
Just add the following line of code to the end of your program:
Output(1,1," //no space, just a quote
You may need to add ClrHome to this line of code.
This should prevent the Done message from appearing at the end.
Hope this helps!
source share