]> git.sur5r.net Git - cc65/blobdiff - doc/index.sgml
Two fixes from Stefan Haubenthal
[cc65] / doc / index.sgml
index 8d37aa7e40687ba2d1aa49df89261b1d7686c30b..18df3c0f25e04e6cdfe86efa52552c146bfd44ad 100644 (file)
 Main documentation page, contains links to other available stuff.
 </abstract>
 
-<sect>Documentation overview<p>
+<sect>Program documentation<p>
 
 <descrip>
 
-  <tag><htmlurl url="BUGS" name="BUGS"></tag>
-  Known compiler bugs.
-
-  <tag><htmlurl url="CREDITS" name="CREDITS"></tag>
-  Who helped with the compiler and tools?
-
   <tag><htmlurl url="ar65.html" name="ar65.html"></tag>
   Describes the ar65 archiver.
 
   <tag><htmlurl url="ca65.html" name="ca65.html"></tag>
   Describes the ca65 macro assembler.
 
+  <tag><htmlurl url="ca65html.html" name="ca65html.html"></tag>
+  Describes the ca65html assembler source to HTML converter.
+
   <tag><htmlurl url="cc65.html" name="cc65.html"></tag>
   Describes the cc65 C compiler.
 
   <tag><htmlurl url="cl65.html" name="cl65.html"></tag>
   Describes the cl65 compile & link utility.
 
-  <tag><htmlurl url="coding.txt" name="coding.txt"></tag>
+  <tag><htmlurl url="co65.html" name="co65.html"></tag>
+  Describes the co65 object file converter.
+
+  <tag><htmlurl url="da65.html" name="da65.html"></tag>
+  Describes the da65 6502/65C02 disassembler.
+
+  <tag><htmlurl url="grc.txt" name="grc.txt"></tag>
+  Describes the GEOS resource compiler (grc).
+
+  <tag><htmlurl url="ld65.html" name="ld65.html"></tag>
+  Describes the ld65 linker.
+
+</descrip>
+
+
+<sect>Usage<p>
+
+<descrip>
+
+  <tag><htmlurl url="intro.html" name="intro.html"></tag>
+  Describes the use of the tools by a short "hello world" example.
+
+  <tag><htmlurl url="coding.html" name="coding.html"></tag>
   Containes hints on creating the most effective code with cc65.
 
   <tag><htmlurl url="compile.txt" name="compile.txt"></tag>
   How to compile cc65 and the support tools.
 
-  <tag><htmlurl url="debugging.txt" name="debugging.txt"></tag>
+  <tag><htmlurl url="debugging.html" name="debugging.html"></tag>
   Debug programs using the VICE emulator.
 
-  <tag><htmlurl url="geos.html" name="geos.html"></tag>
-  GEOSLib manual in several formats.
+</descrip>
 
-  <tag><htmlurl url="grc.txt" name="grc.txt"></tag>
-  grc.txt      - Describes the GEOS resource compiler (grc).
 
-  <tag><htmlurl url="index.html" name="index.html"></tag>
-  This file.
+<sect>Library information and other references<p>
 
-  <tag><htmlurl url="internal.txt" name="internal.txt"></tag>
-  internal.doc - A somewhat older text describing several cc65 internals.
+<descrip>
 
-  <tag><htmlurl url="intro.txt" name="intro.txt"></tag>
-  Describes the use of the tools by a short "hello world" example.
+  <tag><htmlurl url="funcref.html" name="funcref.html"></tag>
+  A (currently incomplete) function reference.
 
-  <tag><htmlurl url="ld65.html" name="ld65.html"></tag>
-  Describes the ld65 linker.
+  <tag><htmlurl url="dio.html" name="dio.html"></tag>
+  Low level disk I/O API.
+
+  <tag><htmlurl url="geos.html" name="geos.html"></tag>
+  The GEOSLib manual.
+
+  <tag><htmlurl url="internal.txt" name="internal.txt"></tag>
+  A somewhat older text describing several cc65 internals.
 
   <tag><htmlurl url="library.html" name="library.html"></tag>
-  Describes the cc65 runtime and C libraries.
+  An overview over the cc65 runtime and C libraries.
+
+</descrip>
+
+
+<sect>Platform specific information<p>
+
+<descrip>
+
+  <tag><htmlurl url="apple2.html" name="apple2.html"></tag>
+  Topics specific to the Apple2&nbsp;][.
+
+  <tag><htmlurl url="atari.html" name="atari.html"></tag>
+  Topics specific to the Atari 8 bit machines.
+
+  <tag><htmlurl url="c128.html" name="c128.html"></tag>
+  Topics specific to the Commodore 128.
+
+  <tag><htmlurl url="c16.html" name="c16.html"></tag>
+  Topics specific to the Commodore 16/116.
+
+  <tag><htmlurl url="c64.html" name="c64.html"></tag>
+  Topics specific to the Commodore 64.
+
+  <tag><htmlurl url="cbm610.html" name="cbm610.html"></tag>
+  Topics specific to the Commodore 610.
+
+  <tag><htmlurl url="plus4.html" name="plus4.html"></tag>
+  Topics specific to the Commodore Plus/4.
+
+</descrip>
+
+
+<sect>Miscellaneous<p>
+
+<descrip>
 
   <tag><htmlurl url="newvers.txt" name="newvers.txt"></tag>
   Somewhat outdated. Lists the differences between the current cc65 release
   and the original atari version created by J.R Dunning.
 
-</descrip>
+  <tag><htmlurl url="BUGS" name="BUGS"></tag>
+  Known compiler bugs.
 
+  <tag><htmlurl url="CREDITS" name="CREDITS"></tag>
+  Who helped with the compiler and tools?
+
+</descrip>
+                   
 </article>