From: ol.sc
Date: Fri, 26 Jun 2009 21:23:20 +0000 (+0000)
Subject: Minor update regarding the Apple ][.
X-Git-Tag: V2.13.0rc1~287
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4c8839dfe6c4bf432d59a5934aa0e4df2bc7bf8b;p=cc65
Minor update regarding the Apple ][.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3968 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
diff --git a/doc/internal.txt b/doc/internal.txt
index 19784d68e..0dca618ea 100644
--- a/doc/internal.txt
+++ b/doc/internal.txt
@@ -149,8 +149,9 @@ PET: The startup code will adjust the upper memory limit to the installed
$8000, so on a 8032 or similar machine, 31K of memory are available to
the program.
-APPLE2: The program starts at $800, end of RAM is $8E00, so 33.5K of memory
- (including stack) are available.
+Apple ][:
+ The program starts at $803, end of RAM is $95FF, so 35.5K of memory
+ (including stack) are available to the program.
Atari: The startup code will adjust the upper memory limit to the installed
memory detected at runtime. The programmer can adjust the upper memory