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

  1. Z80ASM(1L)        MISC. REFERENCE MANUAL PAGES         Z80ASM(1L)
  2.  
  3.  
  4.  
  5. NAME
  6.      asz80 - cross assemblers for microcomputers
  7.  
  8. SYNOPSIS
  9.      asz80 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  10.  
  11. DESCRIPTION
  12.      The asz80 command 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.                     64180, z80, Z80, 8085, 8085
  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 asz80 Frankenstein Assembler (file asz80.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.