* as/doc/asmlnk.doc, as/doc/asxhtm.html: updated command line options
[fw/sdcc] / as / doc / asmlnk.doc
index 9da3e8dae9ad57bb8acfd222917a44f30d95b73d..17c30e9afb6720404dd702b9b8df9376658f0e24 100644 (file)
         assembler is started, enter the option(s) and file(s) to  assem-
         ble following the 'argv:' prompt:  
 
-        argv:  [-dqxgalosf] file1 [file2 file3 ...  file6] 
+        argv:  [-dqxjgalcposf] 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
         
                 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
         (s) option, the symbol table is placed at the end of the listing
         file.  
 
-
+        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