]> git.sur5r.net Git - cc65/commitdiff
Another fix from Oliver Schmidt
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 1 Dec 2004 20:25:28 +0000 (20:25 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 1 Dec 2004 20:25:28 +0000 (20:25 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3322 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/apple2.sgml

index ac38053b97908fb9824b4e3fb2e9c41d81fddc75..3dba324a2e1875c93493c39a7eae81a0d570ca52 100644 (file)
@@ -56,13 +56,13 @@ in the linker configuration to have the linker remove it.
 <sect>Memory layout<p>
 
 In the standard setup, cc65 generated programs use the memory from
-&dollar;800 to &dollar;8E00, so 33.5K of memory (including the stack) is
+&dollar;800 to &dollar;9600, so 35.5K of memory (including the stack) is
 available. ROM calls are possible without further precautions.
 
 Special locations:
 
 <descrip>
-  <tag/Stack/          
+  <tag/Stack/
   The C runtime stack is located at HIMEM and grows downwards, regardless of
   how your linker config file is setup.