1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +00:00

Added explanation of --macpack-dir

git-svn-id: svn://svn.cc65.org/cc65/trunk@3599 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2005-08-28 21:54:38 +00:00
parent f21605a972
commit 76501afeac

View File

@ -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.
<tag><tt>--macpack-dir dir</tt></tag>
This options allows to specify a directory containing macro files that are
used instead of the builtin images when a <tt><ref id=".MACPACK"
name=".MACPACK"></tt> directive is encountered. If <tt>--macpack-dir</tt>
was specified, a <tt>.mac</tt> 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.
<tag><tt>-mm model, --memory-model model</tt></tag>
Define the default memory model. Possible model specifiers are near, far and