* as/doc/asmlnk.doc, as/doc/asxhtm.html: updated command line options
[fw/sdcc] / as / doc / asxhtm.html
index 444824c854e262cc219de522c00a3933e8adfa97..784d57b750bed75b556cb3ce35571664672756d6 100644 (file)
         semblers are started with the appropriate option(s) and  file(s)
         to assemble following the assembler name:
 
-        as6809 [-dqxgalosff] file1 [file2 file3 ...  file6]
+        as-z80 [-dqxjgaloscpff] file1 [file2 file3 ...  file6]
 
         The options are:
 
                         The listing radix affects the
                         .lst, .rel, and .sym files.
 
+                j       add line number and debug information to file
                 g       undefined symbols made global
                 a       all user symbols made global
 
                 o       create object output file1.rel
                 s       create symbol output file1.sym
 
-                p       disable listing pagination
-                w       wide listing format for symbol table
+                c       generate sdcdb debug information
 
-                z       enable case sensitivity for symbols
+                p       disable listing pagination
 
                         relocatable reference flagging:
 
                 f       by  `   in the listing file
                 ff      by mode in the listing file
 
+        asx8051 specific command line option:
+                -I<dir>  Add the named directory to the include file
+                        search path.  This option may be used more than once.
+                        Directories are searched in the order given.
+
            The file name for the .lst, .rel, and .sym files is the first
         file name specified in the command line.  All output  files  are
         ascii  text  files which may be edited, copied, etc.  The output
         will use the proper conversion for this file.  Linked files  may
         have different radices.
 
+        ASXXXX assembles supported by and distributed with SDCC are:
+                asx8051         (Intel 8051)
+                as-z80          (Zilog Z80 / Hitachi HD64180)
+                as-gbz80        (GameBoy Z80-like CPU)
+                as-hc08         (Motorola 68HC08)
 \f
 
         THE ASSEMBLER                                          PAGE 1-28