mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Added the new --list-bytes option
git-svn-id: svn://svn.cc65.org/cc65/trunk@3020 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
1a68dd715a
commit
e7f2009fcd
@ -109,6 +109,7 @@ Long options:
|
|||||||
--help Help (this text)
|
--help Help (this text)
|
||||||
--ignore-case Ignore case of symbols
|
--ignore-case Ignore case of symbols
|
||||||
--include-dir dir Set an include directory search path
|
--include-dir dir Set an include directory search path
|
||||||
|
--list-bytes n Maximum number of bytes per listing line
|
||||||
--listing Create a listing if assembly was ok
|
--listing Create a listing if assembly was ok
|
||||||
--pagelength n Set the page length for the listing
|
--pagelength n Set the page length for the listing
|
||||||
--smart Enable smart mode
|
--smart Enable smart mode
|
||||||
@ -179,6 +180,14 @@ Here is a description of all the command line options:
|
|||||||
may change in future versions.
|
may change in future versions.
|
||||||
|
|
||||||
|
|
||||||
|
<tag><tt>--list-bytes n</tt></tag>
|
||||||
|
|
||||||
|
Set the maximum number of bytes printed in the listing for one line of
|
||||||
|
input. See the <tt><ref id=".LISTBYTES" name=".LISTBYTES"></tt> directive
|
||||||
|
for more information. The value zero can be used to encode an unlimited
|
||||||
|
number of printed bytes.
|
||||||
|
|
||||||
|
|
||||||
<tag><tt>-o name</tt></tag>
|
<tag><tt>-o name</tt></tag>
|
||||||
|
|
||||||
The default output name is the name of the input file with the extension
|
The default output name is the name of the input file with the extension
|
||||||
|
Loading…
x
Reference in New Issue
Block a user