be saved and restored instead of relying on the memory configuration index
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
directly, but using the BASIC ROM is not possible without additional code.
<descrip>
<tag/Text screen/
The text screen is located at $400 (as in the standard setup).
-
+
<tag/Stack/
The C runtime stack is located at $CFFF and growing downwards.