]> git.sur5r.net Git - cc65/blob - doc/index.sgml
Started a function reference
[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>Documentation overview<p>
13
14 <descrip>
15
16   <tag><htmlurl url="BUGS" name="BUGS"></tag>
17   Known compiler bugs.
18
19   <tag><htmlurl url="CREDITS" name="CREDITS"></tag>
20   Who helped with the compiler and tools?
21
22   <tag><htmlurl url="ar65.html" name="ar65.html"></tag>
23   Describes the ar65 archiver.
24
25   <tag><htmlurl url="ca65.html" name="ca65.html"></tag>
26   Describes the ca65 macro assembler.
27
28   <tag><htmlurl url="cc65.html" name="cc65.html"></tag>
29   Describes the cc65 C compiler.
30
31   <tag><htmlurl url="cl65.html" name="cl65.html"></tag>
32   Describes the cl65 compile & link utility.
33
34   <tag><htmlurl url="coding.html" name="coding.html"></tag>
35   Containes hints on creating the most effective code with cc65.
36
37   <tag><htmlurl url="compile.txt" name="compile.txt"></tag>
38   How to compile cc65 and the support tools.
39
40   <tag><htmlurl url="debugging.html" name="debugging.html"></tag>
41   Debug programs using the VICE emulator.
42
43   <tag><htmlurl url="dio.html" name="dio.html"></tag>
44   Low level disk I/O API.
45
46   <tag><htmlurl url="funcref.html" name="funcref.html"></tag>
47   A (currently incomplete) function reference.
48
49   <tag><htmlurl url="geos.html" name="geos.html"></tag>
50   GEOSLib manual in several formats.
51
52   <tag><htmlurl url="grc.txt" name="grc.txt"></tag>
53   Describes the GEOS resource compiler (grc).
54
55   <tag><htmlurl url="index.html" name="index.html"></tag>
56   This file.
57
58   <tag><htmlurl url="internal.txt" name="internal.txt"></tag>
59   A somewhat older text describing several cc65 internals.
60
61   <tag><htmlurl url="intro.html" name="intro.html"></tag>
62   Describes the use of the tools by a short "hello world" example.
63
64   <tag><htmlurl url="ld65.html" name="ld65.html"></tag>
65   Describes the ld65 linker.
66
67   <tag><htmlurl url="library.html" name="library.html"></tag>
68   Describes the cc65 runtime and C libraries.
69
70   <tag><htmlurl url="newvers.txt" name="newvers.txt"></tag>
71   Somewhat outdated. Lists the differences between the current cc65 release
72   and the original atari version created by J.R Dunning.
73
74 </descrip>
75
76 </article>
77