home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / XEDDOS.ZIP / XED.DOC next >
Text File  |  1993-11-17  |  2KB  |  50 lines

  1. XED is a utility that allows changes to be made to a file in hexadecimal
  2. or character mode.  The screen consists of a page of 256 bytes shown in
  3. both hexadecimal and ASCII formats.  The layout of the screen was loosely
  4. borrowed from a similar program I saw several years ago.  My apologies to
  5. the original author for not remembering his/her name.
  6.  
  7. The keys used for editing are:
  8.  
  9. Cursor keys:     Used to move to the byte to be edited.
  10. Tab:             Alternates the edit mode between hex and ASCII
  11. Page up:         Moves backward through the file one page at a time.
  12. Page down:       Moves forward through the file one page at a time.
  13. Ctrl+Page up:    Moves the cursor to the top of the file.
  14. Ctrl+Page down:  Moves the cursor to the top of the file.
  15. Home:            Moves the cursor to the first byte of the line.
  16. End:             Moves the cursor to the last byte of the line.
  17. Ctrl+Home:       Moves the cursor to the first byte of the page.
  18. Ctrl+End:        Moves the cursor to the last byte of the page.
  19. Escape:          Backs out of a prompt.
  20. Backspace:       Backs out prompt input characters one at a time.
  21.  
  22. The valid function keys are listed at the bottom of the screen.
  23.  
  24. Changes to individual bytes can be undone by moving the cursor to the
  25. desired byte and pressing the F5 key.  Changes to an entire page can
  26. be undone by moving to the desired page and pressing the Shift+F5 key.
  27.  
  28. The character mode find operation is case-insensitive.  The hex mode
  29. find operation is not.
  30.  
  31. This program was written by Greg Thielen of Innovative Systems Design
  32. using Borland C/C++ ver 1.0 (OS/2 version) and Borland C/C++ ver 3.1
  33. (DOS version). Believe it or not, the same source code was used to
  34. create the two versions.
  35.  
  36. XED may be freely distributed in unmodified form.  If you find it useful,
  37. you are encouraged to send $10 ($20 gets you a clear conscious AND the
  38. source code!) to:
  39.  
  40.                   Innovative Systems Design
  41.                   23011 Moulton Parkway, Suite E-10
  42.                   Laguna Hills, CA 92653
  43.  
  44.  
  45. If you want the source code, please indicate the desired disk size.
  46.  
  47. Any questions or comments can be addressed to CompuServe ID 71320,535
  48. (I usually check in about once a week or so) or if it's really urgent,
  49. I can be reached by voice at (714) 380-7798 (reasonable hours, pacific time).
  50.