1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +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:
cuz 2004-05-10 21:53:37 +00:00
parent 1a68dd715a
commit e7f2009fcd

View File

@ -109,6 +109,7 @@ Long options:
--help Help (this text)
--ignore-case Ignore case of symbols
--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
--pagelength n Set the page length for the listing
--smart Enable smart mode
@ -179,6 +180,14 @@ Here is a description of all the command line options:
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>
The default output name is the name of the input file with the extension