home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / old / ckermit5a190 / ckvdeh.hlp < prev    next >
Text File  |  2020-01-01  |  2KB  |  49 lines

  1. CKVHEX and CKVDEH                                                    July 1993
  2.  
  3.   Originally by Stuart Hecht of Stevens Institute of Technology.
  4.   Later versions by Eric McQueen, Utah State University.
  5.   Converted to work on the Alpha AXP by Hunter Goatley, Western Kentucky Univ.
  6.   (See program edit history for additional credits.)
  7.  
  8. CKVHEX is an assembly language program for the VAX or Alpha AXP to convert any
  9. VMS file into a printable ASCII "hex" file, suitable for transfer as a text
  10. file by Kermit, electronic mail, or other means.  CKVDEH converts a hex file
  11. created by CKVHEX back into its original form, with all FILES-11 attributes
  12. intact.
  13.  
  14. CKVDEH.MAR supports both 16-bit-address and 32-bit-address format files by
  15. changing the ':' that starts each line to '<' for 32-bit- address lines (you
  16. can also use 24-bit addresses by putting ';' on the front of a line).  It does
  17. not require the output file to be contiguous.
  18.  
  19. CKVHEX only creates 32-bit address lines.  Older versions of CKVHEX created
  20. 16-bit lines.  The current version of CKVDEH should be able to decode either
  21. kind of file correctly.
  22.  
  23. To build CKVDEH, to do this:
  24.  
  25.   MACRO CKVDEH   (on the Alpha AXP, use MACRO/MIGRATE)
  26.   LINK CKVDEH
  27.  
  28. To build CKVHEX:
  29.  
  30.   MACRO CKVHEX   (on the Alpha AXP, use MACRO/MIGRATE)
  31.   LINK CKVHEX
  32.  
  33. Or use the CKVDEH.COM procedure to build these programs.  Or if you have MMS,
  34. rename CKVDEH.MMS to DESCRIP.MMS and then run MMS.
  35.  
  36. To use either of these programs, simply run it.  It prompts you for the input
  37. or output file names.
  38.  
  39. NOTE: These programs work well, but the resulting .HEX file is usually about
  40. twice the size of the original file.  No attempt is made to optimize the
  41. hexified file.  To produce smaller ASCII files, see Carlo Mekenkamp's MFTU
  42. package, which you can get by sending the command SEND MFTU in the body of a
  43. mail message to FILESERV@WKUVX1.BITNET.
  44.  
  45. These versions will run under both OpenVMS VAX and OpenVMS AXP (AXP port
  46. done by Hunter Goatley 
  47.  
  48. [End of CKVDEH.HLP]
  49.