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

  1. AS1805(1L)        MISC. REFERENCE MANUAL PAGES         AS1805(1L)
  2.  
  3.  
  4.  
  5. NAME
  6.      as1805, as1802 - cross assemblers for microcomputers
  7.  
  8. SYNOPSIS
  9.      as1805 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  10.  
  11. DESCRIPTION
  12.      The as1805 command assembles the input file  into a  text  output
  13.      file  representing the program memory for a microcomputer.
  14.  
  15.      Options
  16.  
  17.      -p cpu
  18.           Override the instruction set selection.
  19.                Valid Values for Cpu
  20.                     1802, 1804, 1805, 1806
  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 as1805 Frankenstein Assembler (file as1805.doc)
  46.  
  47. NOTES
  48.      There is only one input file.
  49.  
  50.      The program can  select  which  subset  of  instructions  is
  51.      accepted.   The program first uses the name with which it is
  52.      invoked.  This is scanned for a  substring  which  indicates
  53.      which set to use.  The -p options overrides this selction by
  54.      performing the same substring search.
  55.      There should only be one executable file  with  all  of  its
  56.      names linked to it.
  57.  
  58.  
  59.