From: uz Date: Sun, 6 Feb 2011 20:10:19 +0000 (+0000) Subject: The assembler options -l and --listing will now take the name of the listing X-Git-Tag: V2.13.3~493 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a6389e6406d804f7893ec5dd3b3f527fdef8b25d;p=cc65 The assembler options -l and --listing will now take the name of the listing file as an argument. git-svn-id: svn://svn.cc65.org/cc65/trunk@4967 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/ca65.sgml b/doc/ca65.sgml index c04328105..9c40084f1 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -95,7 +95,7 @@ Short options: -g Add debug info to object file -h Help (this text) -i Ignore case of symbols - -l Create a listing if assembly was ok + -l name Create a listing file if assembly was ok -mm model Set the memory model -o name Name the output file -s Enable smart mode @@ -114,7 +114,7 @@ Long options: --help Help (this text) --ignore-case Ignore case of symbols --include-dir dir Set an include directory search path - --listing Create a listing if assembly was ok + --listing name Create a listing file if assembly was ok --list-bytes n Maximum number of bytes per listing line --macpack-dir dir Set a macro package directory --memory-model model Set the memory model @@ -219,11 +219,10 @@ Here is a description of all the command line options: