From fd9226fe4a35183ceccba8c953139a1f6183d0df Mon Sep 17 00:00:00 2001 From: cuz Date: Tue, 21 Dec 2004 16:25:29 +0000 Subject: [PATCH] Small changes by Oliver Schmidt git-svn-id: svn://svn.cc65.org/cc65/trunk@3343 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/apple2.sgml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/apple2.sgml b/doc/apple2.sgml index 3dba324a2..017a2bf09 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -51,13 +51,18 @@ to in the linker configuration to have the linker remove it. +Please note that there is a "Apple ][ ProDOS 8 system program +for loading binary programs" available in the cc65 User Contributions section. +It adds all benefits of a ProDOS 8 system program to the standard binary +program generated by the linker for the Apple ][ target. + Memory layout

In the standard setup, cc65 generated programs use the memory from -$800 to $9600, so 35.5K of memory (including the stack) is -available. ROM calls are possible without further precautions. +$800 to $9600, so 35.5K of memory is available. ROM calls are +possible without further precautions. Special locations: @@ -145,7 +150,7 @@ how to use it. Gives access to 12KB RAM (48 pages of 256 bytes each) on the Apple ][ 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!

-- 2.39.5