About MiniHex v1.0 by Deniil 715!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This program is, as you might have noticed, a hex-editor.
You can use it to edit particular bytes/words/longs and
also insert and delete data!
It is very simple and just a little program a have to make fast
because I didn't knew of any other hexeditor that worked _well_..

If "Filesize:" for some reason doesn't match the real filesize
then the reading failed at some point, like out of mem or something.


Usage of the GUI:
~~~~~~~~~~~~~~~~~
Position:   the position in the file where to edit, you can enter
            the position in either hexadecimal (hex) or decimal (dec).

Editor:     the actual byte/word/long or string you want to edit.

Blocksize:  the size that you want to edit (byte/word/long). Is
            ignored when "Ed-display: " is set to "String of 32 chars".

Ed-display: how the "Editor: " should display and enterpretate the
            data in the file.
 ___
|Clr| will simply set the current byte/word/long to zero.
 _____________
|Add Workspace|    adds, by the user defined, a number of bytes at the
                   end of the file.
 ________________
|Insert Workspace| will do the same as |Add Workspace| but at the
                   current cursor-position.
 ________________
|Delete Workspace| will delete, by used defined, bytes at the
                   current position.
 _______
|Monitor| will open (and close) a monitor window thet can be quite
          useful. In the monitor you can browse around with the
          cursorkeys or the mouse with left button pressed down.
 ___
|New|     will clear the current file and set a new file to 100 bytes.
 ____
|Load|    will let you load a file to edit.
 ______
|Reload|  will simply reload the last file opened without a requester.
 ____
|Save|    will save the current file with it's curret file-name.
 _______
|Save As| will let you enter a name and path for you file and then save it.
 _________
|   /\    |
| <    >  | This is to browse around in the file with.
|  _\/    |
| / \ \_/ |
 ~~~~~~~~~


The program was finished 5/10 -97.
My e-mail:  deniil@algonet.se
