From 7a3e8ebe6d79f948db6fc44f3ad9ea2a01ff7a0c Mon Sep 17 00:00:00 2001 From: cuz Date: Mon, 18 Aug 2003 20:38:30 +0000 Subject: [PATCH] New default value for STARTADDR git-svn-id: svn://svn.cc65.org/cc65/trunk@2367 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/da65.sgml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/da65.sgml b/doc/da65.sgml index 1a0217092..9155c7bf8 100644 --- a/doc/da65.sgml +++ b/doc/da65.sgml @@ -141,7 +141,7 @@ Here is a description of all the command line options: disassembled. The given address is interpreted as an octal value if preceeded with a '0' digit, as a hexadecimal value if preceeded with '0x', '0X', or '$', and as a decimal value in all other cases. If no start address - is specified, 0xC000 is used - which is often not what you want. + is specified, $10000 minus the size of the input file is used. -v, --verbose @@ -253,7 +253,7 @@ following attributes are recognized: This attribute may be used instead of the option on the command line. It takes a numerical - parameter. Using zero as page length (which is the default) means that no + parameter. Using zero as page length (which is the default) means that no pages are generated. @@ -261,7 +261,9 @@ following attributes are recognized: This attribute may be used instead of the option on the command line. It takes a numerical - parameter. + parameter. The default for the start address is $10000 minus the size of + the input file (this assumes that the input file is a ROM that contains the + reset and irq vectors). CPU