Documentation updates

git-svn-id: svn://svn.cc65.org/cc65/trunk@495 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-11-29 19:12:20 +00:00
parent 72e790bfbe
commit 00cd06a8b1
4 changed files with 862 additions and 512 deletions

View File

@@ -6,7 +6,7 @@
<date>03.09.2000
<abstract>
cc65 is a C compiler for 6502 targets. It supports several old 6502 based home
cc65 is a C compiler for 6502 targets. It supports several 6502 based home
computers like the Commodore and Atari machines, but it is easily retargetable.
</abstract>
@@ -45,7 +45,10 @@ The compiler translates C files into files containing assembler code that
may be translated by the ca65 macroassembler (for more information about
the assembler, have a look at ca65.txt).
The compiler may be called as follows:
<sect1>Command line option overview<p>
The compiler may be called as follows:
<tscreen><verb>
---------------------------------------------------------------------------
@@ -85,6 +88,9 @@ Long options:
---------------------------------------------------------------------------
</verb></tscreen>
<sect1>Command line options in detail<p>
Here is a description of all the command line options:
<descrip>