Updated the cx16 library to the ROM's prerelease 36.
This commit is contained in:
@@ -46,9 +46,9 @@ file and linker config.
|
||||
<sect>Memory layout<p>
|
||||
|
||||
cc65-generated programs with the default setup run with the I/O area, RAM bank
|
||||
zero, and the Kernal ROM visible. That means that Kernal entry points can be
|
||||
called directly. The usable memory ranges are $0800 - $9EFF and
|
||||
$A000 - $BFFF.
|
||||
one, and the Kernal ROM being visible. That means that Kernal entry points
|
||||
can be called directly. The usable memory ranges are $0800 -
|
||||
$9EFF, $0400 - $07FF, and $A000 - $BFFF.
|
||||
|
||||
Special locations:
|
||||
|
||||
@@ -77,7 +77,7 @@ The ld65 linker comes with a default config. file for the Commander X16, which
|
||||
is used via <tt/-t cx16/. The cx16 package comes with additional secondary
|
||||
linker config. files which are used via <tt/-t cx16 -C <configfile>/.
|
||||
|
||||
Those files use 126 bytes in the zero page. (The rest of page zero is reserved
|
||||
Those files use 94 bytes in the zero page. (The rest of page zero is reserved
|
||||
for Kernal and BASIC.)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user