From fcbcbea4ad7653b279012b948b463bc6aa096080 Mon Sep 17 00:00:00 2001 From: Jeff Tranter Date: Mon, 27 Mar 2023 09:23:40 -0400 Subject: [PATCH] Make some documentation fixes for KIM-1 platform. --- doc/kim1.sgml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/kim1.sgml b/doc/kim1.sgml index c3494b9b9..1387d3b19 100644 --- a/doc/kim1.sgml +++ b/doc/kim1.sgml @@ -45,8 +45,10 @@ system configuration before compiling and linking user programs. The ROMs and I/O areas are defined in the configuration files, as are most of the entry points for useful subroutines in the KIM-1 monitor ROM. cc65 generated programs compiled and linked using 4k config run in the memory range of $200 - $0FFF. The 60k config expands -this range to $DFFF. The starting memory location and entry point for running the program is -$200, so when the program is transferred to the KIM-1, it is executed by typing '200 G'. +this range to $DFFF. When using the 4k config the starting memory location and entry point +for running the program is $200, so when the program is transferred to the KIM-1, it is +executed by typing '200 G'. With the 60k config the default starting memory location and entry +point is $2000. Special locations: @@ -65,7 +67,7 @@ Special locations: Platform specific header files

-Programs containing KIM-1 code may use the Loadable drivers