FTOHEX  Convert assembly output file to INTEL-HEX format suitable for, say,
a GTEK prom programmer.
 
    FTOHEX format infile outfile
 
Example:
    DASM -f2 example.asm -oram:example.out
    FTOHEX 2 ram:example.out ram:example.hex
 
    This program converts and output file generated by DASM to the Intel
    hex-ascii format.  You must specify the format you used when you
    assembled the source for FTOHEX to properly read the out file.
    Generally format 2 is used for assembly (see DASM.DOC) as this
    generates the smallest hex file.
 
 
          
