home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / xplatfrm / motxas / stobin.doc < prev    next >
Text File  |  1990-08-21  |  1KB  |  35 lines

  1.  
  2.         STOBIN converts from the S record data format to BINARY image format
  3.     for use in ROM burners or simulators that need a true binary image of the
  4.     program.  This is especially useful if using any of the several IBM PC
  5.     based ROM burning products.
  6.  
  7.         The output defaults are set up for MC68HC705C8.  I recommend that
  8.     the runstring include +i to initialize the file to all zeroes.  the
  9.     data and filesize defaults are already correct for the MC68HC705C8.
  10.     override the defaults for different processor/ROM sizes.
  11.  
  12.  
  13.         Runstring for StoBin is:
  14.  
  15.             STOBIN input=iii output=ooo [data=dd] [filesize=hh] [+{i}]
  16.  
  17.             iii=filename of S19 file.
  18.             ooo=filename to write binary file to.
  19.         dd=value to initialize file with (if initialization specified).
  20.             hh=Size of file (0 - ffffff)
  21.             +i=Initialize file.
  22.  
  23.             For file initialization to work, the output file , data and
  24.         size should be specified first.
  25.  
  26.         Defaults: data=00h  filesize=2000h  NO file initialization
  27.  
  28.  
  29.  
  30.         IMPORTANT NOTE:  The prompts are case sensitive, The key-words
  31.                          "input=", "output=", "data=", and "filesize="
  32.                          (if used) must be LOWER CASE!
  33.  
  34.  
  35.