From: cuz Date: Sun, 11 Mar 2007 22:02:36 +0000 (+0000) Subject: Corrected some 510/610 info. X-Git-Tag: V2.12.0~82 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4c91b95d300b6b6f26fa213b9640df709e9c9774;p=cc65 Corrected some 510/610 info. git-svn-id: svn://svn.cc65.org/cc65/trunk@3773 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/cbm510.sgml b/doc/cbm510.sgml index 97d37a1df..1a1f871af 100644 --- a/doc/cbm510.sgml +++ b/doc/cbm510.sgml @@ -46,10 +46,9 @@ config. Memory layout

cc65 generated programs for the Commodore 510 run in bank 0, the memory bank -reserved for BASIC programs. Since there are no ROMs in this memory bank, the -program has almost full 64K for its own. A disadvantage is that kernal -subroutines cannot be called (at least not in a fast and effective manner), so -the runtime has replace kernal functionality. +reserved for BASIC programs. Since there are no ROMs in this memory bank, +kernal subroutines are either emulated or called by bank switching, which has +the disadvantage of being slow compared to a direct call. The default memory configuration for the CBM 510 allocates all memory between $0002 and $FFF0 in bank 0 for the compiled program. Some space diff --git a/doc/cbm610.sgml b/doc/cbm610.sgml index cafe55b26..8e2ac2ce9 100644 --- a/doc/cbm610.sgml +++ b/doc/cbm610.sgml @@ -48,10 +48,9 @@ config. Memory layout

cc65 generated programs for the Commodore 610 run in bank 1, the memory bank -reserved for BASIC programs. Since there are no ROMs in this memory bank, the -program has almost full 64K for its own. A disadvantage is that kernal -subroutines cannot be called (at least not in a fast and effective manner), so -the runtime has replace kernal functionality. +reserved for BASIC programs. Since there are no ROMs in this memory bank, +kernal subroutines are either emulated or called by bank switching, which has +the disadvantage of being slow compared to a direct call. The default memory configuration for the CBM 610 allocates all memory between $0002 and $FFF0 in bank 1 for the compiled program. Some space