From 87ab0064f8447aa9c8bec3cf6487d22906fee61b Mon Sep 17 00:00:00 2001 From: "ol.sc"
-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.
-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.
--
2.39.5