1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 02:55:20 +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

@ -62,8 +62,9 @@ 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 &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/ <tag/Heap/
The C heap is located at the end of the program and grows towards the C 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> <tag><tt/a2.lc.emd/</tag>
Gives access to 12KB RAM (48 pages of 256 bytes each) on the Gives access to 12KB RAM (48 pages of 256 bytes each) on the
Apple&nbsp;&rsqb;&lsqb; language card. The driver was contributed by Apple&nbsp;&rsqb;&lsqb; 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! the language card memory!
</descrip><p> </descrip><p>