Command line options in detail
+
+Here is a description of all the command line options:
+
+
+
+ --bgcolor c
+
+ Set the background color. The argument c must be a valid HTML color, usually
+ given as RGB triplet in the form --colorize
+
+ Colorize the output. The converter outputs processor instructions, assembler
+ control commands and comments in different colors.
+
+ While this make the output look very nice, it generates invalid HTML,
+ because using colors in a --commentcolor c
+
+ Set the color used for comments. The argument c must be a valid HTML color,
+ usually given as RGB triplet in the form --crefs
+
+ Generate references to the C file, when a /, as it is created by
+ --commentcolor c
+
+ Set the color used for assembler control commands. The argument c must be a
+ valid HTML color, usually given as RGB triplet in the form --cvttabs
+
+ Convert tabs in the input into spaces in the output, assuming the standard
+ tab width of 8. This is useful if the --help
+
+ Print the command line option summary shown above.
+
+
+ --htmldir dir
+
+ Specify an output directory for the generated HTML files.
+
+
+ --indexcols n
+
+ Use n columns on the index page. This option has no effect if used without
+ --indexname name
+
+ Use another index file name instead of --indexpage
+
+ Causes the converter to generate an index page listing all label names and
+ exports found in the converted files.
+
+
+ --indextitle title
+
+ Use "title" as the title of the index page. This option has no effect if
+ used without --keywordcolor c
+
+ Set the color used for processor instructions. The argument c must be a
+ valid HTML color, usually given as RGB triplet in the form --linelabels
+
+ Generate a label for each line using the name --linenumbers
+
+ Generate line numbers on the left side of the output.
+
+
+ --linkstyle n
+
+ Influences the style used when generating links for imports. If n is zero
+ (the default), the converter creates a link to the actual symbol if it is
+ defined somewhere in the input files. If not, it creates a link to the
+ --replaceext
+
+ Replace the file extension of the input file instead of appending --textcolor c
+
+ Set the color for normal text. The argument c must be a valid HTML color,
+ usually given as RGB triplet in the form --verbose
+
+ Increase the converter verbosity. Without this option, ca65html is quiet
+ when working. If you have a slow machine and lots of files to convert, you
+ may like a little bit more progress information.
+
+
+
+
+
+Peculiarities
+
+Cross links
+
+Since Include files
+
+For now, Conversion errors
+
+Since Colorization
+
+While having colors in the output looks really nice, it has two drawbacks:
+
+
+
+- The output is not standard compliant HTML, because Since lots of
+
+
+Bugs/Feedback
+
+If you have problems using the converter, if you find any bugs, or if you're
+doing something interesting with the assembler, I would be glad to hear from
+you. Feel free to contact me by email ().
+
+
+
+Copyright
+
+ca65html is (C) Copyright 2000-2003 Ullrich von Bassewitz. For its use the
+following conditions apply:
+
+This software is provided 'as-is', without any expressed or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+
+- The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+
- Altered source versions must be plainly marked as such, and must not
+ be misrepresented as being the original software.
+
- This notice may not be removed or altered from any source
+ distribution.
+
+
+
+
+