1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00

Minor corrections

git-svn-id: svn://svn.cc65.org/cc65/trunk@2540 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-10-16 22:20:29 +00:00
parent 818cfc8677
commit 64245fde95

View File

@ -101,7 +101,7 @@ Here is a description of all the command line options:
HTML (for example by use of <tt/c2html/), has the name <tt/file.c.html/, and HTML (for example by use of <tt/c2html/), has the name <tt/file.c.html/, and
lives in the same directory as the assembler file. If the <tt/.dbg/ lives in the same directory as the assembler file. If the <tt/.dbg/
directive specifies a line, a link to the correct line in the C file is directive specifies a line, a link to the correct line in the C file is
generated, using a label in the form <tt/linexxx>/, as it is created by generated, using a label in the form <tt/linexxx/, as it is created by
<tt/c2html/ by use of the <tt/-n/ option. <tt/c2html/ by use of the <tt/-n/ option.
@ -217,21 +217,21 @@ Here is a description of all the command line options:
<sect1>Cross links<p> <sect1>Cross links<p>
Since <tt/ca65html/ is able to generate links between modules, the best way to Since ca65html is able to generate links between modules, the best way to use
use it is to supply all modules to it in one run, instead of running each file it is to supply all modules to it in one run, instead of running each file
separately through it. separately through it.
<sect1>Include files<p> <sect1>Include files<p>
For now, <tt/ca65html/ will not read files included with <tt/.include/. For now, ca65html will not read files included with <tt/.include/. Specifying
Specifying the include files as normal input files on the command line works the include files as normal input files on the command line works in many
in many cases. cases.
<sect1>Conversion errors<p> <sect1>Conversion errors<p>
Since <tt/ca65html/ does not really parse the input, but does most of its work Since ca65html does not really parse the input, but does most of its work
applying text patterns, it doesn't know anything about scoping and advanced applying text patterns, it doesn't know anything about scoping and advanced
features of the assembler. This means that it may miss a label may choose the features of the assembler. This means that it may miss a label may choose the
wrong color for an item in rare cases. Since it's just a tool for displaying wrong color for an item in rare cases. Since it's just a tool for displaying