added a list of linkers, supported by SDCC
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 14 Mar 2008 21:29:13 +0000 (21:29 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 14 Mar 2008 21:29:13 +0000 (21:29 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5097 4a8a32a2-be11-0410-ad9d-d568d2c75423

as/doc/asmlnk.doc
as/doc/asxhtm.html

index 61397ff07c6418eca42f783c27e30f7f0f6768fa..247e09ea63534e77c695ca38b410fc3eb108f4a3 100644 (file)
 
             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]
index 5c919d958e2159ba587abe869cc6d25e0fa33e0c..66f43d21d733ed78770493c465090380b53bdf34 100644 (file)
 
             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]