Another fix from Oliver Schmidt
git-svn-id: svn://svn.cc65.org/cc65/trunk@3322 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -56,13 +56,13 @@ in the linker configuration to have the linker remove it.
|
|||||||
<sect>Memory layout<p>
|
<sect>Memory layout<p>
|
||||||
|
|
||||||
In the standard setup, cc65 generated programs use the memory from
|
In the standard setup, cc65 generated programs use the memory from
|
||||||
$800 to $8E00, so 33.5K of memory (including the stack) is
|
$800 to $9600, so 35.5K of memory (including the stack) is
|
||||||
available. ROM calls are possible without further precautions.
|
available. ROM calls are possible without further precautions.
|
||||||
|
|
||||||
Special locations:
|
Special locations:
|
||||||
|
|
||||||
<descrip>
|
<descrip>
|
||||||
<tag/Stack/
|
<tag/Stack/
|
||||||
The C runtime stack is located at HIMEM and grows downwards, regardless of
|
The C runtime stack is located at HIMEM and grows downwards, regardless of
|
||||||
how your linker config file is setup.
|
how your linker config file is setup.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user