From 76501afeac6e5e102cd0fd97eeb51c28b0be3169 Mon Sep 17 00:00:00 2001 From: cuz Date: Sun, 28 Aug 2005 21:54:38 +0000 Subject: [PATCH] Added explanation of --macpack-dir git-svn-id: svn://svn.cc65.org/cc65/trunk@3599 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ca65.sgml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 1a82788f0..d8557bfdb 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -112,6 +112,7 @@ Long options: --include-dir dir Set an include directory search path --listing Create a listing 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 --pagelength n Set the page length for the listing --smart Enable smart mode @@ -190,6 +191,16 @@ Here is a description of all the command line options: number of printed bytes. + --macpack-dir dir + + This options allows to specify a directory containing macro files that are + used instead of the builtin images when a directive is encountered. If --macpack-dir + was specified, a .mac extension is added to the package name and + the resulting file is loaded from the given directory. This is most useful + when debugging the builtin macro packages. + + -mm model, --memory-model model Define the default memory model. Possible model specifiers are near, far and