home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d168 / dillonstuff.lha / doc / ftohex.doc < prev    next >
Text File  |  1988-11-22  |  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.