From ef5461a32c144ee82c95f46bbe41de894babaa4b Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Thu, 1 Feb 2018 00:18:07 +0100 Subject: [PATCH] Mention the recently added linker configs. --- doc/apple2.sgml | 39 +++++++++++++++++++++++++++++++++++++-- doc/apple2enh.sgml | 39 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 74 insertions(+), 4 deletions(-) diff --git a/doc/apple2.sgml b/doc/apple2.sgml index 05b4ef9ba..822dd564e 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -168,9 +168,44 @@ Parameters:

+ + +Configuration for a program including a hires page. See testcode/lib/apple/hgrtest.c +for an example of such a program. + +Parameters: + + + + + Default: $803. Use + Default: DOS 3.3 header (address and length). Use + Default: $800. Use + Default: $9600. Use + Default: $D400. Use + Default: $C00. Use

+ + -Configuration for overlay programs with the up to nine overlays. The overlay files +Configuration for an overlay program with up to nine overlays. The overlay files don't include the DOS 3.3 header. See samples/overlaydemo.c for more information on overlays. @@ -210,7 +245,7 @@ Parameters: -Configuration for a assembler programs which don't need a special setup. +Configuration for an assembler program that doesn't need a special setup. Parameters: diff --git a/doc/apple2enh.sgml b/doc/apple2enh.sgml index 136f074b5..3a53b6b8c 100644 --- a/doc/apple2enh.sgml +++ b/doc/apple2enh.sgml @@ -168,9 +168,44 @@ Parameters:

+ + +Configuration for a program including a hires page. See testcode/lib/apple/hgrtest.c +for an example of such a program. + +Parameters: + + + + + Default: $803. Use + Default: DOS 3.3 header (address and length). Use + Default: $800. Use + Default: $9600. Use + Default: $D400. Use + Default: $C00. Use

+ + -Configuration for overlay programs with the up to nine overlays. The overlay files +Configuration for an overlay program with up to nine overlays. The overlay files don't include the DOS 3.3 header. See samples/overlaydemo.c for more information on overlays. @@ -210,7 +245,7 @@ Parameters: -Configuration for a assembler programs which don't need a special setup. +Configuration for an assembler program that doesn't need a special setup. Parameters: -- 2.39.2