]> git.sur5r.net Git - cc65/commitdiff
Minor fixes for recent doc change.
authorOliver Schmidt <ol.sc@web.de>
Fri, 25 Mar 2016 18:03:12 +0000 (19:03 +0100)
committerOliver Schmidt <ol.sc@web.de>
Fri, 25 Mar 2016 18:03:12 +0000 (19:03 +0100)
doc/apple2.sgml
doc/apple2enh.sgml

index 7443e50b7df27ea6b85e4f0a8a94bc3292b0417b..b576ae6c1d22575b53b9690801be52534799692c 100644 (file)
@@ -85,17 +85,17 @@ several usefull settings:
 
 <descrip>
 
-  <tag>LCADDR: &dollar;D400, LCSIZE: &dollar;C00</tag>
+  <tag>LC address: &dollar;D400, LC size: &dollar;C00</tag>
   For plain vanilla ProDOS 8 which doesn't actually use the Language Card bank 2
   memory from &dollar;D400 to &dollar;DFFF. This is the default setting.
 
-  <tag>LCADDR: &dollar;D000, LCSIZE: &dollar;1000</tag>
+  <tag>LC address: &dollar;D000, LC size: &dollar;1000</tag>
   For ProDOS 8 together with the function <tt/rebootafterexit()/. If a program
   doesn't quit to the ProDOS 8 dispatcher but rather reboots the machine after
   exit then a plain vanilla ProDOS 8 doesn't make use of the Language Card bank
   2 at all.
 
-  <tag>LCADDR: &dollar;D000, LCSIZE: &dollar;3000</tag>
+  <tag>LC address: &dollar;D000, LC size: &dollar;3000</tag>
   For plain vanilla DOS 3.3 which doesn't make use of the Language Card at all.
 
 </descrip><p>
@@ -149,6 +149,8 @@ Parameters:
 Configuration for a system program running on ProDOS 8 and using the memory from
 &dollar;2000 to &dollar;BEFF.
 
+Parameters:
+
 <descrip>
 
   <tag><tt/__STACKSIZE__:/ C runtime stack size</tag>
@@ -172,6 +174,8 @@ Configuration for overlay programs with the up to nine overlays. The overlay fil
 don't include the DOS 3.3 header. See <tt>samples/overlaydemo.c</tt> for more
 information on overlays.
 
+Parameters:
+
 <descrip>
 
   <tag><tt/STARTADDRESS:/ Program start address</tag>
@@ -236,7 +240,7 @@ range.
 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 default linker configuration
-<ref id="apple-def-cfg" name="apple2.cfg"> with __HIMEM__ set to &dollar;BF00
+<ref id="apple-def-cfg" name="apple2.cfg"> with <tt/__HIMEM__/ set to &dollar;BF00
 and load it with the targetutil LOADER.SYSTEM. The program then works like a system
 program (i.e. quits to the ProDOS dispatcher).
 
index 5a9da77043cad23603faf06707fcf69356f1866d..6ee525114c580a462f3861e819b27217cf25797e 100644 (file)
@@ -85,17 +85,17 @@ several usefull settings:
 
 <descrip>
 
-  <tag>LCADDR: &dollar;D400, LCSIZE: &dollar;C00</tag>
+  <tag>LC address: &dollar;D400, LC size: &dollar;C00</tag>
   For plain vanilla ProDOS 8 which doesn't actually use the Language Card bank 2
   memory from &dollar;D400 to &dollar;DFFF. This is the default setting.
 
-  <tag>LCADDR: &dollar;D000, LCSIZE: &dollar;1000</tag>
+  <tag>LC address: &dollar;D000, LC size: &dollar;1000</tag>
   For ProDOS 8 together with the function <tt/rebootafterexit()/. If a program
   doesn't quit to the ProDOS 8 dispatcher but rather reboots the machine after
   exit then a plain vanilla ProDOS 8 doesn't make use of the Language Card bank
   2 at all.
 
-  <tag>LCADDR: &dollar;D000, LCSIZE: &dollar;3000</tag>
+  <tag>LC address: &dollar;D000, LC size: &dollar;3000</tag>
   For plain vanilla DOS 3.3 which doesn't make use of the Language Card at all.
 
 </descrip><p>
@@ -149,6 +149,8 @@ Parameters:
 Configuration for a system program running on ProDOS 8 and using the memory from
 &dollar;2000 to &dollar;BEFF.
 
+Parameters:
+
 <descrip>
 
   <tag><tt/__STACKSIZE__:/ C runtime stack size</tag>
@@ -172,6 +174,8 @@ Configuration for overlay programs with the up to nine overlays. The overlay fil
 don't include the DOS 3.3 header. See <tt>samples/overlaydemo.c</tt> for more
 information on overlays.
 
+Parameters:
+
 <descrip>
 
   <tag><tt/STARTADDRESS:/ Program start address</tag>
@@ -236,7 +240,7 @@ range.
 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 default linker configuration
-<ref id="apple-def-cfg" name="apple2enh.cfg"> with __HIMEM__ set to &dollar;BF00
+<ref id="apple-def-cfg" name="apple2enh.cfg"> with <tt/__HIMEM__/set to &dollar;BF00
 and load it with the targetutil LOADER.SYSTEM. The program then works like a system
 program (i.e. quits to the ProDOS dispatcher).