mirror of
https://github.com/cc65/cc65.git
synced 2024-12-21 20:29:24 +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:
parent
0efdf9f19c
commit
50ee0bf8f6
@ -55,6 +55,11 @@ Special locations:
|
||||
|
||||
<tag/Stack/
|
||||
The C runtime stack is located at $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>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user