]> git.sur5r.net Git - cc65/commitdiff
Change .CONDES -> .INTERRUPTOR (Stefan Haubenthal).
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 17 Jun 2011 18:56:27 +0000 (18:56 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 17 Jun 2011 18:56:27 +0000 (18:56 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5064 b7a2c559-68d2-44c3-8de9-860c34a00d81

12 files changed:
doc/apple2.sgml
doc/apple2enh.sgml
doc/atari.sgml
doc/c128.sgml
doc/c16.sgml
doc/c64.sgml
doc/cbm510.sgml
doc/cbm610.sgml
doc/lynx.sgml
doc/pet.sgml
doc/plus4.sgml
doc/vic20.sgml

index 75dea2686e498f55a618dda4a7e759c34f5d3644..9810b023c8cbb7d66af93e9b8a9a6f203ec1acf5 100644 (file)
@@ -478,12 +478,12 @@ supported by BASIC, the following syntax was chosen:
 
 <sect1>Interrupts<p>
 
-The runtime for the Apple&nbsp;&rsqb;&lsqb; 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 Apple&nbsp;&rsqb;&lsqb; 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>
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>
index 4cc15353e13453e943ff8726c23dbbf129340740..6ab9fbdfcf5e9eca0e65f8754f9191a03dccdf2d 100644 (file)
@@ -292,7 +292,7 @@ Command line arguments can be passed to <tt/main()/ when DOS supports it.
 
 <sect1>Interrupts<p>
 
-The runtime for the Atari uses routines marked as <tt/.CONDES/ type 2 for
+The runtime for the Atari 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 VBI handler code
 when they are linked into a program. See the discussion of the <tt/.CONDES/
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>
-
-
-
-
index eb5bbe376b080fee6ccd39dd1d7d9d87b154130c..a63bf59b16faa032916934fae713d5bf6e49093a 100644 (file)
@@ -224,6 +224,15 @@ The program return code (low byte) is passed back to BASIC by use of the
 <tt/ST/ variable.
 
 
+<sect1>Interrupts<p>
+
+The runtime for the C16 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>
 
index 93673eeaa43ac0430658cc18543d05a060e824b6..ece779d30135bb1f8eb2519a0e46038504d0061c 100644 (file)
@@ -357,7 +357,7 @@ The program return code (low byte) is passed back to BASIC by use of the
 
 <sect1>Interrupts<p>
 
-The runtime for the C64 uses routines marked as <tt/.CONDES/ type 2 for
+The runtime for the C64 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/
@@ -396,6 +396,3 @@ freely, subject to the following restrictions:
 </enum>
 
 </article>
-
-
-
index 621d7f17017c8d549444ef2d3191876b281f4cc5..dcfe06bd21c4f3892d3cd77e63cc9c3825fb02d2 100644 (file)
@@ -258,7 +258,7 @@ The program return code (signed char) is passed back to BASIC by use of the
 
 <sect1>Interrupt handlers<p>
 
-The runtime for the Commodore 510 uses routines marked as <tt/.CONDES/ type 2
+The runtime for the Commodore 510 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
index 55893cabfa58b300e3860c99a92b1215bbf21c90..9c6ac090ff5a27b259b4373b59cd31a1daa77da2 100644 (file)
@@ -257,7 +257,7 @@ The program return code (low byte) is passed back to BASIC by use of the
 
 <sect1>Interrupt handlers<p>
 
-The runtime for the Commodore 610 uses routines marked as <tt/.CONDES/ type 2
+The runtime for the Commodore 610 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
@@ -296,6 +296,3 @@ freely, subject to the following restrictions:
 </enum>
 
 </article>
-
-
-
index 40110b6440bfc9bfdc779bb55bbf0c4cfdcab64e..45c429b106e91db47d2931628d49c68def5e6409 100644 (file)
@@ -30,7 +30,7 @@ more than one platform. Please see the function reference for more
 information.
 
 
-<sect>Building you first Hello World application<p>
+<sect>Building your first Hello World application<p>
 
 Here is a small traditional Hello World program for the Atari Lynx.
 
@@ -64,15 +64,23 @@ The 6502.h is needed for executing the CLI() command.
 As the Atari Lynx does not have ASCII characters available you need to use
 the Tiny Graphics Interface library for producing letters on the screen.
 
-The cc65 compiler suite has a graphics library called "Tiny Graphics Interface". This interface has some relocatable code. In order to use this in your own program you need to load it at run time.
+The cc65 compiler suite has a graphics library called "Tiny Graphics
+Interface". This interface has some relocatable code. In order to use this
+in your own program you need to load it at run time.
 
-Unfortunately the Lynx does not have a disk drive from where to load it. Therefore you must already load it at compile time. The easiest way is to link it in statically.
+Unfortunately the Lynx does not have a disk drive from where to load it.
+Therefore you must already load it at compile time. The easiest way is to
+link it in statically.
 
-This relocatable driver is found in $(CC65_HOME)/tgi/lynx-160-102-16.tgi. Copy it from here.
+This relocatable driver is found in <tt>$(CC65_HOME)/tgi/lynx-160-102-16.tgi</tt>.
+Copy it from here.
 
 The name comes from 160 by 102 pixels (The Lynx LCD size), 16 colors.
 
-In order to link in this statically we have to make it back to a source file so that we can compile it. The next command will turn the compiled driver object file into an assembler source and compile it with the ca65 assembler. 
+In order to link in this statically we have to make it back to a source
+file so that we can compile it. The next command will turn the compiled
+driver object file into an assembler source and compile it with the ca65
+assembler.
 
 <tscreen><verb>
 co65 --code-label _lynxtgi lynx-160-102-16.tgi
@@ -361,6 +369,3 @@ freely, subject to the following restrictions:
 </enum>
 
 </article>
-
-
-
index d591a8c6a1e2c9ccb1309f1436b1a42ea0e62457..33b268e87d75694ae46b6e765c1742f01616f01d 100644 (file)
@@ -201,7 +201,7 @@ The program return code (low byte) is passed back to BASIC by use of the
 
 <sect1>Interrupts<p>
 
-The runtime for the PET uses routines marked as <tt/.CONDES/ type 2 for
+The runtime for the PET 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/
@@ -253,6 +253,3 @@ freely, subject to the following restrictions:
 </enum>
 
 </article>
-
-
-
index b480d11303d6e215689230468e76354ed8267a9d..c247cd78cfb2064cebfbaa4e7fafea38e8e203ab 100644 (file)
@@ -228,7 +228,7 @@ The program return code (low byte) is passed back to BASIC by use of the
 
 <sect1>Interrupts<p>
 
-The runtime for the Plus/4 uses routines marked as <tt/.CONDES/ type 2 for
+The runtime for the Plus/4 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/
@@ -267,7 +267,3 @@ freely, subject to the following restrictions:
 </enum>
 
 </article>
-
-
-
-
index e21ca55730a4fec6b609715a8bb708566788e853..84addb3cac866ea6e6df83320b5fb4faf4d5a625 100644 (file)
@@ -222,7 +222,7 @@ code:
 
 <sect1>Interrupts<p>
 
-The runtime for the VIC20 uses routines marked as <tt/.CONDES/ type 2 for
+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/
@@ -261,6 +261,3 @@ freely, subject to the following restrictions:
 </enum>
 
 </article>
-
-
-