From: borutr Date: Fri, 14 Mar 2008 21:29:13 +0000 (+0000) Subject: added a list of linkers, supported by SDCC X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=98d9a5b1bf7bd6d14ef4523e35152c246f9ebd8d;p=fw%2Fsdcc added a list of linkers, supported by SDCC git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5097 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/as/doc/asmlnk.doc b/as/doc/asmlnk.doc index 61397ff0..247e09ea 100644 --- a/as/doc/asmlnk.doc +++ b/as/doc/asmlnk.doc @@ -2212,7 +2212,13 @@ 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] @@ -2227,7 +2233,7 @@ -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] @@ -2238,7 +2244,7 @@ -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) @@ -2254,7 +2260,7 @@ -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] diff --git a/as/doc/asxhtm.html b/as/doc/asxhtm.html index 5c919d95..66f43d21 100644 --- a/as/doc/asxhtm.html +++ b/as/doc/asxhtm.html @@ -2335,7 +2335,13 @@ 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] @@ -2350,7 +2356,7 @@ -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] @@ -2361,7 +2367,7 @@ -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) @@ -2377,7 +2383,7 @@ -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]