
This .ZIP file contains three utilities that may be useful in dealing with 
Intel hex format data files.

HEX2BIN.EXE - Converts a hex file to an absolute binary file. Handy for some 
              programmers that only accept binary source files.

BIN2HEX.EXE - Converts an absolute binary file into a hex file. (Reverse of 
              the above.) 
              
HEX2HEX.EXE - Re-writes a hex file in hex format, with no more than 16 data 
              bytes per line. This allows fixing bad line checksums and fixing 
              files for some programmmers that don't accept hex files with 
              more than 16 data bytes per line. 

