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

  1. AS8096(1L)        MISC. REFERENCE MANUAL PAGES         AS8096(1L)
  2.  
  3.  
  4.  
  5. NAME
  6.      as8096, as80196 - cross assemblers for microcomputers
  7.  
  8. SYNOPSIS
  9.      as8096 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  10.  
  11. DESCRIPTION
  12.      The as8096 commands assembles the input file into a text  output  file
  13.      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.                     8096, 80196
  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 as8096 Frankenstein Assembler (file as8096.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.   Finally  the  input
  55.      file can select which subset to use with the CPU statement.
  56.  
  57.