]> git.sur5r.net Git - cc65/commitdiff
Fixes for typos by Stefan Haubenthal.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 15 Jan 2012 16:22:00 +0000 (16:22 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 15 Jan 2012 16:22:00 +0000 (16:22 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5403 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/c128.sgml

index 65f15baff7aa7497c4d9a0b6e5bf1f53815c6f4e..d691e3cd77758292736a02fae7a7f29bea20be20 100644 (file)
@@ -59,7 +59,7 @@ Special locations:
   The text screen is located at &dollar;400 (as in the standard setup).
 
   <tag/Stack/
-  The C runtime stack is located at &dollar;CFFF and growing downwards.
+  The C runtime stack is located at &dollar;BFFF and growing downwards.
 
   <tag/Heap/
   The C heap is located at the end of the program and grows towards the C
@@ -151,7 +151,7 @@ structures, accessing the struct fields will access the chip registers.
   is explained in <tt/_6526.h/.
 
   <tag><tt/COLOR_RAM/</tag>
-  A character array that mirrors the color RAM of the C64 at &dollar;D800.
+  A character array that mirrors the color RAM of the C128 at &dollar;D800.
 
 </descrip><p>