Program:	editors
Author: 	ScubaDude
E-mail:  	scubadude0713@cox.net
Version: 	0.1 Beta
System:  	TI-86
Description: A simple demonstration of the creation of editors on the TI-86.


I. INSTALLATION 
===============
1)Send editors.86p to your TI-86
2)Run editors
**Uninstall all asaps and disable sqrt programs before running this program!**

II. DESCRIPTION
===============
This program demonstrates how to create your own number editors, similar to the POLY and SIMULT solvers.

See attached "Editor Info.txt" for info on creating editors.

III. KEYS
=========
[F1] - Calculate or select "Circles and Ellipses" editor.
[F2] - Reset variables to zero, or select "Logarithms" editor.
Num Pad 0-9 - Edit variable's contents.

**Note: In circle editor, you only need to enter one variable in order to solve for the others. In the ellipse editor you need at least one radius to solve for another variable.
In the log editor if "Real" is selected, domain for the "Number" var is >0, and <0 if "Complex" is selected. You need two vars to solve for the third.

IV. SUPPORT
===========
Send comments and suggestions to:
scubadude0713@cox.net

V. SPECIAL THANKS
=================
Ticalc.org
Jimi Malcom for the Guide. (http://guide.ticalc.org)
Donald Straney for "syshack", without which I could not have dissassembled the editor routines.

