]> git.sur5r.net Git - cc65/blobdiff - doc/vic20.sgml
Moved GEOS VLIR assembler sample from 'samples' to 'testcode' because:
[cc65] / doc / vic20.sgml
index ff1eaba5b1da06b3ef7b1bf3f5a3a8d24fa809a9..84addb3cac866ea6e6df83320b5fb4faf4d5a625 100644 (file)
@@ -33,17 +33,17 @@ information.
 <sect>Binary format<p>
 
 The standard binary output format generated by the linker for the VIC20 target
-is a machine language program with a one line BASIC stub. This means that a
-program can be loaded as BASIC program and started with RUN. It is of course
-possible to change this behaviour by using a modified startup file and linker
-config.
+is a machine language program with a one line BASIC stub, which calls the
+machine language part via SYS. This means that a program can be loaded as
+BASIC program and started with RUN. It is of course possible to change this
+behaviour by using a modified startup file and linker config.
 
 
 <sect>Memory layout<p>
 
-cc65 generated programs with the default setup run with the I/O area and the
-kernal and BASIC ROM enabled (RAM at &dollar;A000 - &dollar;BFFF may be used
-for the heap), which gives a usable memory range of &dollar;1000 - &dollar;1DFF.
+cc65 generated programs with the default setup run with unexpanded memory
+(RAM at &dollar;A000 - &dollar;BFFF may be used for the heap),
+which gives a usable memory range of &dollar;1000 - &dollar;1DFF.
 All ROM entry points may be called directly without additional code.
 
 Special locations:
@@ -153,6 +153,12 @@ No extended memory drivers are currently available for the VIC20.
   <tag><tt/vic20-stdjoy.joy/</tag>
   Supports one standard joystick connected to the joysticks port of the VIC20.
 
+  <tag><tt/vic20-ptvjoy.joy/</tag>
+  Driver for the Protovision 4-player adapter contributed by Groepaz. See
+  <htmlurl url="http://www.protovision-online.de/hardw/hardwstart.htm"
+  name="http://www.protovision-online.de/hardw/hardwstart.htm"> for prices and
+  building instructions. Up to three joysticks are supported.
+
 </descrip><p>
 
 
@@ -214,6 +220,14 @@ code:
 </verb></tscreen>
 
 
+<sect1>Interrupts<p>
+
+The runtime for the VIC20 uses routines marked as <tt/.INTERRUPTOR/ for
+interrupt handlers. Such routines must be written as simple machine language
+subroutines and will be called automatically by the interrupt handler code
+when they are linked into a program. See the discussion of the <tt/.CONDES/
+feature in the <htmlurl url="ca65.html" name="assembler manual">.
+
 
 
 <sect>Bugs/Feedback<p>
@@ -247,6 +261,3 @@ freely, subject to the following restrictions:
 </enum>
 
 </article>
-
-
-