]> git.sur5r.net Git - cc65/blobdiff - doc/apple2enh.sgml
Change .CONDES -> .INTERRUPTOR (Stefan Haubenthal).
[cc65] / doc / apple2enh.sgml
index be6975a8b4f65587c891c9e9ac59a1dc19be2f3f..38f3e9153669c4e128cd26f238371777b0df49b4 100644 (file)
@@ -484,12 +484,12 @@ These are defined to be OpenApple + number key.
 
 <sect1>Interrupts<p>
 
-The runtime for the enhanced&nbsp;Apple&nbsp;//e uses routines marked as <tt/.CONDES/
-type <tt/interruptor/ for ProDOS 8 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">.
+The runtime for the enhanced&nbsp;Apple&nbsp;//e uses routines marked as
+<tt/.INTERRUPTOR/ for ProDOS 8 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">.
 
 
 <sect1>DIO<p>