]> git.sur5r.net Git - cc65/blob - doc/readme.txt
Added the capability to search for the terminating zero of the given string.
[cc65] / doc / readme.txt
1
2 Documentation overview:
3
4
5   ar65.txt      - Describes the ar65 archiver.
6
7   debugging.txt - Debug programs using the VICE emulator.
8
9   ca65.txt      - Describes the ca65 macro assembler.
10
11   cc65.txt      - Describes the cc65 C compiler.
12
13   cl65.txt      - Describes the cl65 compile & link utility.
14
15   coding.txt    - Containes hints on creating the most effective code
16                   with cc65.
17
18   intro.txt     - Describes the use of the tools by a short "hello world"
19                   example.
20
21   ld65.txt      - Describes the ld65 linker.
22
23   library.txt   - Describes the cc65 runtime and C libraries.
24
25   newvers.txt   - Somewhat outdated. Lists the differences between the
26                   current cc65 release and the original atari version
27                   created by J.R Dunning.
28
29   readme.txt    - This file.
30
31