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.
<descrip>
<sect>ProDOS 8 system programs<p>
-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.
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.
<descrip>
<sect>ProDOS 8 system programs<p>
-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.