home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 335_01 / as1805.man < prev    next >
Text File  |  1990-12-04  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.      AS1805(1L)                  UNIX 5.0                   AS1805(1L)
  5.  
  6.  
  7.  
  8.      NAME
  9.           as1805, as1802 - cross assemblers for microcomputers
  10.  
  11.      SYNOPSIS
  12.           as1805 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  13.           as1802 [-p cpu] [-l listfile] [-o hexfile] [-d] [-s symbolfile] input
  14.  
  15.      DESCRIPTION
  16.           The as1805, as1802 command(s) assembles the input file into
  17.           a text output file representing the program memory for a
  18.           microcomputer.
  19.  
  20.           Options
  21.  
  22.           -p cpu
  23.                Override the instruction set selection.
  24.                     Valid Values for Cpu
  25.                          1802, 1804, 1805, 1806
  26.  
  27.           -l listfile
  28.                Output a file formated with the memory address, data,
  29.                and source input lines.
  30.  
  31.           -o hexfile
  32.                Output the memory data image in a form accepted by most
  33.                prom programmers.
  34.  
  35.           -h hexfile
  36.                Same as -o.
  37.  
  38.           -d   Save the intermediate data file (see FILE) and abort
  39.                the execution at the end of processing.
  40.  
  41.           -s symbolfile
  42.                Print the symbol table values and names, one per line
  43.                in the specified file.
  44.  
  45.      FILES
  46.           /usr/tmp/frtXXXXXX
  47.  
  48.      SEE ALSO
  49.           Frankenstein Cross Assemblers Users Manual (file base.doc)
  50.           Appendix for as1805 Frankenstein Assembler (file as1805.doc)
  51.  
  52.      NOTES
  53.           There is only one input file.
  54.  
  55.           The program can select which subset of instructions is
  56.           accepted.  The program first uses the name with which it is
  57.           invoked.  This is scanned for a substring which indicates
  58.           which set to use.  The -p options overrides this selction by
  59.           performing the same substring search.
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 12/4/90)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      AS1805(1L)                  UNIX 5.0                   AS1805(1L)
  71.  
  72.  
  73.  
  74.           There should only be one executable file with all of its
  75.           names linked to it.
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 12/4/90)
  130.  
  131.  
  132.  
  133.