Update for new version

git-svn-id: svn://svn.cc65.org/cc65/trunk@105 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2000-06-22 12:45:31 +00:00
parent 5453c45d8f
commit 6fb18bf469
4 changed files with 25 additions and 11 deletions

View File

@@ -2,9 +2,11 @@
Documentation overview:
ar65.txt - Describes the ar65 archiver.
BUGS - Known compiler bugs
debugging.txt - Debug programs using the VICE emulator.
CREDITS - Who helped with the compiler and tools?
ar65.txt - Describes the ar65 archiver.
ca65.txt - Describes the ca65 macro assembler.
@@ -15,6 +17,12 @@ Documentation overview:
coding.txt - Containes hints on creating the most effective code
with cc65.
compile.txt - How to compile cc65 and the support tools.
debugging.txt - Debug programs using the VICE emulator.
internal.doc - A somewhat older text describing several cc65 internals.
intro.txt - Describes the use of the tools by a short "hello world"
example.