1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00

Fixed an error (Oliver Schmidt).

git-svn-id: svn://svn.cc65.org/cc65/trunk@3808 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2007-12-12 19:16:52 +00:00
parent b7cc6b82d7
commit b582ad7ed1

View File

@ -48,7 +48,7 @@ code that does this. The memory configuration register at $FF00 should
be saved and restored instead of relying on the memory configuration index be saved and restored instead of relying on the memory configuration index
stored in the zero page. stored in the zero page.
The setup gives a usable memory range of $1C00 - $CFFF. Having The setup gives a usable memory range of $1C00 - $BFFF. Having
just the kernal ROM mapped in means, that kernal entry points may be called just the kernal ROM mapped in means, that kernal entry points may be called
directly, but using the BASIC ROM is not possible without additional code. directly, but using the BASIC ROM is not possible without additional code.
@ -57,7 +57,7 @@ Special locations:
<descrip> <descrip>
<tag/Text screen/ <tag/Text screen/
The text screen is located at &dollar;400 (as in the standard setup). The text screen is located at &dollar;400 (as in the standard setup).
<tag/Stack/ <tag/Stack/
The C runtime stack is located at &dollar;CFFF and growing downwards. The C runtime stack is located at &dollar;CFFF and growing downwards.