]> git.sur5r.net Git - cc65/commitdiff
Added note about interrupt handlers
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 22 Dec 2003 15:33:26 +0000 (15:33 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 22 Dec 2003 15:33:26 +0000 (15:33 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2815 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/cbm610.sgml

index f70757b26574ecbf4c7b43504a50b3d6c86fc146..73f6c975b46224e05d4d2ccac6cec7f9bff13993 100644 (file)
@@ -249,6 +249,15 @@ Command line argument passing is currently not supported for the Commodore
 610.
 
 
+<sect1>Interrupts<p>
+
+The runtime for the Commodore 610 uses routines marked as <tt/.CONDES/ type 2
+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>