Merge pull request #2036 from jefftranter/master

Make some documentation fixes for KIM-1 platform.
This commit is contained in:
Bob Andrews 2023-03-27 17:57:14 +02:00 committed by GitHub
commit f74775b841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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:
<sect>Platform specific header files<p>
Programs containing KIM-1 code may use the <tt/kim.h/ header file. See the header file for more information.
Programs containing KIM-1 code may use the <tt/kim1.h/ header file. See the header file for more information.
<sect>Loadable drivers<p>