home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 332.lha / DAsm_v2.12 / doc / ftohex.doc < prev   
Encoding:
Text File  |  1989-12-28  |  549 b   |  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.