]> git.sur5r.net Git - cc65/commitdiff
Reflect the fact that LOADER.SYSTEM is delivered as 'targetutil'.
authorOliver Schmidt <ol.sc@web.de>
Sat, 15 Mar 2014 18:01:46 +0000 (19:01 +0100)
committerOliver Schmidt <ol.sc@web.de>
Sat, 15 Mar 2014 18:01:46 +0000 (19:01 +0100)
doc/apple2.sgml
doc/apple2enh.sgml

index 531553778915d45720ec2cb1de235f992cb37c6d..940496a413fc7542ba3da33d146e869b81d39b8b 100644 (file)
@@ -232,9 +232,8 @@ The easiest (and for really large programs in fact the only) way to have a cc65
 program use the memory from &dollar;800 to &dollar;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
-&dollar;800 and load it with <bf/LOADER.SYSTEM - an Apple&nbsp;&rsqb;&lsqb;
-ProDOS 8 loader for cc65 programs/. The program then works like a system program
-(i.e. quits to the ProDOS dispatcher).
+&dollar;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 &lt;program&gt;.SYSTEM as a system program. For
index 2172a844c7ff697eabd23caa3911f514095fa3b6..87f9939279c70bd12fce6826b5460879f20471ce 100644 (file)
@@ -232,9 +232,8 @@ The easiest (and for really large programs in fact the only) way to have a cc65
 program use the memory from &dollar;800 to &dollar;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
-&dollar;800 and load it with <bf/LOADER.SYSTEM - an Apple&nbsp;&rsqb;&lsqb;
-ProDOS 8 loader for cc65 programs/. The program then works like a system program
-(i.e. quits to the ProDOS dispatcher).
+&dollar;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 &lt;program&gt;.SYSTEM as a system program. For