From 87ab0064f8447aa9c8bec3cf6487d22906fee61b Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Sat, 12 Dec 2009 22:44:50 +0000 Subject: [PATCH] Fixed typos. git-svn-id: svn://svn.cc65.org/cc65/trunk@4519 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/apple2.sgml | 4 ++-- doc/apple2enh.sgml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/apple2.sgml b/doc/apple2.sgml index 68d938cf8..1a6d23b6a 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -167,7 +167,7 @@ Apple ][ ProDOS 8 loader for cc65 programs/, which is available in the cc65 User Contributions section. A program loaded by LOADER.SYSTEM works like a ProDOS 8 system program but -isn't tied to the start adress $2000. Thus with the default start +isn't tied to the start address $2000. Thus with the default start address $800 the main memory area is increased by 6 KB. @@ -220,7 +220,7 @@ This setup makes nearly 50 KB available to a cc65 program - on a 64 KB machine! ProDOS 8 system programs

-ProDOS 8 system programs are always loaded to the start adress $2000. +ProDOS 8 system programs are always loaded to the start address $2000. For cc65 programs this means that the 6 KB from $800 to $2000 are by default unused. There are however several options to make use of that memory range. diff --git a/doc/apple2enh.sgml b/doc/apple2enh.sgml index 8b603e285..527159b97 100644 --- a/doc/apple2enh.sgml +++ b/doc/apple2enh.sgml @@ -167,7 +167,7 @@ Apple ][ ProDOS 8 loader for cc65 programs/, which is available in the cc65 User Contributions section. A program loaded by LOADER.SYSTEM works like a ProDOS 8 system program but -isn't tied to the start adress $2000. Thus with the default start +isn't tied to the start address $2000. Thus with the default start address $800 the main memory area is increased by 6 KB. @@ -220,7 +220,7 @@ This setup makes nearly 50 KB available to a cc65 program - on a 64 KB machine! ProDOS 8 system programs

-ProDOS 8 system programs are always loaded to the start adress $2000. +ProDOS 8 system programs are always loaded to the start address $2000. For cc65 programs this means that the 6 KB from $800 to $2000 are by default unused. There are however several options to make use of that memory range.