]> git.sur5r.net Git - cc65/blobdiff - doc/cbm610.sgml
Merge pull request #688 from ops/cbmkernalasm
[cc65] / doc / cbm610.sgml
index df44f1d76aa26930e1f7308442637eff168fea4d..44c9155a53a42a2e028daefdf7610b0a88147fd2 100644 (file)
@@ -3,9 +3,10 @@
 <article>
 
 <title>Commodore 610-specific information for cc65
-<author>Ullrich von Bassewitz, <htmlurl url="mailto:uz@cc65.org" name="uz@cc65.org"><newline>
+<author>
+<url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
 <url url="mailto:greg.king5@verizon.net" name="Greg King">
-<date>2004-04-02
+<date>2014-04-25
 
 <abstract>
 An overview over the Commodore 610 runtime system as it is implemented for the
@@ -120,6 +121,8 @@ declaration and usage.
 <item>cbm_k_basin
 <item>cbm_k_bsout
 <item>cbm_k_clrch
+<item>cbm_k_tksa
+<item>cbm_k_second
 <item>cbm_load
 <item>cbm_open
 <item>cbm_opendir
@@ -137,7 +140,7 @@ The following pseudo variables declared in the <tt/cbm610.h/ header file do
 allow access to hardware located in the address space. Some variables are
 structures; accessing the struct fields will access the chip registers.
 
-<bf>Note:</bf> All I/O chips are located in the system bank (bank 15); and can
+<em/Note:/ All I/O chips are located in the system bank (bank 15); and can
 therefore not be accessed like on other platforms. Please use one of the
 <tt/peekbsys/, <tt/peekwsys/, <tt/pokebsys/, and <tt/pokewsys/ functions to
 access the I/O chips. Direct reads and writes to the structures named below