mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +00:00
New default value for STARTADDR
git-svn-id: svn://svn.cc65.org/cc65/trunk@2367 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
7faa7ab3b8
commit
7a3e8ebe6d
@ -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
|
disassembled. The given address is interpreted as an octal value if
|
||||||
preceeded with a '0' digit, as a hexadecimal value if preceeded with '0x',
|
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
|
'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.
|
||||||
|
|
||||||
|
|
||||||
<tag><tt>-v, --verbose</tt></tag>
|
<tag><tt>-v, --verbose</tt></tag>
|
||||||
@ -261,7 +261,9 @@ following attributes are recognized:
|
|||||||
|
|
||||||
This attribute may be used instead of the <tt><ref id="option--start-addr"
|
This attribute may be used instead of the <tt><ref id="option--start-addr"
|
||||||
name="--start-addr"></tt> option on the command line. It takes a numerical
|
name="--start-addr"></tt> 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).
|
||||||
|
|
||||||
|
|
||||||
<tag><tt>CPU</tt></tag>
|
<tag><tt>CPU</tt></tag>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user