From 1a0571fdc36d056c119f47bece6d7f61731de6cc Mon Sep 17 00:00:00 2001 From: uz Date: Fri, 17 Jun 2011 18:56:27 +0000 Subject: [PATCH] Change .CONDES -> .INTERRUPTOR (Stefan Haubenthal). git-svn-id: svn://svn.cc65.org/cc65/trunk@5064 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/apple2.sgml | 12 ++++++------ doc/apple2enh.sgml | 12 ++++++------ doc/atari.sgml | 2 +- doc/c128.sgml | 6 +----- doc/c16.sgml | 9 +++++++++ doc/c64.sgml | 5 +---- doc/cbm510.sgml | 2 +- doc/cbm610.sgml | 5 +---- doc/lynx.sgml | 21 +++++++++++++-------- doc/pet.sgml | 5 +---- doc/plus4.sgml | 6 +----- doc/vic20.sgml | 5 +---- 12 files changed, 42 insertions(+), 48 deletions(-) diff --git a/doc/apple2.sgml b/doc/apple2.sgml index 75dea2686..9810b023c 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -478,12 +478,12 @@ supported by BASIC, the following syntax was chosen: Interrupts

-The runtime for the Apple ][ uses routines marked as . +The runtime for the Apple ][ uses routines marked as +. DIO

diff --git a/doc/apple2enh.sgml b/doc/apple2enh.sgml index be6975a8b..38f3e9153 100644 --- a/doc/apple2enh.sgml +++ b/doc/apple2enh.sgml @@ -484,12 +484,12 @@ These are defined to be OpenApple + number key. Interrupts

-The runtime for the enhanced Apple //e uses routines marked as . +The runtime for the enhanced Apple //e uses routines marked as +. DIO

diff --git a/doc/atari.sgml b/doc/atari.sgml index 4cc15353e..6ab9fbdfc 100644 --- a/doc/atari.sgml +++ b/doc/atari.sgml @@ -292,7 +292,7 @@ Command line arguments can be passed to Interrupts

-The runtime for the Atari uses routines marked as Interrupts

-The runtime for the C128 uses routines marked as - - - - diff --git a/doc/c16.sgml b/doc/c16.sgml index eb5bbe376..a63bf59b1 100644 --- a/doc/c16.sgml +++ b/doc/c16.sgml @@ -224,6 +224,15 @@ The program return code (low byte) is passed back to BASIC by use of the Interrupts

+ +The runtime for the C16 uses routines marked as . + + Bugs/Feedback

diff --git a/doc/c64.sgml b/doc/c64.sgml index 93673eeaa..ece779d30 100644 --- a/doc/c64.sgml +++ b/doc/c64.sgml @@ -357,7 +357,7 @@ The program return code (low byte) is passed back to BASIC by use of the Interrupts

-The runtime for the C64 uses routines marked as - - - diff --git a/doc/cbm510.sgml b/doc/cbm510.sgml index 621d7f170..dcfe06bd2 100644 --- a/doc/cbm510.sgml +++ b/doc/cbm510.sgml @@ -258,7 +258,7 @@ The program return code (signed char) is passed back to BASIC by use of the Interrupt handlers

-The runtime for the Commodore 510 uses routines marked as Interrupt handlers

-The runtime for the Commodore 610 uses routines marked as - - - diff --git a/doc/lynx.sgml b/doc/lynx.sgml index 40110b644..45c429b10 100644 --- a/doc/lynx.sgml +++ b/doc/lynx.sgml @@ -30,7 +30,7 @@ more than one platform. Please see the function reference for more information. -Building you first Hello World application

+Building your first Hello World application

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 $(CC65_HOME)/tgi/lynx-160-102-16.tgi. +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. co65 --code-label _lynxtgi lynx-160-102-16.tgi @@ -361,6 +369,3 @@ freely, subject to the following restrictions: - - - diff --git a/doc/pet.sgml b/doc/pet.sgml index d591a8c6a..33b268e87 100644 --- a/doc/pet.sgml +++ b/doc/pet.sgml @@ -201,7 +201,7 @@ The program return code (low byte) is passed back to BASIC by use of the Interrupts

-The runtime for the PET uses routines marked as - - - diff --git a/doc/plus4.sgml b/doc/plus4.sgml index b480d1130..c247cd78c 100644 --- a/doc/plus4.sgml +++ b/doc/plus4.sgml @@ -228,7 +228,7 @@ The program return code (low byte) is passed back to BASIC by use of the Interrupts

-The runtime for the Plus/4 uses routines marked as - - - - diff --git a/doc/vic20.sgml b/doc/vic20.sgml index e21ca5573..84addb3ca 100644 --- a/doc/vic20.sgml +++ b/doc/vic20.sgml @@ -222,7 +222,7 @@ code: Interrupts

-The runtime for the VIC20 uses routines marked as - - - -- 2.39.5