]> git.sur5r.net Git - cc65/blob - doc/index.sgml
1cef7a63d4f68702628f983f8ea5f6cc8d762c67
[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>2005-8-6
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 &amp; link utility.
30
31   <tag><htmlurl url="co65.html" name="co65.html"></tag>
32   Describes the co65 object-file converter.
33
34   <tag><htmlurl url="da65.html" name="da65.html"></tag>
35   Describes the da65 6502/65C02 disassembler.
36
37   <tag><htmlurl url="grc.html" name="grc.html"></tag>
38   Describes the GEOS resource compiler (grc).
39
40   <tag><htmlurl url="ld65.html" name="ld65.html"></tag>
41   Describes the ld65 linker.
42
43 <!--
44   <tag><htmlurl url="od65.html" name="od65.html"></tag>
45   Describes the od65 object-file analyzer.
46 -->
47
48 </descrip>
49
50
51 <sect>Usage<p>
52
53 <descrip>
54
55   <tag><htmlurl url="intro.html" name="intro.html"></tag>
56   Describes the use of the tools, by building a short &dquot;hello world&dquot;
57   example.
58
59   <tag><htmlurl url="coding.html" name="coding.html"></tag>
60   Contains hints on creating the most effective code with cc65.
61
62   <tag><htmlurl url="compile.txt" name="compile.txt"></tag>
63   How to compile cc65 and the support tools.
64
65   <tag><htmlurl url="debugging.html" name="debugging.html"></tag>
66   Debug programs, using the VICE emulator.
67
68 </descrip>
69
70
71 <sect>Library information and other references<p>
72
73 <descrip>
74
75   <tag><htmlurl url="funcref.html" name="funcref.html"></tag>
76   A (currently incomplete) function reference.
77
78   <tag><htmlurl url="dio.html" name="dio.html"></tag>
79   Low-level disk I/O API.
80
81   <tag><htmlurl url="geos.html" name="geos.html"></tag>
82   The GEOSLib manual.
83
84   <tag><htmlurl url="internal.txt" name="internal.txt"></tag>
85   A somewhat older text describing several cc65 internals.
86
87   <tag><htmlurl url="library.html" name="library.html"></tag>
88   An overview over the cc65 runtime and C libraries.
89
90   <tag><url name="6502 Binary Relocation Format document"
91         url="http://www.6502.org/users/andre/o65/fileformat.html"></tag>
92   Describes the o65 file format that is used for dynamically loadable modules
93   and LUnix programs.
94
95 </descrip>
96
97
98 <sect>Platform-specific information<p>
99
100 <descrip>
101
102   <tag><htmlurl url="apple2.html" name="apple2.html"></tag>
103   Topics specific to the Apple&nbsp;&rsqb;&lsqb;.
104
105   <tag><htmlurl url="apple2enh.html" name="apple2enh.html"></tag>
106   Topics specific to the enhanced&nbsp;Apple&nbsp;//e.
107
108   <tag><htmlurl url="atari.html" name="atari.html"></tag>
109   Topics specific to the Atari 8-bit machines.
110
111   <tag><htmlurl url="atmos.html" name="atmos.html"></tag>
112   Topics specific to the Oric Atmos.
113
114   <tag><htmlurl url="c128.html" name="c128.html"></tag>
115   Topics specific to the Commodore 128.
116
117   <tag><htmlurl url="c16.html" name="c16.html"></tag>
118   Topics specific to the Commodore 16/116.
119
120   <tag><htmlurl url="c64.html" name="c64.html"></tag>
121   Topics specific to the Commodore 64.
122
123   <tag><htmlurl url="cbm510.html" name="cbm510.html"></tag>
124   Topics specific to the Commodore 510.
125
126   <tag><htmlurl url="cbm610.html" name="cbm610.html"></tag>
127   Topics specific to the Commodore 610.
128
129   <tag><htmlurl url="lynx.html" name="lynx.html"></tag>
130   Topics specific to the Atari Lynx Game Console.
131
132   <tag><htmlurl url="nes.html" name="nes.html"></tag>
133   Topics specific to the Nintendo Entertainment System.
134
135   <tag><htmlurl url="pet.html" name="pet.html"></tag>
136   Topics specific to the Commodore PET machines.
137
138   <tag><htmlurl url="plus4.html" name="plus4.html"></tag>
139   Topics specific to the Commodore Plus/4.
140
141   <tag><htmlurl url="supervision.html" name="supervision.html"></tag>
142   Topics specific to the Supervision Console.
143
144   <tag><htmlurl url="vic20.html" name="vic20.html"></tag>
145   Topics specific to the Commodore VIC20.
146
147 </descrip>
148
149
150 <sect>Miscellaneous<p>
151
152 <descrip>
153
154   <tag><htmlurl url="newvers.txt" name="newvers.txt"></tag>
155   Somewhat outdated.  Lists the differences between my cc65 releases
156   and the original Atari version that was created by J. R. Dunning.
157
158   <tag><htmlurl url="BUGS" name="BUGS"></tag>
159   Known cc65 bugs.
160
161   <tag><htmlurl url="CREDITS" name="CREDITS"></tag>
162   Here is who helped with the compiler and other tools.
163
164 </descrip>
165
166 </article>
167