From 758757d9217d531597fea1be9b4a01c001afdb08 Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 26 Jul 2005 20:52:01 +0000 Subject: [PATCH] Document the symbols section and the new -D and --define options git-svn-id: svn://svn.cc65.org/cc65/trunk@3553 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ld65.sgml | 50 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 43 insertions(+), 7 deletions(-) diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 3cd238f3f..3faecbb6a 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -55,7 +55,10 @@ 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 -S addr Set the default start address @@ -71,7 +74,9 @@ 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 --help Help (this text) --lib file Link this library --lib-path path Specify a library search path @@ -80,6 +85,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 --------------------------------------------------------------------------- @@ -191,6 +197,15 @@ Here is a description of all the command line options: id="option-t" name="-t">. +