X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fld65.sgml;h=d37beced749309c3cc5a50e03fe4cea46e77651d;hb=a7f392a96fefd667bbcabfc816bbb6b3e3de70ac;hp=45e231bbf086c6168d24dd4c236e43415377955c;hpb=4a518df5bc0246812bb4f2049427ba7ba299cb70;p=cc65 diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 45e231bbf..d37beced7 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -55,23 +55,30 @@ The linker is called as follows: --------------------------------------------------------------------------- Usage: ld65 [options] module ... Short options: + -( Start a library group + -) End a library group -C name Use linker config file + -D sym=val Define a symbol -L path Specify a library search path -Ln name Create a VICE label file - -Lp Mark write protected segments as such (VICE) -S addr Set the default start address -V Print the linker version -h Help (this text) -m name Create a map file -o name Name the default output file -t sys Set the target system + -u sym Force an import of symbol `sym' -v Verbose mode -vm Verbose map file Long options: --cfg-path path Specify a config file search path --config name Use linker config file + --dbgfile name Generate debug information + --define sym=val Define a symbol --dump-config name Dump a builtin configuration + --end-group End a library group + --force-import sym Force an import of symbol `sym' --help Help (this text) --lib file Link this library --lib-path path Specify a library search path @@ -80,6 +87,7 @@ Long options: --obj file Link this object file --obj-path path Specify an object file search path --start-addr addr Set the default start address + --start-group Start a library group --target sys Set the target system --version Print the linker version --------------------------------------------------------------------------- @@ -92,6 +100,26 @@ Here is a description of all the command line options: +