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

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