BASIC prgm Executor v1.0
------------------------

Author:               SUCKER (Pieter Van Nuffel)
E-mail:               sucker_pvn@hotmail.com
Homepage:             www.maxpages.com/suckerworld :the smallest and crappy'st site on the world!!
Version:              1.0 (only works on emulators)
First public release: 23/12/2002 (DD/MM/YYYY)
Last modified:        23/12/2002
Platform:             TI-OS
Language:             TI-83 assembly


DISCLAIMER:
-----------
This program only works on emulators, and I only tested it on the Virtual TI by Rusty Wagner.
DO NOT TRY TO RUN THIS ON YOUR REAL TI-83 !!!!!! It will seem to work, but when you press [ON]
and the basic program is supposed to start, it crashes. If somebody knows why... email me!
Even on the emulator it tends to crash after a few runs of the program. Make sure you don't lose
any data!!!


EXAMPLE:
--------
Let's take you'll have to use a very large formula to calculate something, and
one value has to be increased with 1 every time, like "(X+2X)^2" with x as 0,1,
2,3,...  You have to be stupid to type it in every time. Just put "X+1->X" in a
BASIC program, run prgmBASEXEC and enter the basic program. Then you enter at
the home screen: 0->X [ENTER].  After that you enter (X+2X)^2. Then my program
will be used. First press [ENTER], then [ON], then [ENTER], ... Just keep on 
going until you have all the data. That's all it takes to get advantage of this
program.


WARNING:
--------
This program is highly experimental!!! Use it at own risk!!!
Also, using Ans sometimes does not work. Just try some stuff
out and you'll see what I mean 


BUGS:
-----
When there is an Output() inside the basic program, the double quotes
are displayed too. I sure don't know why, but who cares anyway? (unless 
you know how to fix it?)


THANKS
------
-To Ti, for creating such a great calculator
-To ASMGURU(James Matthews) with his asm lessons
-To Rog S., for helping me with some batch programming
-To [A83] (assembly-83 list from ticalc.org)