1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-27 12:29:33 +00:00

Added note about interrupt handlers

git-svn-id: svn://svn.cc65.org/cc65/trunk@2815 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2003-12-22 15:33:26 +00:00
parent 72fe2c86a1
commit 3cf7f0072b

View 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>