]> git.sur5r.net Git - cc65/blobdiff - doc/apple2enh.sgml
Reflect the fact that LOADER.SYSTEM is delivered as 'targetutil'.
[cc65] / doc / apple2enh.sgml
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 $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
-&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