]> git.sur5r.net Git - cc65/commitdiff
Small change by Oliver Schmidt
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 1 Dec 2004 16:57:39 +0000 (16:57 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 1 Dec 2004 16:57:39 +0000 (16:57 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3321 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/apple2.sgml

index 152399f07ef1eee5bc9cec125c9cc2f38b5abb9b..ac38053b97908fb9824b4e3fb2e9c41d81fddc75 100644 (file)
@@ -62,8 +62,9 @@ available. ROM calls are possible without further precautions.
 Special locations:
 
 <descrip>
-  <tag/Stack/
-  The C runtime stack is located at &dollar;8DFF and growing downwards.
+  <tag/Stack/          
+  The C runtime stack is located at HIMEM and grows downwards, regardless of
+  how your linker config file is setup.
 
   <tag/Heap/
   The C heap is located at the end of the program and grows towards the C
@@ -144,7 +145,7 @@ how to use it.
   <tag><tt/a2.lc.emd/</tag>
   Gives access to 12KB RAM (48 pages of 256 bytes each) on the
   Apple&nbsp;&rsqb;&lsqb; language card. The driver was contributed by
-  Stefan Haubenthal. Note: This driver is incompatible with any DOS using 
+  Stefan Haubenthal. Note: This driver is incompatible with any DOS using
   the language card memory!
 
 </descrip><p>