]> git.sur5r.net Git - cc65/blobdiff - doc/index.sgml
Updated index.
[cc65] / doc / index.sgml
index 0d84a367c77c5e96d77029714415bd662551b7a5..c78426f2a90cd560cda10b421183fea26aabbbf9 100644 (file)
@@ -2,12 +2,8 @@
 
 <article>
 <title>cc65 Documentation Overview
-<author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org">
-<date>2005-8-6
-
-<abstract>
-Main documentation page, contains links to other available stuff.
-</abstract>
+<author><url url="http://cc65.github.io/doc">
+<date>
 
 <sect>Program documentation<p>
 
@@ -19,12 +15,12 @@ Main documentation page, contains links to other available stuff.
   <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="chrcvt.html" name="chrcvt.html"></tag>
+  Describes the vector font converter.
+
   <tag><htmlurl url="cl65.html" name="cl65.html"></tag>
   Describes the cl65 compile &amp; link utility.
 
@@ -40,10 +36,14 @@ Main documentation page, contains links to other available stuff.
   <tag><htmlurl url="ld65.html" name="ld65.html"></tag>
   Describes the ld65 linker.
 
-<!--
   <tag><htmlurl url="od65.html" name="od65.html"></tag>
   Describes the od65 object-file analyzer.
--->
+
+  <tag><htmlurl url="sim65.html" name="sim65.html"></tag>
+  Describes the 6502 and 65C02 simulator.
+
+  <tag><htmlurl url="sp65.html" name="sp65.html"></tag>
+  Describes the sprite and bitmap utility.
 
 </descrip>
 
@@ -59,9 +59,6 @@ Main documentation page, contains links to other available stuff.
   <tag><htmlurl url="coding.html" name="coding.html"></tag>
   Contains 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="using-make.html" name="using-make.html"></tag>
   Build programs, using the GNU Make utility.
 
@@ -88,12 +85,13 @@ Main documentation page, contains links to other available stuff.
   <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>
   An overview over the cc65 runtime and C libraries.
 
+  <tag><htmlurl url="smc.html" name="smc.html"></tag>
+  Describes Christian Kr&uuml;gers macro package for writing self modifying
+  assembler code.
+
   <tag><url name="6502 Binary Relocation Format document"
         url="http://www.6502.org/users/andre/o65/fileformat.html"></tag>
   Describes the o65 file format that is used for dynamically loadable modules
@@ -115,6 +113,9 @@ Main documentation page, contains links to other available stuff.
   <tag><htmlurl url="atari.html" name="atari.html"></tag>
   Topics specific to the Atari 8-bit machines.
 
+  <tag><htmlurl url="atari5200.html" name="atari5200.html"></tag>
+  Topics specific to the Atari 5200 Game Console.
+
   <tag><htmlurl url="atmos.html" name="atmos.html"></tag>
   Topics specific to the Oric Atmos.
 
@@ -139,6 +140,12 @@ Main documentation page, contains links to other available stuff.
   <tag><htmlurl url="nes.html" name="nes.html"></tag>
   Topics specific to the Nintendo Entertainment System.
 
+  <tag><htmlurl url="osi.html" name="osi.html"></tag>
+  Topics specific to the Ohio Scientific machines.
+
+  <tag><htmlurl url="pce.html" name="pce.html"></tag>
+  Topics specific to NEC PC-Engine (TurboGrafx) Console.
+
   <tag><htmlurl url="pet.html" name="pet.html"></tag>
   Topics specific to the Commodore PET machines.
 
@@ -146,7 +153,7 @@ Main documentation page, contains links to other available stuff.
   Topics specific to the Commodore Plus/4.
 
   <tag><htmlurl url="supervision.html" name="supervision.html"></tag>
-  Topics specific to the Supervision Console.
+  Topics specific to the Watara Supervision Console.
 
   <tag><htmlurl url="vic20.html" name="vic20.html"></tag>
   Topics specific to the Commodore VIC20.
@@ -154,21 +161,4 @@ Main documentation page, contains links to other available stuff.
 </descrip>
 
 
-<sect>Miscellaneous<p>
-
-<descrip>
-
-  <tag><htmlurl url="newvers.txt" name="newvers.txt"></tag>
-  Somewhat outdated.  Lists the differences between my cc65 releases
-  and the original Atari version that was created by J. R. Dunning.
-
-  <tag><htmlurl url="BUGS" name="BUGS"></tag>
-  Known cc65 bugs.
-
-  <tag><htmlurl url="CREDITS" name="CREDITS"></tag>
-  Here is who helped with the compiler and other tools.
-
-</descrip>
-
 </article>
-