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

  1. AS6502(1L)        MISC. REFERENCE MANUAL PAGES         AS6502(1L)
  2.  
  3.  
  4.  
  5. NAME
  6.      as6502, as65c00, asr65c00 - cross assemblers  for  microcom-
  7.      puters
  8.  
  9. SYNOPSIS
  10.      as6502 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  11.  
  12. DESCRIPTION
  13.      The as6502 command  assembles  the  input file into a text output 
  14.      file representing the program memory for a microcomputer.
  15.  
  16.      Options
  17.  
  18.      -p cpu
  19.           Override the instruction set selection.
  20.                Valid Values for Cpu
  21.                     65, 65c, r65, r65c, 21
  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 as6502 Frankenstein Assembler (file as6502.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.      There should only be one executable file  with  all  of  its
  59.      names linked to it.
  60.  
  61.