New C16 docs.

New section "Limitations".


git-svn-id: svn://svn.cc65.org/cc65/trunk@2763 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2003-12-15 21:13:38 +00:00
parent 1c6de7dab2
commit 9c65a3163c
7 changed files with 268 additions and 6 deletions

View File

@@ -31,8 +31,8 @@ information.
Since the Plus/4 and the Commodore 16/116 are almost identical (the latter are
missing the 6551 ACIA and do only have 16KB of memory), the <htmlurl
url="c16.html" name="C16 documentation"> is also worth a look. The difference
between both targets is that the Plus/4 runtime uses banking to support full
64K RAM, while the C16 does not use banking and supports up to 32K RAM.
between both cc65 targets is that the Plus/4 runtime uses banking to support
full 64K RAM, while the C16 does not use banking and supports up to 32K RAM.
Because banking is not needed, most C16 programs will be somewhat smaller than
the same program compiled for the Plus/4. However, programs compiled for the
C16 will always run on the Plus/4, while the reverse is not necessarily true.
@@ -138,7 +138,7 @@ structures, accessing the struct fields will access the chip registers.
declaration of the structure.
<tag><tt/COLOR_RAM/</tag>
A character array that mirrors the color RAM of the C64 at &dollar;D800.
A character array that mirrors the color RAM of the Plus/4 at &dollar;0800.
</descrip><p>
@@ -193,6 +193,10 @@ does not exist).
<sect>Limitations<p>
<sect>Other hints<p>
<sect1>Passing arguments to the program<p>