1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 04:29:01 +00:00

Add comment about the heap

git-svn-id: svn://svn.cc65.org/cc65/trunk@2449 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-09-25 08:35:01 +00:00
parent 0efdf9f19c
commit 50ee0bf8f6

View 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>