1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-30 01:29:37 +00:00

Small change by Oliver Schmidt

git-svn-id: svn://svn.cc65.org/cc65/trunk@3321 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-12-01 16:57:39 +00:00
parent 6de079ee57
commit 42d8c7a56c

View File

@ -63,7 +63,8 @@ Special locations:
<descrip>
<tag/Stack/
The C runtime stack is located at &dollar;8DFF and growing downwards.
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