]> git.sur5r.net Git - cc65/blobdiff - doc/c128.sgml
Change .CONDES -> .INTERRUPTOR (Stefan Haubenthal).
[cc65] / doc / c128.sgml
index f30286439b46f3f56a035d348275fe7729352238..65f15baff7aa7497c4d9a0b6e5bf1f53815c6f4e 100644 (file)
@@ -312,7 +312,7 @@ The program return code (low byte) is passed back to BASIC by use of the
 
 <sect1>Interrupts<p>
 
-The runtime for the C128 uses routines marked as <tt/.CONDES/ type 2 for
+The runtime for the C128 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/
@@ -351,7 +351,3 @@ freely, subject to the following restrictions:
 </enum>
 
 </article>
-
-
-
-