			ASCII/HEX FILE EDITOR

	The following program is the result of many hours as a final project
in an assembly language programming class.  The program was written entirely
in assembler with TURBO Assembler.  I am certain that with more thought
and time the code could be compacted but these things seem to grow as
one puts pencil to paper.
	The program requires ANSI.sys to be installed in your config.sys to
properly display colors.  It will handle a file up to 65k in length.  
All access to the program is through function keys so all characters
may be typed in from the keyboard and displayed in the right side of
the display.  As characters are modified the opposite screen is updated
immediately.  You may change from HEX side to ASCII side and back with 'F1'.
If you make modifications to a screen you will not be allowed to move
on to the next screen until you have either saved the screen 'F5' or pressed
'F3' to undo the changes.
	At the present time the search function will only search in ASCII
and not HEX.  If there is adequate interest I will add a HEX search
function as well and may even change the program to operate with files
larger than 64k in length.

Function Keys:
	f1................... Change cursor from HEX to ASCII screen.
	f2................... Save changes to file
	f3................... Undo changes to present page only.
	f4................... New file, complete path required.
	f5................... Search for text pattern
	f10.................. Exit program
	pgdn................. Get next screen of data
	pgup................. Go to previous screen for data

	Any screen printable character may be entered from the keyboard
and only legal HEX numbers will be accepted in the HEX screen area.
	Be very careful, since this program can change any file, be it
text in nature or an exe.  It only places in a file what you tell it
to.  If you change as exe program and make a mistake (don't know what
you are doing) your program is history.  There are some neat things
you can do to command.com like change the 'dir' command.  See the Power DOS
Users book for that kind of information.  You can do the same thing with
'debug' bt this is a little easier
	If you like the program and would like to use it on a regular
basis a $5.00 contribution would be appreciated.  If you can't afford it
I understand, use the program with a clear conscience.  If you would like a
source code listing drop me your name and address with $15.00 and I will
send you a complete listing of the source ***.ASM you can assemble with
TURBO assembler.  This is commented code.  Use of this program is offered
based on this paragraph.  (C) is to guarantee that this program will
not be used on a commercial basis, as this is my original work. Modification
of the source code is for personal use only.
	I would also appreciate any comments that you have.  I may be
reached on American Online at SteveS7744 or on Compuserve at 72142,3712.
Depending on the interest will determine whether or not I make any further
mods or move on to something else.  If all else fails I can be located
through the postoffice at:
		Rev. Steve Sanderson
		840 E. 26th PL.
		Yuma, AZ 85365
		602-726-9118 home, 602-783-3024 work

	Even if you can't fix a file Jesus can still fix your life.
John 3:16