**********
*SHELL-83*
**********

Included Files:
A1     The actual shell prog.
ZPROG  Tells what to display (explained later)
ZPROG2 Tells what prog to run
PWORD  Password protector file (courtesy of Bill Nagel)
ZPWORD ASM for PWORD

Instructions:
Select prog by arrows.  Quit exits the prog.  Mode activates PWORD

ZPROG:
This is where SHELL-83 gets the info for what to write on the screen.  The way to do it is the first prog you input 
:Text(1,5,"program name"
from that point on add 7 to the first number (eg. 8, 15, 22, 29, 36, 43, 50)
So far it can only hold 8 prog, not including PWORD.
At the bottom put the number of progs stored into N (eg. 4 progs then 4->N)
ZPROG2:
This is where SHELL-83 gets the info on what to run.  this part is fairly simple.  F=# of prog  (eg 4 progs 
:If F=1
:prgmPROG1
:If F=2
:prgmPROG2
:If F=3
:prgmPROG3
:If F=4
:prgmPROG4
:Return)
Just make sure that the progs match-up

Version Update:
1.0: First public release
0.5: Added the ability for user to add programs, and now on graph screen.
0.1: Text Menu on home screen

Future versions:
Possibly in ASM
Ability to find progs on its own, using the Program Printer 2 technology
Ability to hold more programs

(c) Copyright 1997 Flash Software
Any Questions E-Mail me at: flash16@ibm.net

I'm not responsible if any part of this malfunctions or causes any damage to your calculator so don't yell at me