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.