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

  1. AS8048(1L)        MISC. REFERENCE MANUAL PAGES         AS8048(1L)
  2.  
  3.  
  4.  
  5. NAME
  6.      as8048 - cross assemblers for microcomputers
  7.  
  8. SYNOPSIS
  9.      as8048 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  10.  
  11. DESCRIPTION
  12.      The as8048 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.                     80C48 80c48 80C35  80c35  80C49  80c49  80C39
  21.                     80c39  80C50 80c50 80C40 80c40 8048 8035 8049
  22.                     8039 8050 8040 8041 8042
  23.  
  24.      -l listfile
  25.           Output a file formated with the memory  address,  data,
  26.           and source input lines.
  27.  
  28.      -o hexfile
  29.           Output the memory data image in a form accepted by most
  30.           prom programmers.
  31.  
  32.      -h hexfile
  33.           Same as -o.
  34.  
  35.      -d   Save the intermediate data file (see  FILE)  and  abort
  36.           the execution at the end of processing.
  37.  
  38.      -s symbolfile
  39.           Print the symbol table values and names, one  per  line
  40.           in the specified file.
  41.  
  42. FILES
  43.      .\frtXXXXXX
  44.  
  45. SEE ALSO
  46.      Frankenstein Cross Assemblers Users Manual  (file  base.doc)
  47.      Appendix for as8048 Frankenstein Assembler (file as8048.doc)
  48.  
  49. NOTES
  50.      There is only one input file.
  51.  
  52.      The program can  select  which  subset  of  instructions  is
  53.      accepted.   The program first uses the name with which it is
  54.      invoked.  This is scanned for a  substring  which  indicates
  55.      which set to use.  The -p options overrides this selction by
  56.      performing the same substring  search.   Finally  the  input
  57.      file can select which subset to use with the CPU statement.
  58.  
  59.