]> git.sur5r.net Git - cc65/blob - doc/index.sgml
Restructured the index file.
[cc65] / doc / index.sgml
1 <!doctype linuxdoc system>
2
3 <article>
4 <title>cc65 documentation overview
5 <author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
6 <date>03.12.2000
7
8 <abstract>
9 Main documentation page, contains links to other available stuff.
10 </abstract>
11
12 <sect>Program documentation<p>
13
14 <descrip>
15
16   <tag><htmlurl url="ar65.html" name="ar65.html"></tag>
17   Describes the ar65 archiver.
18
19   <tag><htmlurl url="ca65.html" name="ca65.html"></tag>
20   Describes the ca65 macro assembler.
21
22   <tag><htmlurl url="ca65html.html" name="ca65html.html"></tag>
23   Describes the ca65html assembler source to HTML converter.
24
25   <tag><htmlurl url="cc65.html" name="cc65.html"></tag>
26   Describes the cc65 C compiler.
27
28   <tag><htmlurl url="cl65.html" name="cl65.html"></tag>
29   Describes the cl65 compile & link utility.
30
31   <tag><htmlurl url="da65.html" name="da65.html"></tag>
32   Describes the da65 6502/65C02 disassembler.
33
34   <tag><htmlurl url="grc.txt" name="grc.txt"></tag>
35   Describes the GEOS resource compiler (grc).
36
37   <tag><htmlurl url="ld65.html" name="ld65.html"></tag>
38   Describes the ld65 linker.
39
40 </descrip>
41
42
43 <sect>Usage<p>
44
45 <descrip>
46
47   <tag><htmlurl url="intro.html" name="intro.html"></tag>
48   Describes the use of the tools by a short "hello world" example.
49
50   <tag><htmlurl url="coding.html" name="coding.html"></tag>
51   Containes hints on creating the most effective code with cc65.
52
53   <tag><htmlurl url="compile.txt" name="compile.txt"></tag>
54   How to compile cc65 and the support tools.
55
56   <tag><htmlurl url="debugging.html" name="debugging.html"></tag>
57   Debug programs using the VICE emulator.
58
59 </descrip>
60
61 <sect>Library information and other references<p>
62
63 <descrip>
64
65   <tag><htmlurl url="funcref.html" name="funcref.html"></tag>
66   A (currently incomplete) function reference.
67
68   <tag><htmlurl url="dio.html" name="dio.html"></tag>
69   Low level disk I/O API.
70
71   <tag><htmlurl url="geos.html" name="geos.html"></tag>
72   The GEOSLib manual.
73
74   <tag><htmlurl url="internal.txt" name="internal.txt"></tag>
75   A somewhat older text describing several cc65 internals.
76
77   <tag><htmlurl url="library.html" name="library.html"></tag>
78   Describes the cc65 runtime and C libraries.
79
80 </descrip>
81
82
83 <sect>Platform specific information<p>
84
85 <descrip>
86
87   <tag><htmlurl url="atari.html" name="atari.html"></tag>
88   Topics specific to the Atari 8 bit machines.
89
90   <tag><htmlurl url="c64.html" name="c64.html"></tag>
91   Topics specific to the Commodore 64.
92
93 </descrip>
94
95
96 <sect>Miscellaneous<p>
97
98 <descrip>
99
100   <tag><htmlurl url="newvers.txt" name="newvers.txt"></tag>
101   Somewhat outdated. Lists the differences between the current cc65 release
102   and the original atari version created by J.R Dunning.
103
104   <tag><htmlurl url="BUGS" name="BUGS"></tag>
105   Known compiler bugs.
106
107   <tag><htmlurl url="CREDITS" name="CREDITS"></tag>
108   Who helped with the compiler and tools?
109
110 </descrip>
111
112 </article>
113