From a6389e6406d804f7893ec5dd3b3f527fdef8b25d Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 6 Feb 2011 20:10:19 +0000 Subject: [PATCH] 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 --- doc/ca65.sgml | 13 ++++++------- doc/cl65.sgml | 4 ++-- src/ca65/global.c | 8 +++----- src/ca65/global.h | 6 ++---- src/ca65/listing.c | 21 +++++++++------------ src/ca65/main.c | 30 +++++++++++++++++++----------- src/cl65/main.c | 21 ++++++++++----------- 7 files changed, 51 insertions(+), 52 deletions(-) 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: