Date: Fri, 25 Mar 2016 18:03:12 +0000 (+0100)
Subject: Minor fixes for recent doc change.
X-Git-Tag: V2.16~155
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c9734004eed9741ec90786e3d8fedb2ecbab3b2a;p=cc65
Minor fixes for recent doc change.
---
diff --git a/doc/apple2.sgml b/doc/apple2.sgml
index 7443e50b7..b576ae6c1 100644
--- a/doc/apple2.sgml
+++ b/doc/apple2.sgml
@@ -85,17 +85,17 @@ several usefull settings:
- LCADDR: $D400, LCSIZE: $C00
+ LC address: $D400, LC size: $C00
For plain vanilla ProDOS 8 which doesn't actually use the Language Card bank 2
memory from $D400 to $DFFF. This is the default setting.
- LCADDR: $D000, LCSIZE: $1000
+ LC address: $D000, LC size: $1000
For ProDOS 8 together with the function LCADDR: $D000, LCSIZE: $3000
+ LC address: $D000, LC size: $3000
For plain vanilla DOS 3.3 which doesn't make use of the Language Card at all.
@@ -149,6 +149,8 @@ Parameters:
Configuration for a system program running on ProDOS 8 and using the memory from
$2000 to $BEFF.
+Parameters:
+
@@ -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 samples/overlaydemo.c for more
information on overlays.
+Parameters:
+
@@ -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 $800 to $2000 is to link it as binary
(as opposed to system) program using the default linker configuration
-[ with __HIMEM__ set to $BF00
+][ with
- LCADDR: $D400, LCSIZE: $C00
+ LC address: $D400, LC size: $C00
For plain vanilla ProDOS 8 which doesn't actually use the Language Card bank 2
memory from $D400 to $DFFF. This is the default setting.
- LCADDR: $D000, LCSIZE: $1000
+ LC address: $D000, LC size: $1000
For ProDOS 8 together with the function LCADDR: $D000, LCSIZE: $3000]
+ LC address: $D000, LC size: $3000
For plain vanilla DOS 3.3 which doesn't make use of the Language Card at all.
@@ -149,6 +149,8 @@ Parameters:
Configuration for a system program running on ProDOS 8 and using the memory from
$2000 to $BEFF.
+Parameters:
+
@@ -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 samples/overlaydemo.c for more
information on overlays.
+Parameters:
+
@@ -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 $800 to $2000 is to link it as binary
(as opposed to system) program using the default linker configuration
-[ with __HIMEM__ set to $BF00
+][ with ]