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

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