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

  1.  
  2.  
  3.  
  4. AS6811(1L)        MISC. REFERENCE MANUAL PAGES         AS6811(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      as6811 - cross assemblers for microcomputers
  10.  
  11. SYNOPSIS
  12.      as6811 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  13.  
  14. DESCRIPTION
  15.      The as6811 command assembles the input file into a text out-
  16.      put  file  representing  the  program memory for a microcom-
  17.      puter.
  18.  
  19.      Options
  20.  
  21.      -p cpu
  22.           Override the instruction set selection.
  23.                Valid Values for Cpu
  24.                     6811, 6801, 6803, 6802, 6808, 6800
  25.  
  26.      -l listfile
  27.           Output a file formated with the memory  address,  data,
  28.           and source input lines.
  29.  
  30.      -o hexfile
  31.           Output the memory data image in a form accepted by most
  32.           prom programmers.
  33.  
  34.      -h hexfile
  35.           Same as -o.
  36.  
  37.      -d   Save the intermediate data file (see  FILE)  and  abort
  38.           the execution at the end of processing.
  39.  
  40.      -s symbolfile
  41.           Print the symbol table values and names, one  per  line
  42.           in the specified file.
  43.  
  44. FILES
  45.      .\frtXXXXXX
  46.  
  47. SEE ALSO
  48.      Frankenstein Cross Assemblers Users Manual  (file  base.doc)
  49.      Appendix for as6811 Frankenstein Assembler (file as6811.doc)
  50.  
  51. NOTES
  52.      There is only one input file.
  53.  
  54.      The program can  select  which  subset  of  instructions  is
  55.      accepted.   The program first uses the name with which it is
  56.      invoked.  This is scanned for a  substring  which  indicates
  57.      which set to use.  The -p options overrides this selction by
  58.      performing the same substring  search.   Finally  the  input
  59.      file can select which subset to use with the CPU statement.
  60.  
  61.