1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +00:00

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

@ -23,7 +23,7 @@ DVI = $(SGML:.sgml=.dvi)
sgml2txt $< sgml2txt $<
%.html: %.sgml %.html: %.sgml
sgml2html --split=0 $< sgml2html --split=1 $<
%.info: %.sgml %.info: %.sgml
sgml2info $< sgml2info $<

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
<date>03.09.2000 <date>03.09.2000
<abstract> <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. computers like the Commodore and Atari machines, but it is easily retargetable.
</abstract> </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 may be translated by the ca65 macroassembler (for more information about
the assembler, have a look at ca65.txt). 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> <tscreen><verb>
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
@ -85,6 +88,9 @@ Long options:
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
</verb></tscreen> </verb></tscreen>
<sect1>Command line options in detail<p>
Here is a description of all the command line options: Here is a description of all the command line options:
<descrip> <descrip>

View File

@ -3,10 +3,12 @@
<article> <article>
<title>cl65 Users Guide <title>cl65 Users Guide
<author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org"> <author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
<date>01.08.2000 <date>01.08.2000, 27.11.2000
<abstract> <abstract>
cl65 is the compile &amp; link utility for cc65, the 6502 C compiler. cl65 is the compile &amp; link utility for cc65, the 6502 C compiler. It was
designed as a smart frontend for the C compiler (cc65), the assembler (ca65)
and the linker (ld65).
</abstract> </abstract>
<!-- Table of contents --> <!-- Table of contents -->
@ -60,7 +62,7 @@ Long options:
--asm-include-dir dir Set an assembler include directory --asm-include-dir dir Set an assembler include directory
--cpu type Set cpu type --cpu type Set cpu type
--debug Debug mode --debug Debug mode
--debug-info Add debug info --debug-info Add debug info
--feature name Set an emulation feature --feature name Set an emulation feature
--help Help (this text) --help Help (this text)
--include-dir dir Set a compiler include directory path --include-dir dir Set a compiler include directory path