The existing global option HEXOFFS and the --hexoffs command line switch
weren't documented. git-svn-id: svn://svn.cc65.org/cc65/trunk@4962 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -133,6 +133,12 @@ Here is a description of all the command line options:
|
|||||||
Print the short option summary shown above.
|
Print the short option summary shown above.
|
||||||
|
|
||||||
|
|
||||||
|
<label id="option--hexoffs">
|
||||||
|
<tag><tt>--hexoffs</tt></tag>
|
||||||
|
|
||||||
|
Output label offsets in hexadecimal instead of decimal notation.
|
||||||
|
|
||||||
|
|
||||||
<label id="option--info">
|
<label id="option--info">
|
||||||
<tag><tt>-i name, --info name</tt></tag>
|
<tag><tt>-i name, --info name</tt></tag>
|
||||||
|
|
||||||
@@ -317,6 +323,13 @@ following attributes are recognized:
|
|||||||
name="--cpu"></tt> option on the command line. It takes a string parameter.
|
name="--cpu"></tt> option on the command line. It takes a string parameter.
|
||||||
|
|
||||||
|
|
||||||
|
<tag><tt/HEXOFFS/</tag>
|
||||||
|
The attribute is followed by a boolean value. If true, offsets to labels are
|
||||||
|
output in hex, otherwise they're output in decimal notation. The default is
|
||||||
|
false. The attribute may be changed on the command line using the <tt><ref
|
||||||
|
id="option--hexoffs" name="--hexoffs"></tt> option.
|
||||||
|
|
||||||
|
|
||||||
<tag><tt/INPUTNAME/</tag>
|
<tag><tt/INPUTNAME/</tag>
|
||||||
The attribute is followed by a string value, which gives the name of the
|
The attribute is followed by a string value, which gives the name of the
|
||||||
input file to read. If it is present, the disassembler does not accept an
|
input file to read. If it is present, the disassembler does not accept an
|
||||||
|
|||||||
Reference in New Issue
Block a user