]> git.sur5r.net Git - cc65/commitdiff
Add comment about the heap
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 25 Sep 2003 08:35:01 +0000 (08:35 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 25 Sep 2003 08:35:01 +0000 (08:35 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2449 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/c64.sgml

index 74b8f478c5896b56db8df1cb38bde3b43efe51f0..36dcb01a91fca556ba326cfb2ae4980ba7dd4bf3 100644 (file)
@@ -55,6 +55,11 @@ Special locations:
 
   <tag/Stack/
   The C runtime stack is located at &dollar;CFFF and growing downwards.
+
+  <tag/Heap/
+  The C heap is located at the end of the program and grows towards the C
+  runtime stack.
+  
 </descrip><p>