]> git.sur5r.net Git - cc65/commitdiff
Working
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 24 Sep 2003 17:37:16 +0000 (17:37 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 24 Sep 2003 17:37:16 +0000 (17:37 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2448 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/c64.sgml

index c89fb3c9809f61407957f5f9a2ef80be7e2fcb22..74b8f478c5896b56db8df1cb38bde3b43efe51f0 100644 (file)
@@ -41,10 +41,11 @@ config.
 <sect>Memory layout<p>
 
 cc65 generated programs with the default setup run with the I/O area and the
-kernal ROM enabled. The BASIC ROM is disabled, which gives a usable memory
-range of &dollar;0800 - &dollar;CFFF. This means that kernal entry points may
-be called directly, but using the BASIC ROM is not possible without additional
-code.
+kernal ROM enabled (memory under the kernal may be used for graphics or as
+extended memory - see the sections about graphics and extended memory
+drivers). The BASIC ROM is disabled, which gives a usable memory range of
+&dollar;0800 - &dollar;CFFF. This means that kernal entry points may be called
+directly, but using the BASIC ROM is not possible without additional code.
 
 Special locations: