* fixed GCC 4.4.0 mingw compilation:
[fw/sdcc] / as / doc / asxhtm.html
index 5c919d958e2159ba587abe869cc6d25e0fa33e0c..6ec571de4bfc09149e6e39c154d064fab3d4964c 100644 (file)
 
 <B><PRE>
 
-                                ASxxxx Assemblers
+                              SDCCASxxxx Assemblers
 
 
                                        and
 
 
-                            ASLINK Relocating Linker
+                          SDCC ASLINK Relocating Linker
 
 
 
         assemblers, its design and implementation was not  derived  from
         any other work.
 
-           The  ASxxxx  assemblers  and the ASLINK relocating linker are
-        placed in the Public Domain.   Publication  or  distribution  of
-        these programs for non-commercial use is hereby granted with the
-        stipulation that the  copyright  notice  be  included  with  all
-        copies.
-
            I  would  greatly  appreciate  receiving  the  details of any
         changes, additions, or errors pertaining to these  programs  and
         will  attempt  to  incorporate  any  fixes  or  generally useful
                 baldwin@shop-pdp.kent.edu
                 tel:  (330) 672 2531
                 fax:  (330) 672 2959
+
+
+
+               E N D   U S E R   L I C E N S E   A G R E E M E N T
+
+
+
+
+
+          This  program is free software; you can redistribute it and/or
+        modify  it under the terms of the GNU General Public License  as
+        published  by the Free Software Foundation; either version 3, or
+        (at your option) any later version.
+
+          This  program  is  distributed  in the hope that  it  will  be
+        useful,  but  WITHOUT ANY WARRANTY;  without  even  the  implied
+        warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+        See the GNU General Public License for more details.
+
+          You  should  have  received a copy of the GNU  General  Public
+        License     along     with    this program.      If not,     see
+        <http://www.gnu.org/licenses/>.
 \f
 
                                                                   Page 3
 
             10.  -e      or null line, terminates input to the linker.
 
-        aslink (msc51) specific options:
+        ASLINK linkers supported by and distributed with SDCC are:
+                aslink          (Intel 8051)
+                link-z90        (Zilog Z80 / Hitachi HD64180)
+                link-gbz80      (GameBoy Z80-like CPU)
+                link-hc08       (Motorola 68HC08)
+
+        aslink (Intel 8051) specific options:
 
         Output:
           -j   Produce NoICE debug as file[NOI]
           -A   [stack-size] Allocate space for stack
 
 
-        link-z80 (Z80) specific options:
+        link-z80 (Zilog Z80 / Hitachi HD64180) specific options:
 
         Map format:
           -j   no$gmb symbol file generated as file[SYM]
           -u   Update listing file(s) with link data as file(s)[.RST]
 
 
-        link-gbz80 (GBZ80) specific options:
+        link-gbz80 (GameBoy Z80-like CPU) specific options:
 
         Relocation:
           -yo  Number of rom banks (default: 2)
           -u   Update listing file(s) with link data as file(s)[.RST]
 
 
-        link-hc08 (HC08) specific options:
+        link-hc08 (Motorola 68HC08) specific options:
         Output:
           -t   ELF executable as file[elf]
           -j    Produce NoICE debug as file[NOI]