home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff287.lzh / DAsm / doc / ftohex.doc < prev    next >
Text File  |  1989-12-06  |  549b  |  19 lines

  1.  
  2. FTOHEX    Convert assembly output file to INTEL-HEX format suitable for, say,
  3. a GTEK prom programmer.
  4.  
  5.     FTOHEX format infile outfile
  6.  
  7. Example:
  8.     DASM -f2 example.asm -oram:example.out
  9.     FTOHEX 2 ram:example.out ram:example.hex
  10.  
  11.     This program converts and output file generated by DASM to the Intel
  12.     hex-ascii format.  You must specify the format you used when you
  13.     assembled the source for FTOHEX to properly read the out file.
  14.     Generally format 2 is used for assembly (see DASM.DOC) as this
  15.     generates the smallest hex file.
  16.  
  17.  
  18.  
  19.