program use the memory from $800 to $2000 is to link it as binary
(as opposed to system) program using the linker configuration
<htmlurl url="apple2.html#ss4.4" name="apple2-loader.cfg"> with start address
-$800 and load it with <bf/LOADER.SYSTEM - an Apple ][
-ProDOS 8 loader for cc65 programs/. The program then works like a system program
-(i.e. quits to the ProDOS dispatcher).
+$803 and load it with the targetutil LOADER.SYSTEM. The program then works
+like a system program (i.e. quits to the ProDOS dispatcher).
Using LOADER.SYSTEM is as simple as copying it to the ProDOS 8 directory of the
program to load under name <program>.SYSTEM as a system program. For
program use the memory from $800 to $2000 is to link it as binary
(as opposed to system) program using the linker configuration
<htmlurl url="apple2enh.html#ss4.4" name="apple2enh-loader.cfg"> with start address
-$800 and load it with <bf/LOADER.SYSTEM - an Apple ][
-ProDOS 8 loader for cc65 programs/. The program then works like a system program
-(i.e. quits to the ProDOS dispatcher).
+$803 and load it with the targetutil LOADER.SYSTEM. The program then works
+like a system program (i.e. quits to the ProDOS dispatcher).
Using LOADER.SYSTEM is as simple as copying it to the ProDOS 8 directory of the
program to load under name <program>.SYSTEM as a system program. For