mirror of
https://github.com/cc65/cc65.git
synced 2025-01-29 21:31:53 +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:
parent
6de079ee57
commit
42d8c7a56c
@ -62,8 +62,9 @@ available. ROM calls are possible without further precautions.
|
||||
Special locations:
|
||||
|
||||
<descrip>
|
||||
<tag/Stack/
|
||||
The C runtime stack is located at $8DFF and growing downwards.
|
||||
<tag/Stack/
|
||||
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
|
||||
@ -144,7 +145,7 @@ how to use it.
|
||||
<tag><tt/a2.lc.emd/</tag>
|
||||
Gives access to 12KB RAM (48 pages of 256 bytes each) on the
|
||||
Apple ][ language card. The driver was contributed by
|
||||
Stefan Haubenthal. Note: This driver is incompatible with any DOS using
|
||||
Stefan Haubenthal. Note: This driver is incompatible with any DOS using
|
||||
the language card memory!
|
||||
|
||||
</descrip><p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user