From: cuz Date: Mon, 10 May 2004 21:53:37 +0000 (+0000) Subject: Added the new --list-bytes option X-Git-Tag: V2.12.0~810 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e7f2009fcdcd63f7d2b359f28e362fd4e13c2f8c;p=cc65 Added the new --list-bytes option git-svn-id: svn://svn.cc65.org/cc65/trunk@3020 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 9294a94c5..f39841406 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -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. + --list-bytes n + + Set the maximum number of bytes printed in the listing for one line of + input. See the directive + for more information. The value zero can be used to encode an unlimited + number of printed bytes. + + -o name The default output name is the name of the input file with the extension