]> git.sur5r.net Git - cc65/blob - doc/readme.txt
6e35dd15832c1fb34d0c681ee1369e640eaa408e
[cc65] / doc / readme.txt
1
2 Documentation overview:
3
4
5   BUGS          - Known compiler bugs.
6
7   CREDITS       - Who helped with the compiler and tools?
8
9   ar65.txt      - Describes the ar65 archiver.
10
11   ca65.txt      - Describes the ca65 macro assembler.
12
13   cc65.txt      - Describes the cc65 C compiler.
14
15   cl65.txt      - Describes the cl65 compile & link utility.
16
17   coding.txt    - Containes hints on creating the most effective code
18                   with cc65.
19
20   compile.txt   - How to compile cc65 and the support tools.
21
22   debugging.txt - Debug programs using the VICE emulator.
23
24   geos.*        - GEOSLib manual in several formats.
25
26   grc.txt       - Describes the GEOS resource compiler (grc).
27
28   internal.doc  - A somewhat older text describing several cc65 internals.
29
30   intro.txt     - Describes the use of the tools by a short "hello world"
31                   example.
32
33   ld65.txt      - Describes the ld65 linker.
34
35   library.txt   - Describes the cc65 runtime and C libraries.
36
37   newvers.txt   - Somewhat outdated. Lists the differences between the
38                   current cc65 release and the original atari version
39                   created by J.R Dunning.
40
41   readme.txt    - This file.
42
43