home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / fasbin21 / man / as7000.man < prev    next >
Text File  |  1991-02-06  |  1KB  |  51 lines

  1. AS7000(1L)        MISC. REFERENCE MANUAL PAGES         AS7000(1L)
  2.  
  3.  
  4.  
  5. NAME
  6.      as7000 - cross assembler for microcomputers
  7.  
  8. SYNOPSIS
  9.      as7000 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s  symbol-
  10.      file] input
  11.  
  12. DESCRIPTION
  13.      The as7000 command assembles the input file into a text out-
  14.      put  file  representing  the  program memory for a microcom-
  15.      puter.
  16.  
  17.      Options
  18.  
  19.      -p cpu
  20.           Ignored by this program.
  21.  
  22.      -l listfile
  23.           Output a file formated with the memory  address,  data,
  24.           and source input lines.
  25.  
  26.      -o hexfile
  27.           Output the memory data image in a form accepted by most
  28.           prom programmers.
  29.  
  30.      -h hexfile
  31.           Same as -o.
  32.  
  33.      -d   Save the intermediate data file (see  FILE)  and  abort
  34.           the execution at the end of processing.
  35.  
  36.      -s symbolfile
  37.           Print the symbol table values and names, one  per  line
  38.           in the specified file.
  39.  
  40. FILES
  41.      .\frtXXXXXX
  42.  
  43. SEE ALSO
  44.      Frankenstein Cross Assemblers Users Manual  (file  base.doc)
  45.      Appendix for as7000 Frankenstein Assembler (file as7000.doc)
  46.  
  47. NOTES
  48.      There is only one input file.
  49.  
  50.  
  51.