<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://oldwiki.cpcwiki.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Roudoudeux</id>
		<title>CPCWiki - THE Amstrad CPC encyclopedia! - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://oldwiki.cpcwiki.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Roudoudeux"/>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php/Special:Contributions/Roudoudeux"/>
		<updated>2026-08-28T09:21:58Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.1</generator>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Can_Robots_Take_Control%3F&amp;diff=107852</id>
		<title>Can Robots Take Control?</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Can_Robots_Take_Control%3F&amp;diff=107852"/>
				<updated>2021-04-05T16:54:26Z</updated>
		
		<summary type="html">&lt;p&gt;Roudoudeux: /* Credits */fix t&amp;amp;j + roudoudou&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Image:00088554.gif|thumb|CRTC]]&lt;br /&gt;
'''Can Robots Take Control? (CRTC)''' is a CPC demo by the groups [[Benediction]] and [[Arkos]] that was released in April 2021 for the remote [[Revision| Revision 2021]] demoparty and '''ranked 2nd in Oldskool Demo (Silver Winner).&lt;br /&gt;
'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Credits ==&lt;br /&gt;
&lt;br /&gt;
* Code: [[Eliot]], [[Krusty]]&lt;br /&gt;
* Gfx:  [[Voxy]]&lt;br /&gt;
* Music: [[Targhan]]&lt;br /&gt;
* Cat-art help: [[Tom &amp;amp; Jerry]]&lt;br /&gt;
* Technical support: [[roudoudou]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* Revision CPCwiki page : https://www.cpcwiki.eu/index.php/Revision&lt;br /&gt;
* Demozoo : https://demozoo.org/productions/292331/&lt;br /&gt;
* Pouët : http://www.pouet.net/prod.php?which=88554&lt;br /&gt;
* Youtube : https://www.youtube.com/watch?v=djrtp6Z5deA&lt;br /&gt;
&lt;br /&gt;
[[Category:Demos]]&lt;br /&gt;
[[Category:Demos 2021]]&lt;/div&gt;</summary>
		<author><name>Roudoudeux</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Locomotive_BASIC&amp;diff=107753</id>
		<title>Locomotive BASIC</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Locomotive_BASIC&amp;diff=107753"/>
				<updated>2021-01-30T12:50:27Z</updated>
		
		<summary type="html">&lt;p&gt;Roudoudeux: /* LOAD ‹file name›[,‹address›]  */ definition + tape convention&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;For other BASIC language versions see the [[:Category:BASIC]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Screenshots-CPC_Start_screen.jpg|thumb|CPC Start Screen showing Locomotive copyright and BASIC version]]&lt;br /&gt;
&lt;br /&gt;
Locomotive BASIC was a [http://en.wikipedia.org/wiki/BASIC_programming_language BASIC] interpreter for the Amstrad CPC range of computers.&lt;br /&gt;
&lt;br /&gt;
It was availlable directly from in-built ROMs on [[CPC old generation]] and on the [[Plus System Cartridge]] for the [[Plus]] range.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Locomotive BASIC, was one of the best and fastest BASIC implementations of the era. The language benefited both from a clean, well-thought out implementation of the core language by Locomotive, and by the excellent [[firmware]] of the CPC, which lent most of its advanced features to the BASIC.&lt;br /&gt;
&lt;br /&gt;
Unlike the competing Commodore 64, it featured a comprehensive graphic capabilities with its PLOT, DRAW, PAPER, INK, PEN, BORDER and (in BASIC 1.1) FILL commands. It had extensive sound commands, granting control of the [[AY-3-8912]] via the firmware's volume and tone envelope system. With the SOUND command, you could select channels, set envelopes, pitch, noise and volume. That was something unmatched by other computers of that era.&lt;br /&gt;
&lt;br /&gt;
Also there was simple interface for memory management, with MEMORY and LOAD commands. The latter allowed for loading of raw screen data, thus providing easy picture showing. Both through this (combined with CALL, PEEK and POKE) and the firmware's [[RSX]] system, it was easy to mix BASIC and assembly code, thereby speeding up programs by coding the slowest parts directly in machine code. Many successful programs, including games such as [[Radzone]] and applications such as [[PowerPage]], made use of this technique.&lt;br /&gt;
&lt;br /&gt;
With DEF FN, ON variable GOTO and ON variable GOSUB, Locomotive BASIC provided the rudiments of &amp;quot;structured programming&amp;quot;, though nowhere near the extent of the PROCedures of [[BBC Basic]].&lt;br /&gt;
&lt;br /&gt;
All in all, if you compare BASIC interpreters of that era, the Locomotive's seems to be the best 'all-rounder' regarding the combination of speed and complexity, and still some of its features were unmatched by others.&lt;br /&gt;
&lt;br /&gt;
If you are interested in more information about the different versions of the CPC's BASIC and the technical details, you can have a look at the article &amp;quot;[[Technical information about Locomotive BASIC]]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Another helpful and further resource of information about BASIC and a similar comprehension to this is Grimware's Website about the CPC http://www.grimware.org/doku.php/documentations/software/locomotive.basic/start&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
The CPC implementation of Locomotive BASIC was developed directly from [[Locomotive Software]]'s existing Z80 BASIC. The existence of this is cited as one of the reasons Locomotive requested that [[Amstrad]] change the CPC's processor from a 6502 to a [[Z80]].&lt;br /&gt;
&lt;br /&gt;
The 464 shipped with BASIC 1.0 on ROM.&lt;br /&gt;
&lt;br /&gt;
The language was revised and debugged for the 664, 6128 and Plus machines to become BASIC 1.1. Changes were minor but significant for the programmer, and included:&lt;br /&gt;
&lt;br /&gt;
* DEC$ bug removed (in BASIC 1.0, it required two opening brackets and was undocumented)&lt;br /&gt;
* Better handling of string arguments to RSXs (|DIR,&amp;quot;*.BAS&amp;quot; rather than a$=&amp;quot;*.BAS&amp;quot;:|DIR,@a$)&lt;br /&gt;
* DATA statements can appear anywhere within a line; in BASIC 1.0, they had to be at the end of a line&lt;br /&gt;
* FILL command (fill area with solid colour)&lt;br /&gt;
* COPYCHR$ function (fetch character from screen)&lt;br /&gt;
* Better garbage collection&lt;br /&gt;
* Some number-handling bugs removed (e.g. in FOR loops with negative start/end values)&lt;br /&gt;
* FRAME (CALL &amp;amp;BD19)&lt;br /&gt;
* Extra, optional 'plotting mode' parameter for DRAW/PLOT commands (supported only through control codes on BASIC 1.0)&lt;br /&gt;
* GRAPHICS PAPER, GRAPHICS PEN commands&lt;br /&gt;
* ON BREAK CONT (disable ESCape)&lt;br /&gt;
* CLEAR INPUT (flush keyboard buffer)&lt;br /&gt;
* The AUTO command show the whole line if it exist, it only printed a * on the 464&lt;br /&gt;
&lt;br /&gt;
Some parts of 'BASIC' were actually housed in the firmware ROM, but were not officially accessible to other programs. This included the line editor.&lt;br /&gt;
&lt;br /&gt;
The 'pure BASIC' parts of Locomotive BASIC - i.e. those not concerned with CPC-specific firmware and hardware features - were upgraded to become [[Mallard BASIC]], the CP/M language shipped with the [[PCW]]. This also featured exceptionally advanced random-access file handling, a feature missing from the CPC.&lt;br /&gt;
&lt;br /&gt;
== Variables ==&lt;br /&gt;
&lt;br /&gt;
=== Real (Floating Point) Numbers ===&lt;br /&gt;
&lt;br /&gt;
This is the default type for a Locomotive BASIC variables, but can be clarified using &amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt; after the variable name, e.g., &amp;lt;code&amp;gt;real!=500.0&amp;lt;/code&amp;gt;. &lt;br /&gt;
You can force all variables starting with specific letters to be this type by using the &amp;lt;code&amp;gt;DEFREAL&amp;lt;/code&amp;gt; keyword. &lt;br /&gt;
In many cases you don't want to use these, as they are slower than using the integer type, and use more memory (5 bytes, as opposed to 2).&lt;br /&gt;
&lt;br /&gt;
=== Signed 16-bit Integers ===&lt;br /&gt;
&lt;br /&gt;
Defined using &amp;lt;code&amp;gt;%&amp;lt;/code&amp;gt; after the variable name, e.g., &amp;lt;code&amp;gt;integer%=500&amp;lt;/code&amp;gt;. &lt;br /&gt;
You can force all variables starting with specific letters to be this type by using the &amp;lt;code&amp;gt;DEFINT&amp;lt;/code&amp;gt; keyword. &lt;br /&gt;
These can store values between -32,768 and 32,767.&lt;br /&gt;
To assign a 16-bit value to a signed integer directly, you should give the number in a hexadecimal format, e.g., &amp;lt;code&amp;gt;uint=&amp;amp;c0000&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
=== Strings ===&lt;br /&gt;
&lt;br /&gt;
These are defined by using &amp;lt;code&amp;gt;$&amp;lt;/code&amp;gt; after the variable name, e.g., &amp;lt;code&amp;gt;str$=&amp;quot;Hello&amp;quot;&amp;lt;/code&amp;gt;. &lt;br /&gt;
You can force all variables starting with specific letters to be this type by using the &amp;lt;code&amp;gt;DEFSTR&amp;lt;/code&amp;gt; keyword. &lt;br /&gt;
A String can be up to 255 characters long.&lt;br /&gt;
&lt;br /&gt;
== Type Conversions ==&lt;br /&gt;
&lt;br /&gt;
The BASIC functions &amp;lt;code&amp;gt;ROUND&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;INT&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;CINT&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;FIX&amp;lt;/code&amp;gt; can be used to convert real numbers into integers taking some care about rounding. The difference is in rounding mode - &amp;lt;code&amp;gt;ROUND&amp;lt;/code&amp;gt; rounds to nearest, &amp;lt;code&amp;gt;FIX&amp;lt;/code&amp;gt; rounds to zero, &amp;lt;code&amp;gt;INT&amp;lt;/code&amp;gt; always rounds down, and &amp;lt;code&amp;gt;CINT&amp;lt;/code&amp;gt;rounds up. e.g., &amp;lt;code&amp;gt;value%=INT(3.14)&amp;lt;/code&amp;gt;.  Note that if you don't specify the % you will actually get a real number still.&lt;br /&gt;
&lt;br /&gt;
To convert an integer to a real number, you can use the &amp;lt;code&amp;gt;UNT&amp;lt;/code&amp;gt; function which will take the value supplied and return the two's complement number. e.g., &amp;lt;code&amp;gt;real=UNT(&amp;amp;ABCD)&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
w=UNT(50000)&lt;br /&gt;
Ready&lt;br /&gt;
PRINT w&lt;br /&gt;
-15536&lt;br /&gt;
Ready&lt;br /&gt;
█&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you want an integer result from division, use the &amp;lt;code&amp;gt;\&amp;lt;/code&amp;gt; integer division operator. e.g., &amp;lt;code&amp;gt;int=value\divisor&amp;lt;/code&amp;gt;. This is as opposed to the standard &amp;lt;code&amp;gt;/&amp;lt;/code&amp;gt; division operator, that can create a real number.&lt;br /&gt;
&lt;br /&gt;
== Command list ==&lt;br /&gt;
&lt;br /&gt;
=== Commands and operators ===&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;AFTER ‹time delay›[,‹timer number›] GOSUB ‹line number› &amp;lt;/code&amp;gt;====&lt;br /&gt;
: Waits for ‹time delay›/50 seconds and then jumps NON-RECURRING to the subroutine at ‹line number› (see also &amp;lt;code&amp;gt;&amp;quot;EVERY i[,t] GOSUB line&amp;quot;&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;AUTO [‹line number›][,‹increment›] &amp;lt;/code&amp;gt;====&lt;br /&gt;
: Automatically generates line numbers starting at ‹line number› with ‹increment› after each entered line number. Use '''[ESC]''' to leave AUTO mode. Default values for ‹line number› and ‹increment› are 10.&lt;br /&gt;
&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;AUTO 100,5 :REM generates line numbers 100, 105, 110...&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;BORDER ‹colour›[,‹colour›] &amp;lt;/code&amp;gt;====&lt;br /&gt;
: Changes the colour of the border. If the second argument is supplied the border flashes between the two colours.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;CALL ‹address expression›[,‹list of: parameter›] &amp;lt;/code&amp;gt;====&lt;br /&gt;
: Allows a machine code routine to be called by BASIC. Variables, string values and constants can be passed to the routine. Values of any supported type can be passed back by supplying a variable with &amp;lt;code&amp;gt;@&amp;lt;/code&amp;gt; in front of it. This passes the address of the variable to the routine although it doesn't implicitly know the data type.&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;CALL 0 :REM resets the computer completely&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;CAT&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Displays the names of the files on the tape or disc. Tape files are displayed in the order they are encountered. Disc files are sorted alphabetically by ACSII code. Only files matching the current user are displayed. Files marked as system are not displayed.&lt;br /&gt;
: Examples:&lt;br /&gt;
&amp;lt;pre&amp;gt;CAT :REM lists all disc files in alpha-numeric (ASCII) order&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;|TAPE :CAT :REM lists names of all tape files in their storage order&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;CHAIN ‹file name›[,‹line number expression›] &amp;lt;/code&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
:Enables the specified program to be loaded and RUN automatically. If the optional parameter ‹line number expression› is specified, the program execution will commence from that line.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;CHAIN MERGE ‹file name›[,‹line number expression› | [,[‹line number expression›],DELETE ‹line number range›]] &amp;lt;/code&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
:Loads the specified program from tape or disc, merges it into the program in memory, and starts execution of the merged program. The parameter &amp;lt;code&amp;gt;DELETE&amp;lt;/code&amp;gt; ‹line number range› is used to delete part of the original program before running it, if required.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;CLEAR&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Clears all variables from memory, leaving the program in memory unchanged. All open files are abandoned.&lt;br /&gt;
: The command clear inside a subroutine (&amp;lt;code&amp;gt;GOSUB&amp;lt;/code&amp;gt;... &amp;lt;code&amp;gt;RETURN&amp;lt;/code&amp;gt;) will also clear the &amp;quot;stack pointer&amp;quot; address of the gosub heap. That means that a RETURN won't work and a GOTO has to be used instead.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;CLG [‹masked ink›] &amp;lt;/code&amp;gt;====&lt;br /&gt;
: Clears the graphics screen to colour specified by &amp;lt;code&amp;gt;‹masked ink›&amp;lt;/code&amp;gt;. If parameter &amp;lt;code&amp;gt;‹masked ink›&amp;lt;/code&amp;gt; is not specified then the graphics screen is cleared to the colour specified by the GRAPHICS PAPER statement.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;CLOSEIN&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Closes any input file (tape or disc).&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;CLOSEOUT&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Closes any output file (tape or disc).&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;CLS [#‹stream expression›]&amp;lt;/code&amp;gt;====&lt;br /&gt;
: Clears the window specified by ‹stream expression›. If ‹stream expression› is omitted it defaults to #0 (usually the whole screen). The text cursor of the stream is moved to the upper left corner.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;CONT&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: CONTinues program execution interrupted either by [ESC] [ESC] or as a result of STOP within a program. A program cannot be continued after being modified.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;CURSOR ‹expression› &amp;lt;/code&amp;gt;====&lt;br /&gt;
: &amp;lt;code&amp;gt;‹expression›&amp;lt;/code&amp;gt; must be either 0 or 1.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;DATA x1[,x2,x3...]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Defines a data ''section'' to be used by &amp;lt;tt&amp;gt;READ&amp;lt;/tt&amp;gt; calls.&lt;br /&gt;
: Data values can be of any type (integer, real or string) as long as the corresponding &amp;lt;tt&amp;gt;READ&amp;lt;/tt&amp;gt; calls use a variable of the right type.&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 DATA &amp;quot;Hello, world!&amp;quot;, 42&lt;br /&gt;
20 READ message$:PRINT message$&lt;br /&gt;
30 READ answer:PRINT &amp;quot;The answer is:&amp;quot;;answer&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:''See also:'' &amp;lt;tt&amp;gt;READ&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;RESTORE&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;DEF&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: DEF means &amp;quot;define&amp;quot; and comes along with defining a function in case of DEF FN or defining variables in case of DEFREAL, DEFINT or DEFSTR.&lt;br /&gt;
: DEF FN must come before using the statement FN.&lt;br /&gt;
: DEF with a variable declaration should come before using a variable.&lt;br /&gt;
: (see also FN)&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;DEFINT ‹letter range›&amp;lt;/code&amp;gt; ====&lt;br /&gt;
:Forces all variables(s) starting with the specified letter(s) to be integer variables. Singular letters could be defined or a range by a minus symbol between two letters.&lt;br /&gt;
&lt;br /&gt;
:Examples:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
20 DEFINT a-z:' sets all variables starting with an A until Z as integer.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 DEFINT F,S ..... (or 10 DEFINT A-Z)&lt;br /&gt;
20 FIRST=111.11:SECOND=22.2&lt;br /&gt;
30 PRINT FIRST,SECOND:' prints out 111      22&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;DEFREAL ‹letter range›&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Sets the default for variable(s) with the specified first letter(s) to a floating point figure.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;DEFSTR ‹letter range›&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Sets the default for variable(s) with the specified first letter(s) to string(s) variables.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;DEG&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Switch to degrees mode for trigonometric functions (&amp;lt;tt&amp;gt;SIN&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;COS&amp;lt;/tt&amp;gt;...).&lt;br /&gt;
: ''See also:'' &amp;lt;tt&amp;gt;RAD&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;DELETE [first line][-[last line]]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Deletes the current program completely (without arguments) or only the given line or line range. Even&lt;br /&gt;
: &amp;lt;code&amp;gt;DELETE -&amp;lt;/code&amp;gt;&lt;br /&gt;
: is legal, it has the same effect as&lt;br /&gt;
: &amp;lt;code&amp;gt;DELETE&amp;lt;/code&amp;gt;&lt;br /&gt;
: The lines specified do not have to exist, all lines matching the range will be deleted and having no matches does not cause an error.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;DI&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Disables interrupts (but not[ESC]) until re-enabled by EI command or by RETURN at end of an interrupts service routine.&lt;br /&gt;
: This means that DI (if it's activated in a subroutine) is useful helping a low-priority-interrupt not to be stopped by a higher-priority-interrupt. RETURN then re-enable the interrupt without EI.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;DIM a[%|!|$](d1[,d2[,...]])&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Creates array &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; with single or multiple dimensions. You may optionally specify integer (&amp;lt;code&amp;gt;%&amp;lt;/code&amp;gt;), real (&amp;lt;code&amp;gt;!&amp;lt;/code&amp;gt;) or string (&amp;lt;code&amp;gt;$&amp;lt;/code&amp;gt;) type otherwise it defaults to the current type set for the first letter of the array name. &amp;lt;code&amp;gt;d1&amp;lt;/code&amp;gt; is size of first dimension-1, &amp;lt;code&amp;gt;d2&amp;lt;/code&amp;gt; is size of second dimension-1 and so on. &amp;lt;code&amp;gt;DIM x(10)&amp;lt;/code&amp;gt; will create an array with 11 elements, &amp;lt;code&amp;gt;x(0)&amp;lt;/code&amp;gt; is the first element, &amp;lt;code&amp;gt;x(10)&amp;lt;/code&amp;gt; is the eleventh and last. You can specify as many dimensions as will fit on one 255 character line, which is a maximum of 125. Trying to create an array that already exists will generate an &amp;lt;code&amp;gt;Array already dimensioned&amp;lt;/code&amp;gt; error. If an array is not specified by &amp;lt;code&amp;gt;DIM&amp;lt;/code&amp;gt; before being accessed, each dimension value defaults to 10. The maximum dimensions that can be created this way is three.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;DRAW x,y[,[i1][,i2]]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Draws a line from the current cursor position to position x,y. i1 specifies colour, i2 is the drawing style.&lt;br /&gt;
&lt;br /&gt;
: 4 drawing styles:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
i2 = 0 normal colour&lt;br /&gt;
i2 = 1 XOR colour&lt;br /&gt;
i2 = 2 AND colour&lt;br /&gt;
i2 = 3 OR colour&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
CLG 2&lt;br /&gt;
DRAW 500,400,0 :REM draws a line from 0,0 to 500,400&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;DRAWR xr,yr[,[i1][,i2]]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Draws a line from current graphics cursor position to current cursor x position + xr, current cursor y position + yr. i1 and i2 as DRAW.&lt;br /&gt;
:Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Move 200,200&lt;br /&gt;
DRAWR 100,100,0 - draws a line from 200,200 to 300,300&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;EDIT ‹line›&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Display 1 program line for editing. &lt;br /&gt;
&lt;br /&gt;
The following keys can be used in editing mode, or during typing in BASIC:&lt;br /&gt;
&lt;br /&gt;
 CTRL+TAB - toggle overwrite/insert mode&lt;br /&gt;
 CTRL+CURSOR LEFT or CTRL+CURSOR UP - go to start of line&lt;br /&gt;
 CTRL+CURSOR RIGHT or CTRL+CURSOR DOWN - go to end of line&lt;br /&gt;
 CURSOR LEFT - move left one character&lt;br /&gt;
 CURSOR RIGHT - move right one character&lt;br /&gt;
 ESC - quit editing and do not accept changes&lt;br /&gt;
 ENTER/RETURN - quit editing and accept changes&lt;br /&gt;
 SHIFT + CURSOR UP/DOWN/LEFT/RIGHT - enter copy mode. You can move the cursor to where you want to copy from. Hold SHIFT and cursors to move copy cursor. &lt;br /&gt;
 COPY - copy character covered by copy cursor.&lt;br /&gt;
 DEL - delete character and go back a char&lt;br /&gt;
 CLR - delete character under cursor&lt;br /&gt;
 CTRL + CAPS LOCK - toggle shift lock.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;EI&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Enable interrupts which have been disabled by DI&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;END&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Indicates end of program&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ENT ‹tone envelope number›[,‹tone env. section›][,‹tone env. section›][,‹tone env. section›][,‹tone env. section›][,‹tone env. section›]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
:The ENT command define the TONE shape of a sound which means manipulating the frequency in a certain range.&lt;br /&gt;
:The command could looks like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ENT NUMBER,STEPS?,VERTICAL?,HORIZONTAL?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:It is possible to define 15 different envelope shapes. So '''NUMBER''' could be 1-15.&lt;br /&gt;
&lt;br /&gt;
:Each '''?''' stands for up to five sections (1-5), where each STEP&amp;lt;&amp;gt;VERTICAL&amp;lt;&amp;gt;HORIZONTAL with the same '''?''' are belong together.&lt;br /&gt;
&lt;br /&gt;
:'''STEP:''' means how many steps in each section (0-127) &amp;gt; one step is 1/100 of a second!&lt;br /&gt;
:'''VERTICAL''': means how big is the step size from bottom to top (-128 to 127)&lt;br /&gt;
:'''HORIZONTAL''': means how big is the step size from left to right (0-255)&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ENV ‹volume envelope number›[,‹volume env. section›][,‹volume env. section›][,‹volume env. section›][,‹volume env. section›][,‹volume env. section›]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
:The ENV command define the VOLUME shape of a sound which means manipulating the loudness in a certain range.&lt;br /&gt;
:The command could looks like:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ENV NUMBER,STEPS?,VERTICAL?,HORIZONTAL?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:It is possible to define 15 different envelope shapes. So '''NUMBER''' could be 1-15.&lt;br /&gt;
&lt;br /&gt;
:Each '''?''' stands for up to five sections (1-5), where each STEP&amp;lt;&amp;gt;VERTICAL&amp;lt;&amp;gt;HORIZONTAL with the same '''?''' are belong together.&lt;br /&gt;
&lt;br /&gt;
:'''STEP:''' means how many steps in each section (0-127) &amp;gt; one step is 1/100 of a second!&lt;br /&gt;
:'''VERTICAL''': means how big is the step size from bottom to top (-128 to 127)&lt;br /&gt;
:'''HORIZONTAL''': means how big is the step size from left to right (0-255)&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ERASE v1[% | ! | $][,v2[% | ! | $][,...]]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Erases the specified array(s) and frees the memory used. Must specify existing array(s) or an &amp;lt;code&amp;gt;Improper argument&amp;lt;/code&amp;gt; error will be generated.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ERL&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Returns the line number of the last error encountered.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ERROR i&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Returns the error message whose error code number is i.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;EVERY i[,t] GOSUB ln&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: BASIC branches to the subroutine at line ln EVERY (reccuring) i/50 seconds. (see also &amp;quot;AFTER i[,t] GOSUB line&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
: There are 4 delay timers from 0 to 3 which can be specified with ‹timer number›. If omitted ‹timer number› defaults to 0.&lt;br /&gt;
: In the case of parallel task has 3 the highest and 0 the lowest priority.&lt;br /&gt;
: With DI or EI you can disable or enable the timing interrupt. With REMAIN &amp;lt;timer number&amp;gt; you can also disable an AFTER or EVERY construct and stores the &amp;quot;remaining&amp;quot; time (&amp;gt; REMAIN)&lt;br /&gt;
: Interrupts run as long as the main loop / program runs, even the main programm is paused &amp;gt; press ESC only '''once''' not twice for a break.&lt;br /&gt;
: It is important to know or realise that low-priority-interrupts which occurs simultanously to higher-priority-interrupts are not lost. Their task remains or handled again after finishing the higher-prio interrupt.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 REM &amp;gt; interrupts&lt;br /&gt;
20 EVERY 50,0 GOSUB 100: REM &amp;gt; lowest priority&lt;br /&gt;
30 EVERY 100,1 GOSUB 200&lt;br /&gt;
40 EVERY 200,2 GOSUB 300:&lt;br /&gt;
50 AFTER 1000,3 GOSUB 400: REM &amp;gt; highest priority&lt;br /&gt;
60 WHILE flag=0&lt;br /&gt;
70 a=a+1:print a&lt;br /&gt;
80 WEND&lt;br /&gt;
90 END&lt;br /&gt;
100 REM #0&lt;br /&gt;
110 PEN 2:PRINT &amp;quot;timer 0&amp;quot;:PEN 1&lt;br /&gt;
120 RETURN&lt;br /&gt;
200 REM #1&lt;br /&gt;
210 PEN 2:PRINT &amp;quot;timer 1&amp;quot;:PEN 1&lt;br /&gt;
220 RETURN&lt;br /&gt;
300 REM #2&lt;br /&gt;
310 PEN 2:PRINT &amp;quot;timer 2&amp;quot;:PEN 1&lt;br /&gt;
320 RETURN&lt;br /&gt;
400 REM #3&lt;br /&gt;
410 flag=1:PEN 2:PRINT &amp;quot;no more interrupts...&amp;quot;&lt;br /&gt;
420 RETURN&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Hint: Timing with interrupts is important, especially if more than one interrupts run. If the interval of a subroutine driven by an interrupt is too long than the processor can never get back to deal the main program again. Work out timing by measuring the subroutine or by trial and error.&lt;br /&gt;
: There are system internal interrupts (highest level) which cannot be influenced by BASIC interrupts (e.g. keyboard scan &amp;gt; BREAK key.)&lt;br /&gt;
: The next level of sytem internal interrupts CAN be influenced by BASIC interrupts. For example the sound queue which will be created by &amp;quot;ON SQ &amp;lt;chanel&amp;gt; GOSUB &amp;lt;line&amp;gt;&amp;quot;. Those sound interrupts have an independent time tricker but their priority is parallel to the second priority times of BASICs interrupts. Therefore interrupts with timer 3 could &amp;quot;interrupt&amp;quot; them.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;FILL i&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Fills an area of a graphics screen i colour i (0-15). Default value of i is the current graphics pen colour. Only available in Basic 1.1.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;FN&amp;lt;/code&amp;gt; ====&lt;br /&gt;
:BASIC allows the program to define and use simple value returning functions. DEF FuNction is the definition part of this mechanism and creates program-specific function which works within the&lt;br /&gt;
:program in the same way as a function such a COS operates as a built-in function of BASIC. It may be invoked throughout the program. Variable types must be consistent and the DEF FN&lt;br /&gt;
:command should be written in part of the program outside the execution loop.&lt;br /&gt;
&lt;br /&gt;
:Syntax : &amp;lt;code&amp;gt;DEF FN&amp;lt;name&amp;gt;[(&amp;lt;formal parameters&amp;gt;)]=&amp;lt;general expression&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Example: ''&amp;quot;with the definition of...&amp;quot;''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 gn=9.80665&lt;br /&gt;
20 DEF FNgrv=s0+v0*t+0.5*gn*t^2&lt;br /&gt;
30 s0=0:v0=0:t=5&lt;br /&gt;
40 PRINT &amp;quot;...after&amp;quot;;t;&amp;quot;seconds your dropped stone falls&amp;quot;;FNgrv;&amp;quot;metres&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:''&amp;quot;the results are...&amp;quot;''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
:...after 5 seconds your dropped stone falls 122.58315 metres&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;FOR TO STEP NEXT&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Creating a counting loop (control strucutre) with a starting condition. Inside the counting loop one or more commands will be executed.&lt;br /&gt;
: The loop consists of of following specifications:&lt;br /&gt;
&lt;br /&gt;
: 1. FOR&lt;br /&gt;
: 2. ''a control variable''&lt;br /&gt;
: 3. =&lt;br /&gt;
: 4. ''starting value''&lt;br /&gt;
: 5. TO&lt;br /&gt;
: 6. ''target value''&lt;br /&gt;
: 7. STEP [optional]&lt;br /&gt;
: 8. ''increment / step size''&lt;br /&gt;
: ''... instructions between''&lt;br /&gt;
: 9. NEXT&lt;br /&gt;
: 10. ''control variable'' [optional]&lt;br /&gt;
&lt;br /&gt;
: You have to use the command STEP if you wish to count backwards. It's good to name the ''control variable'' after NEXT for readability and better program style.&lt;br /&gt;
: After each loop the computer checks internaly if the ''target value'' has been reached (like an IF ... THEN ... ELSE instruction). If the target value is reached NEXT closes the loop and calculates another step, so the ''control variable'' will be changed last time.&lt;br /&gt;
: The default STEP value - if not specified - is one (1).&lt;br /&gt;
&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 FOR I=1 TO 10&lt;br /&gt;
20 PRINT I;&lt;br /&gt;
30 NEXT I&lt;br /&gt;
40 PRINT I&lt;br /&gt;
RUN&lt;br /&gt;
1   2   3   4   5   6   7   8   9   10   11&lt;br /&gt;
READY&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;FRAME&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Smooths character and graphics movement and reduces flicker (waits for a VSYNC signal). Only available in Basic 1.1. On a CPC 464 you can use CALL &amp;amp;BD19 instead.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;GOSUB i&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Jumps to subroutine which is given as argument.&lt;br /&gt;
: ''Example:''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 PRINT &amp;quot;Calling subroutine&amp;quot;&lt;br /&gt;
20 GOSUB 100&lt;br /&gt;
30 PRINT &amp;quot;Back from subroutine&amp;quot;&lt;br /&gt;
40 END&lt;br /&gt;
100 REM Begin of the subroutine&lt;br /&gt;
110 PRINT &amp;quot;Subroutine started&amp;quot;&lt;br /&gt;
120 RETURN&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;GOTO i&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Jumps to the line number which is given as argument.&lt;br /&gt;
: ''Example:''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 GOTO 100&lt;br /&gt;
20 REM not executed&lt;br /&gt;
30 REM not executed&lt;br /&gt;
100 PRINT &amp;quot;Hello World!&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: GOTO is the simplest form of a jump or creating a loop '''without''' condition controll.&lt;br /&gt;
: ''Example: (unconditional and endless loop)''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 PRINT &amp;quot;#&amp;quot;;&lt;br /&gt;
20 GOTO 10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: Combine the GOTO command with an IF...THEN...ELSE instruction for creating a condition-controlled loop with the '''test at the end'''. Helpful because the Locomotive Basic has no practical DO...WHILE... loop.&lt;br /&gt;
: ''Example: (condition at the end)''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 I=1&lt;br /&gt;
20 PRINT I&lt;br /&gt;
30 I=I+1&lt;br /&gt;
40 IF I&amp;lt;25 THEN GOTO 20&lt;br /&gt;
50 END&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;GRAPHICS&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ...works only in combination with the command &amp;lt;code&amp;gt;PEN&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;PAPER&amp;lt;/code&amp;gt; to set the plotting/drawing pen or background colour.&lt;br /&gt;
: If the &amp;lt;code&amp;gt;TAG&amp;lt;/code&amp;gt; command is used to set text at the graphics cursor &amp;lt;code&amp;gt;GRAPHICS PEN&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;GRAPHICS PAPER&amp;lt;/code&amp;gt; instead of the regular &amp;lt;code&amp;gt;PEN&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;PAPER&amp;lt;/code&amp;gt;is necessary to colour the text.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;IF THEN ELSE&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Asks for a choice with the '''IF...THEN...ELSE''' statement.&lt;br /&gt;
: '''IF''' compares the entry condition in a logical way&lt;br /&gt;
: '''THEN''' contains instruction if the comparison is true&lt;br /&gt;
: '''ELSE''' contains instruction if it's false.&lt;br /&gt;
: '''Example:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 INPUT &amp;quot;guess a figure:&amp;quot;,f&lt;br /&gt;
20 IF f=10 THEN PRINT &amp;quot;right&amp;quot;: END: ELSE GOTO 10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: In case of nested choices there's a possibility to that with an IF...THEN instruction but not very recommended:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 INPUT &amp;quot;guess a figure:&amp;quot;,f&lt;br /&gt;
20 IF f=10 THEN PRINT &amp;quot;right&amp;quot;: END: ELSE IF f&amp;lt;10 THEN PRINT &amp;quot;too small&amp;quot; ELSE PRINT &amp;quot;too big&amp;quot;&lt;br /&gt;
30 GOTO 10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:Other nested structures like IF...THEN...'''ELSE...ELSE''' won't work first because the Locomotive Basic only looks after the first ELSE instruction found and can't execute more single commands as a block for a certain condition in comparision to e.g. &amp;quot;PASCAL&amp;quot; &amp;gt; begin...end-block, &amp;quot;C&amp;quot; &amp;gt; {...}-block.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;INK ‹pen›,‹colour›,[‹second colour›]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Used to set the colour palette for each of the 16 available inks.&lt;br /&gt;
: pen specifies the pen slot to use.&lt;br /&gt;
: colour specifies the system colour to use (0..27.)&lt;br /&gt;
: if the second colour is provided, Locomotive Basic will blink between the colour and second colour.&lt;br /&gt;
: In MODE 0, all 16 pens are available. In MODE 1, only 4 pens are available (0..3). In MODE 2, only 2 pens are available (0..1.)&lt;br /&gt;
: By default, pen 0 is the background colour and pen 1 is the foreground/text colour.&lt;br /&gt;
: Examples:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 MODE 2&lt;br /&gt;
20 INK 0,3: REM Set background colour to red&lt;br /&gt;
30 INK 1,26: REM Set foreground/text colour to white&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;INPUT[#‹stream expression›][,]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;KEY&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;LET&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Used to define variables. You don't need to use the ''LET'' command because it is just a command which was added for compatibility reasons.&lt;br /&gt;
: ''Example:''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 LET a$ = &amp;quot;hello world&amp;quot;&lt;br /&gt;
20 PRINT a$&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;LINE INPUT [#‹stream expression›][,]‹variable›[,‹variable›] &amp;lt;/code&amp;gt;====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;LIST [‹line number›][-[‹line number›]], [#‹stream expression›]&amp;lt;/code&amp;gt;====&lt;br /&gt;
: A command for listing the Basic program code.&lt;br /&gt;
: Possibility for manipulating display is using line numbers with a minus symbol.&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
LIST 100-&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: List every line after line number 100.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
LIST -100&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: List every line until line number 100 has reached.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
LIST 100-200&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: List every line between line number 100 and 200 included&lt;br /&gt;
&lt;br /&gt;
: With the help of separate window definitions it is possible to print out long listings, better differentiate parts / slices of it into different window predefined&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
LIST 1000-1100,#1&lt;br /&gt;
LIST 3000-3100,#2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: ...prints out two parts of one program out into two windows (if they are defined well)&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;LOAD ‹file name›[,‹address›] &amp;lt;/code&amp;gt;====&lt;br /&gt;
&lt;br /&gt;
With this directive you may load any file in memory&lt;br /&gt;
&lt;br /&gt;
Basic files (extension .BAS) are loaded in Basic memory, you cannot choose loading address&lt;br /&gt;
&lt;br /&gt;
Binary files are loaded to the default address location stored in the AMSDOS header but you may force loading address (&amp;amp;C000 for a screen)&lt;br /&gt;
&lt;br /&gt;
TAPE convention:&lt;br /&gt;
&lt;br /&gt;
When loading tape files, the basic display a message every block which may cause trouble. Message output may be disabled by using prefix &amp;quot;!&amp;quot; before the filename.&lt;br /&gt;
&lt;br /&gt;
It's also possible to load the next file disregarding his name using only &amp;quot;!&amp;quot; =&amp;gt; &amp;lt;code&amp;gt;LOAD &amp;quot;!&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;LOCATE[#‹stream expression›][,] x,y&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Moves the text cursor to the x,y location. &lt;br /&gt;
&lt;br /&gt;
: x starts at 1 on the left and goes up to 20 (in mode 0), 40 (in mode 1) or 80 (in mode 2).&lt;br /&gt;
&lt;br /&gt;
: y starts at 1 at the top and ends at 25 at the bottom.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;MASK [i1][,i2]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Sets bits in each adjacent group of 8 pixel on (1) or off (0) according to binary value of i1 (0-255). i2 determines whether the first point of the line is to plotted (1) or not (0).&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 CLG 2:MASK 1:MOVE 0,0:DRAW 500,400&lt;br /&gt;
20 MASK 15:MOVE 0,0:DRAW 500,400&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;MEMORY ‹memory address›&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Allocates the amount of memory to be used by BASIC by setting the [[Locomotive_BASIC#HIMEM|address of the highest byte]] it may use.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;MERGE&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;MID$ (‹string›,‹start position›[,‹length of substring›])&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: With the MID$ command there are two applications possible:&lt;br /&gt;
&lt;br /&gt;
: 1. MID$ creates a new substring out of the give ‹string› and starts at the defined position ‹start position› and print the number of given characters by ‹length of substring›.&lt;br /&gt;
: If no length is defined every character from ‹start position› will be printed out.&lt;br /&gt;
: If a higher value of ‹start position› or ‹length of substring› than the real length of the initial string is defined a blank string will be printed.&lt;br /&gt;
: The range of ‹start position› or ‹length of substring› is from 0 up to 255 characters.&lt;br /&gt;
&lt;br /&gt;
: 2. With MID$ you're able to manipulates given strings by inserting a new string.&lt;br /&gt;
: Take care of the two different applications and using in BASIC.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: Example for the 1. application:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 a$=&amp;quot;Hello&amp;quot;&lt;br /&gt;
20 PRINT MID$(a$,2,2)&lt;br /&gt;
run&lt;br /&gt;
el&lt;br /&gt;
Ready&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:&lt;br /&gt;
: Example for the 2. application&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 a$=&amp;quot;Hello&amp;quot;&lt;br /&gt;
20 MID$(a$,2,3)=&amp;quot;ipp&amp;quot;&lt;br /&gt;
30 PRINT a$&lt;br /&gt;
run&lt;br /&gt;
Hippo&lt;br /&gt;
Ready&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;MODE&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Changes the screen mode: MODE 0 is 160×200 in 16 colours, MODE 1 is 320×200 4 colours, MODE 2 is 640×200 2 colours and MODE 3 is 160×200 in 4 colours.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;MOVE x,y [[,i1][,i2]]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Moves the graphic cursor to position x,y. The parameter i1 may be used to change the pen (drawing) colour. The parameter i2 specifies the logical colour, as in DRAW.&lt;br /&gt;
&lt;br /&gt;
: 4 drawing styles: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
i2 = 0 normal colour&lt;br /&gt;
i2 = 1 XOR colour&lt;br /&gt;
i2 = 2 AND colour&lt;br /&gt;
i2 = 3 OR colour&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;MOVER xr,yr[,[i1][,i2]]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: moves the graphic cursor (relative) from current position to current cursor x position + xr, current cursor y position + yr. i1 and i2 as in MOVE.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;NEW&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Clears BASIC RAM which means program and variables. Keeps symbol defintion (if defined) and screen mode without clearing.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ON BREAK CONT&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Prevents the interruption of program execution by the ESC key.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ON BREAK GOSUB ln&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Passes control to subroutine at line ln when ESC ESC pressed.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ON BREAK STOP&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Restores normal function of ESC key during program execution.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ON ERROR GOTO ln&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Passes the control to line ln if an error is detected in the program.&lt;br /&gt;
&lt;br /&gt;
: ON ERROR GOTO 0, Turns of the error trap, and restores normal error processing.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ON variable GOTO ln x1, x2, x3, x4, ...&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: In case of passing more choices '''ON variable GOTO ln x1, x2, x3, x4, ...''' points to a table with the jumping target.&lt;br /&gt;
: '''Example:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 PRINT &amp;quot;1. LOAD - 2. SAVE - 3. EXIT&amp;quot;&lt;br /&gt;
20 INPUT choice&lt;br /&gt;
30 ON choice GOTO 1000, 2000, 3000&lt;br /&gt;
40 CLS: GOTO 10&lt;br /&gt;
1000 PRINT &amp;quot;1. LOAD&amp;quot;:END&lt;br /&gt;
2000 PRINT &amp;quot;2. SAVE&amp;quot;:END&lt;br /&gt;
3000 END&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:In case that the variable ''choice'' won't fullfil the condition (in a range between line 0 and 65535) the next instruction will be executed (here: Line 40). If &amp;quot;choice&amp;quot; is smaller than 0 an error will occur.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ON variable GOSUB ln x1, x2, x3, x4, ...&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: In case of passing more choices targeting to SUBROUTINES '''ON variable GOSUB ln x1, x2, x3, x4, ...''' points to a jumping table.&lt;br /&gt;
: '''Example:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 PRINT &amp;quot;1. LOAD - 2. SAVE - 3. EXIT&amp;quot;&lt;br /&gt;
20 INPUT choice&lt;br /&gt;
30 ON choice GOSUB 1000, 2000, 3000&lt;br /&gt;
40 CLS: GOTO 10&lt;br /&gt;
1000 PRINT &amp;quot;1. LOAD&amp;quot;:RETURN&lt;br /&gt;
2000 PRINT &amp;quot;2. SAVE&amp;quot;:RETURN&lt;br /&gt;
3000 END&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:In case that the variable ''choice'' won't fullfil the condition (in a range between line 0 and 65535) the next instruction will be executed (here: Line 40). If &amp;quot;choice&amp;quot; is smaller than 0 an error will occur.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ON SQ(x) GOSUB ln x1, x2, x3, x4, ...&amp;lt;/code&amp;gt; ====&lt;br /&gt;
:ON SQ(x) can trigger an interrupt when e.g. a space or free channel in queue.&lt;br /&gt;
:Using that command is a one way interrupt trigger and shouldn't be mixed with &amp;lt;code&amp;gt;EVERY&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;AFTER&amp;lt;/code&amp;gt; commands.&lt;br /&gt;
&lt;br /&gt;
:See also the &amp;lt;code&amp;gt;SQ(x)&amp;lt;/code&amp;gt; command for more details.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;OPENIN ‹filename›&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Opens the specified data file for reading. It has to be an ASCII file. ( The command &amp;lt;code&amp;gt;CLOSEIN&amp;lt;/code&amp;gt; closes reading data file. )&lt;br /&gt;
: Read from the file using &amp;lt;code&amp;gt;INPUT #9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;OPENOUT ‹filename›&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Opens the specified data file for writing. It writes an ASCII file. (To close writing use the command closein.)&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ORIGIN x,y[,l,r,t,b]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: The command defines the origin ('world reference point') for the graphics coordinate system. Normally the reference origin is in the left, bottom corner of the default screen and has 0,0. So the most left coordinate value could be by default 639 and the most top value 399. Independent from the actual modus (2, 1 or 0) the range for the x coordinate are always 640 points and for the y coordinate 400 points. In theory you are able to address 256,000 pixel but only 128,000 are visible due to the maximal resolution of the hardware.&lt;br /&gt;
: &amp;lt;code&amp;gt;x,y&amp;lt;/code&amp;gt; are the the new coordinates for the 'world reference '.&lt;br /&gt;
: &amp;lt;code&amp;gt;l,r,t,b&amp;lt;/code&amp;gt; are optional and set the borders for the new graphical window (works in the same way like the &amp;lt;code&amp;gt;WINDOW&amp;lt;/code&amp;gt; command for a text window). l,r,t,b means left, right, tob and bottom coordinates.&lt;br /&gt;
: If a new graphical window (borders) is defined every point or drawn line won't be plotted (clipped internally).  &lt;br /&gt;
&lt;br /&gt;
: Example (the line drawn will be cutted):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ORIGIN 320,200,250,450,100,300&lt;br /&gt;
DRAW 0,200&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;OUT ‹address›,‹value›&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Outputs a value (range of 0-255) to a specific I/O address.&lt;br /&gt;
: Watch out http://cpcwiki.eu/index.php/I/O_Port_Summary&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;PAPER[#‹stream expression›][,]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;PEN[#‹stream expression›][,]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;PLOT&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;PLOTR&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;POKE add&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Alters contents of memory location add to value i (0-255)&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;PRINT[#‹stream expression›][,]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;RAD&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Switch to radians mode for trigonometric functions (&amp;lt;code&amp;gt;SIN&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;COS&amp;lt;/code&amp;gt;...).&lt;br /&gt;
&lt;br /&gt;
: ''See also:'' &amp;lt;code&amp;gt;DEG&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;RANDOMIZE [seed]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Resets the pseudo-random generator to the given seed (starting value of the 'random' series). What is strange is that if no seed is given, one is interactively prompted for.&lt;br /&gt;
&lt;br /&gt;
: A common idiom to have a ''random'' random seed is to do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RANDOMIZE TIME&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;RANDOMIZE TIME&amp;lt;/code&amp;gt; isn't still a 'real' random number but to hit the same series again is pretty hard due to the time elapsed.&lt;br /&gt;
: The algorithm used for randomizing is the following: the generator starts with the seed, adds 1, multiplies by 75 (fiddle factor), divides by 65537 and then uses the remainder -1.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;READ variable&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Gets the next data item (from &amp;lt;tt&amp;gt;DATA&amp;lt;/tt&amp;gt; commands), stores it in the given variable and moves to the next item.&lt;br /&gt;
The variable must be of the correct type.&lt;br /&gt;
&lt;br /&gt;
''See also:'' &amp;lt;tt&amp;gt;DATA&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;RESTORE&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;RELEASE chanel&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Releases a sound which was hold on (by a SOUND command) before. It uses the same bit matrix like the SOUND command for the first parameter&lt;br /&gt;
# (&amp;amp;x00000001) releases chanel A&lt;br /&gt;
# (&amp;amp;x00000010) releases chanel B&lt;br /&gt;
# (&amp;amp;x00000011) releases chanel A and B&lt;br /&gt;
# (&amp;amp;x00000100) releases chanel C&lt;br /&gt;
# (&amp;amp;x00000101) releases chanel A and C&lt;br /&gt;
# (&amp;amp;x00000110) releases chanel B and C&lt;br /&gt;
# (&amp;amp;x00000111) releases chanel A, B and C&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 SOUND 65,1000,100&lt;br /&gt;
20 PRINT&amp;quot;PRESS R TO LET IT SOUND&amp;quot;&lt;br /&gt;
30 IF INKEY(50)=-1 THEN 30&lt;br /&gt;
40 RELEASE 1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;REM [any text]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Introduces a comment.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;RENUM [‹newLine›][,‹oldLine› | ,[‹oldLine›],‹step›] &amp;lt;/code&amp;gt;====&lt;br /&gt;
: Renumbers the lines of the current program.&lt;br /&gt;
&lt;br /&gt;
: By default, the whole program is renumbered starting at line 10 with multiples of ten. Any parameter that is left out defaults to 10. It is important to note that ''jumps'' (&amp;lt;code&amp;gt;GOTO&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;GOSUB&amp;lt;/code&amp;gt; and the like) are automatically converted to the new line numbers.&lt;br /&gt;
&lt;br /&gt;
: The whole set of parameters can be used to renumber only the last part of a program.&lt;br /&gt;
&lt;br /&gt;
: Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 GOTO 20&lt;br /&gt;
20 GOTO 30&lt;br /&gt;
30 GOTO 10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: becomes, after calling &amp;lt;code&amp;gt;RENUM 100,20,5&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 GOTO 100&lt;br /&gt;
100 GOTO 105&lt;br /&gt;
105 GOTO 10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;RESTORE [line]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Resets the data pointer used by &amp;lt;tt&amp;gt;READ&amp;lt;/tt&amp;gt;. When used without parameters, resets the pointer to the first data in the program. Otherwise, resets the pointer to the given line number.&lt;br /&gt;
&lt;br /&gt;
: Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 DATA 10,11,12,13,14&lt;br /&gt;
20 DATA 20&lt;br /&gt;
READ i:PRINT i&lt;br /&gt;
 10&lt;br /&gt;
Ready&lt;br /&gt;
READ i:PRINT i&lt;br /&gt;
 11&lt;br /&gt;
Ready&lt;br /&gt;
RESTORE&lt;br /&gt;
Ready&lt;br /&gt;
READ i:PRINT i&lt;br /&gt;
 10&lt;br /&gt;
Ready&lt;br /&gt;
RESTORE 20&lt;br /&gt;
Ready&lt;br /&gt;
READ i:PRINT i&lt;br /&gt;
 20&lt;br /&gt;
Ready&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: ''See also:'' &amp;lt;tt&amp;gt;DATA&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;READ&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;RESUME [line] or NEXT&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Command causes the program to resume after an error code  and if it is interrupted by an '''ON ERROR GOTO''' jump&lt;br /&gt;
: So it can either resume&lt;br /&gt;
*(if there's no line number stated) at the same line after error code (and if there are more statements in one line)&lt;br /&gt;
or&lt;br /&gt;
* at the line number stated (optional)&lt;br /&gt;
or&lt;br /&gt;
* with the NEXT parameter (optional) ... at the line followed by the error line&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;RETURN&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Terminates a subroutine and returns control to the line following the GOSUB call (see GOSUB)&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;RUN [line] or &amp;quot;filename&amp;quot;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
:Runs the current program, optionally starting at a given line. If no line number is given, starts at the first line.&lt;br /&gt;
&lt;br /&gt;
:If a string is used after RUN command a programm will be loaded and executed from storage medium (e.g. Tape, Disc). With that command protected BASIC programs can be executed.&lt;br /&gt;
&lt;br /&gt;
:Exampel:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RUN&amp;quot;disc&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;SAVE &amp;quot;filename&amp;quot; [,filetype][,paramter1,parameter2,parameter3]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Command saves the current BASIC program / content from RAM onto a storage medium (e.g. Tape, Disc)&lt;br /&gt;
&lt;br /&gt;
: Filetype could be:&lt;br /&gt;
* ''',A''' for a ASCII file&lt;br /&gt;
* ''',B''' for a binary file (store RAM content as it is)&lt;br /&gt;
* ''',P''' for a regular, ''protected'' BASIC file&lt;br /&gt;
: without that parameter the content will be stored as a regular BASIC file&lt;br /&gt;
&lt;br /&gt;
:The three parameters after filetype could be used in combination with the binary filetype (,B).&lt;br /&gt;
* '''''parameter1''''' defines the starting address of memory range&lt;br /&gt;
* '''''parameter2''''' defines the length (range of memory)&lt;br /&gt;
* '''''parameter3''''' defines the entry point (optional)&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;SOUND&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: the SOUND command has following shape:&lt;br /&gt;
: SOUND '''C'''hannel,'''P'''eriod,'''D'''uration,'''V'''olume,Volume-'''Env'''elope,'''T'''one-'''En'''velope,'''N'''oise&lt;br /&gt;
&lt;br /&gt;
:'''C:''' Selecting channel is done bitwise (combinations are possible of course):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(Bit 0) &amp;amp;x00000001 = 1 = channel A (middle)&lt;br /&gt;
(Bit 1) &amp;amp;x00000010 = 2 = channel B (left)&lt;br /&gt;
(Bit 2) &amp;amp;x00000100 = 4 = channel C (right)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:more function about channel are&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
(Bit 3) &amp;amp;x00001000 = 8 = Rendezvous with channel A&lt;br /&gt;
(Bit 4) &amp;amp;x00010000 = 16 = Rendesvous with channel B&lt;br /&gt;
(Bit 5) &amp;amp;x00100000 = 32 = Rendesvous with channel C&lt;br /&gt;
(Bit 6) &amp;amp;x01000000 = 64 = Hold&lt;br /&gt;
(Bit 7) &amp;amp;x10000000 = 128 = Flush&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:'''P:''' the period number can be a figure between 0 and 4095 (2^12-1... 12 means that we have 12 tones (inclusive half-tones) in nine octaves on the CPC in sum and their distance between is the twelves square root of two), where 8 octaves are available. E.g. Octave 0 starts on middle C with number 478.&lt;br /&gt;
: To calculate the period you can use following formula: '''period=1,000,000/(16*frequency)''' or in short '''period=(62,500/frequency)'''&lt;br /&gt;
: (e.g. the note &amp;quot;A&amp;quot; with the frequency 440 Hz has the period 142 on the CPC)&lt;br /&gt;
&lt;br /&gt;
:'''D:''' the duration of the note is measured in 1/100th of a second and can be any positive number in the range 1-32,767. 0 and negative number are in combination with ENT and ENV commands usefull. A negative number means repititions.&lt;br /&gt;
&lt;br /&gt;
:'''V:''' the volume number range from 0-7 on a CPC 464 (BASIC 1.0) or 0-15 on a CPC664/6128 (BASIC 1.1)&lt;br /&gt;
&lt;br /&gt;
:'''ENV:''' and '''ENT:''' For shaping the sound ENV (Volume) and ENT (Frequency) commands are available. The relation between SOUND and those commands comes with a figure between 1 to 15 for ENV (5th parameter) and 1 to 15 for ENT (6th parameter).&lt;br /&gt;
&lt;br /&gt;
:'''N:''' the seventh parameter can be used for blending in noise between the range of 0-15 (BASIC 1.0) or 0-30 (BASIC 1.1). The higher the number the 'deeper' or 'dirty' is the noise.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;SPC &amp;lt;n&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: in conjunction with PRINT the SPC command prints out a certain number (n) of spaces.&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT &amp;quot;Hello&amp;quot;;SPC(10);&amp;quot;World&amp;quot;;&lt;br /&gt;
Hello          World&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;SPEED &amp;lt;n1,n2&amp;gt; &amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ...in conjunction with the INK command SPEED defines the frequency of colour changes if a colour change was defined. The duration is calculated by n1=... or n2 =duration/50 seconds.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;SQ (channel)&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Returns a bit significant integer showing state of the sound queue for specified channel where channel 1,2,3, = A, B, C&lt;br /&gt;
&lt;br /&gt;
:Bits 0,1 and 2     Number of free entries in the queue&lt;br /&gt;
:Bits 3,4 and 5     Redezvous state at head of the queue&lt;br /&gt;
:Bit 6              Head of the queue is held&lt;br /&gt;
:Bit 7              Channel is currently active&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;STOP&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Breaks program execution at line containing the STOP statement. The message '''BREAK in''' is output with the line number.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;SWAP&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: SWAP works only in combination with the window command. Every error or status messages from the operating system will be displayed normaly on WINDOW#0 (=''main'' window). WINDOW SWAP changes the ''main'' window to the desired target window.&lt;br /&gt;
: Example (if a window with number 4 was defined before...):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
WINDOW SWAP 0,4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;SYMBOL n,i1[,i2,i3,i4,i5,i6,i7,i8]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Redefines the appearance of the character at index n.&lt;br /&gt;
: Each of the following eight integers defines the contents of one pixel row, starting at the top of the character.&lt;br /&gt;
: Each character fits in an 8x8 pixel grid.&lt;br /&gt;
: Missing lines are considered as empty.&lt;br /&gt;
&lt;br /&gt;
: Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
SYMBOL 255,255,129,129,129,129,129,129,255&lt;br /&gt;
PRINT CHR$(255)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: Defines character 255 to look like an empty square and prints it.&lt;br /&gt;
&lt;br /&gt;
: Initially, only characters with indices ranging from 240 to 255 can be redefined.&lt;br /&gt;
: See also &amp;lt;tt&amp;gt;SYMBOL AFTER&amp;lt;/tt&amp;gt; to allow redefinition of arbitrary characters.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;SYMBOL AFTER n&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Allows the redefinition of character symbols from index n included. &lt;br /&gt;
&lt;br /&gt;
: Symbol redefinitions are made using the SYMBOL command above.&lt;br /&gt;
: Initially, only symbols from index 240 to 255 can be redefined. This initial situation can be restored with &amp;lt;tt&amp;gt;SYMBOL AFTER 240&amp;lt;/tt&amp;gt;. Symbol previously redefined are restored to their original appearance.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;TAB&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;TAG [#st]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Allows text to print at graphics cursor position.&lt;br /&gt;
: see TAGOFF&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;TAGOFF [#st]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Directs text to stream st printing it at previous text cursor position.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;TROFF&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Turns off the program flow trace (see TRON)&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;TRON&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Turns on the program flow trace for debugging. Causes the line number of each statement executed to be displayed.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;USING&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: The USING assignement defines the format of the PRINT output. Its appointment happens by characters where each has a certain meaning.&lt;br /&gt;
&lt;br /&gt;
'''Numbers / Figures'''&lt;br /&gt;
: the character: &lt;br /&gt;
:'''#''' stands for a figure between 0 - 9&lt;br /&gt;
:'''.''' stands for a decimal point&lt;br /&gt;
:'''+''' generates a positive sign if the value is positive&lt;br /&gt;
:'''-''' generates a negative sign if the value is nagative&lt;br /&gt;
:'''**''' generates a asterix for each empty &amp;quot;location&amp;quot; before the printed character&lt;br /&gt;
:'''$$''' generates a Dollar characters before the printed character (the same with the pound note)&lt;br /&gt;
:''',''' generates a comma every each three decimals (thousands per figure) and has to be set before the decimal point or at the end if without a decimal point.&lt;br /&gt;
:^ generates a scientific notation (with exponents) and a the end of the format appointment&lt;br /&gt;
&lt;br /&gt;
'''Strings'''&lt;br /&gt;
: the character:&lt;br /&gt;
:'''!''' prints out only the first character&lt;br /&gt;
:'''\xxx\''' prints out only with x-numbers defined length of the string (from left to right). x means a blank sign made with the space bar&lt;br /&gt;
:'''&amp;amp;''' the whole string is printed out as given (unknown function)&lt;br /&gt;
&lt;br /&gt;
: a print output (numbers) with &amp;quot;%&amp;quot; in the beginning shows that not enough positions has to be declared (at all or before the decimal point).&lt;br /&gt;
&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 figure=123456789&lt;br /&gt;
20 word$=&amp;quot;Hello&amp;quot;&lt;br /&gt;
30 print using &amp;quot;+**,##########&amp;quot;;figure&lt;br /&gt;
40 print using &amp;quot;\   \&amp;quot;;word$&lt;br /&gt;
&lt;br /&gt;
creates following output:&lt;br /&gt;
&lt;br /&gt;
*****+12,345,679&lt;br /&gt;
Hel&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;WAIT add, i1[,i2]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Waits until the I/O port at add returns a value (0-255). The value returned is XORed with i2 and the ANDed with i1. This is repeated until a non-zero result occurs.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;WHILE WEND&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;WIDTH&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;WINDOW[#‹stream expression›],[L],[R],[T],[B]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: It is possible to define in BASIC eight (8) independent windows for text output. Overlapping is possible.&lt;br /&gt;
&lt;br /&gt;
: #STREAM: eight window are possible. No. zero (0) is the main window where error or status messages were put out by default.&lt;br /&gt;
: each position is included inside the window&lt;br /&gt;
: L = left column / R = right column (dependent of the mode 0 = 20 / 1 = 40 / 2 = 80)&lt;br /&gt;
: T = top row / B = bottom row (always from 1 to 25)&lt;br /&gt;
&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
MODE 1&lt;br /&gt;
WINDOW#1,1,40,1,6&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: ...defines the first top quarter of the screen for window No. 1&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;WRITE [#st,] v[$], v[$]&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Writes the values of the specified variable to the specified stream.&lt;br /&gt;
&lt;br /&gt;
: Example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 OPENOUT &amp;quot;DUMMY&amp;quot;&lt;br /&gt;
20 INPUT A$,A&lt;br /&gt;
30 WRITE #9,A$,A&lt;br /&gt;
40 CLOSEOUT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;ZONE i&amp;lt;/code&amp;gt; ====&lt;br /&gt;
&lt;br /&gt;
: Changes the width of the print zone. Default is 13.&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 MODE 2&lt;br /&gt;
20 PRINT&amp;quot;normal zone (13)&amp;quot;&lt;br /&gt;
30 PRINT 1,2,3,4&lt;br /&gt;
RUN&lt;br /&gt;
normal zone(13)&lt;br /&gt;
1           2            3            4&lt;br /&gt;
READY&lt;br /&gt;
20 PRINT&amp;quot;now with different zone(5)&amp;quot;&lt;br /&gt;
30 ZONE 5&lt;br /&gt;
40 PRINT 1,2,3,4&lt;br /&gt;
RUN&lt;br /&gt;
now with different zone(5)&lt;br /&gt;
1     2     3     4&lt;br /&gt;
READY&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Operators ===&lt;br /&gt;
: A logical status in Locomotive Basic will be represented by a &amp;quot;-1&amp;quot; for TRUE and by a &amp;quot;0&amp;quot; for FALSE.&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT (1=1)&lt;br /&gt;
-1&lt;br /&gt;
PRINT (1=2)&lt;br /&gt;
0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;AND&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Possible combinations with the AND Function:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NPUT1	INPUT2	OUTPUT&lt;br /&gt;
======================&lt;br /&gt;
TRUE	TRUE	TRUE&lt;br /&gt;
FALSE	FALSE	FALSE&lt;br /&gt;
TRUE	FALSE	FALSE&lt;br /&gt;
FALSE	TRUE	FALSE&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT 128 AND 64&lt;br /&gt;
0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: looking at the BIT combination for a better understanding:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
	10000000&lt;br /&gt;
AND	01000000&lt;br /&gt;
================&lt;br /&gt;
=	00000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: even in BASIC it is possible to manipulate single BITs although there are no special commands but AND, OR and XOR.&lt;br /&gt;
: first an example for a loop with an increasing counter WITHOUT an AND:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 counter=0&lt;br /&gt;
20 counter=counter+1&lt;br /&gt;
30 IF counter=32 THEN counter=0&lt;br /&gt;
40 GOTO 20&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: then a shorter example WITH and AND:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 counter=0&lt;br /&gt;
20 counter=(counter+1) AND 31&lt;br /&gt;
30 GOTO 20&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: in the second example all more significant BITs will be deleted (a common method in assembler programming)&lt;br /&gt;
: Beware: it only works here with BIT/number conditions one figure smaller than 1, 3, 7, 15, 31, 63 and 127&lt;br /&gt;
==== &amp;lt;code&amp;gt;MOD&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: [...]&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;NOT&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: '''NOT''' executes a bit for bit '''negation''' of the current value. The output is a 16-Bit-Word.&lt;br /&gt;
:&lt;br /&gt;
:'''Example:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 value1=1&lt;br /&gt;
20 value2=NOT value1&lt;br /&gt;
30 PRINT value2&lt;br /&gt;
run&lt;br /&gt;
-2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:for a better understanding...&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 value1=1&lt;br /&gt;
20 PRINT HEX$(value1):PRINT BIN$(value1,8)&lt;br /&gt;
30 value2=NOT value1&lt;br /&gt;
40 PRINT HEX$(value2):PRINT BIN$(value2,8)&lt;br /&gt;
run&lt;br /&gt;
1&lt;br /&gt;
00000001&lt;br /&gt;
FFFE&lt;br /&gt;
1111111111111110&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;OR&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Possible combinations with the OR Function:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NPUT1	INPUT2	OUTPUT&lt;br /&gt;
======================&lt;br /&gt;
TRUE	TRUE	TRUE&lt;br /&gt;
FALSE	TRUE	TRUE&lt;br /&gt;
TRUE	FALSE	TRUE&lt;br /&gt;
FALSE	FALSE	FALSE&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;XOR&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: Possible combinations with the XOR Function:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NPUT1	INPUT2	OUTPUT&lt;br /&gt;
======================&lt;br /&gt;
TRUE	TRUE	FALSE&lt;br /&gt;
FALSE	TRUE	TRUE&lt;br /&gt;
TRUE	FALSE	TRUE&lt;br /&gt;
FALSE	FALSE	FALSE&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Functions ===&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;ABS (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the ABSolute value of the given numeric expression (n). This means that negative numbers are returned as positive.&lt;br /&gt;
: '''Associated keywords''': SGN&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT ABS(-67.98)&lt;br /&gt;
 67.98&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;ASC (&amp;lt;string expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1'' &lt;br /&gt;
: '''FUNCTION''': Returns the numeric value of the first character in the &amp;lt;string expression&amp;gt; (s).&lt;br /&gt;
: '''Associated keywords''': CHR$&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT ASC(&amp;quot;x&amp;quot;)&lt;br /&gt;
 120&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;ATN (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Calculates the Arc-TaNgent of the &amp;lt;numeric expression&amp;gt; (n) to a real number ranging from -PI/2 to +PI/2 of the value specified.&lt;br /&gt;
: Note that DEG and RAD can be used to force the result of the below calculation to degrees or radians respectively.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': COS, DEG, RAD, SIN, TAN&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT ATN(1)&lt;br /&gt;
0.785398163&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;BIN$ (&amp;lt;unsigned integer expression&amp;gt;,[&amp;lt;integer expression&amp;gt;])&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Produces a string of BINary digits respresenting the value of the &amp;lt;unsigned integer expression&amp;gt;, using the number of binary digits instruced by the second &amp;lt;integer expression&amp;gt; (in the range of 0 to 16). If the number of digits instructed is too great, the resulting expression will be filled with leading zeros; if the number of digits instructed is too small, the resulting expression will NOT be shortened to the instructed number of digits, but will produced in as many digits as are required.&lt;br /&gt;
: The &amp;lt;unsigned integer expression&amp;gt; to be converted into binary form must yield a value in the range -32768 to 65535.&lt;br /&gt;
: '''Associated keywords''': DEC$, HEX$, STR$&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT BIN$(66,8)&lt;br /&gt;
01000000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;CHR$ (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Converts an &amp;lt;integer expression&amp;gt; in the range 0 to 255, to its CHaRacter $tring equivalent, using the AMSTRAD character set shown in the ASCII table or e.g. in the manual part 3.&lt;br /&gt;
: Note that 0 to 31 are control characters; hence the below example prints CHR$(x) in the range 32 to 255&lt;br /&gt;
: '''Associated keywords''': ASC, LEFT$, RIGHT$, MID$, STR$&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 FOR X=32 to 255&lt;br /&gt;
20 PRINT X;CHR$(X);&lt;br /&gt;
30 NEXT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: A further example, try the following basic program :&lt;br /&gt;
&amp;lt;pre&amp;gt;10 print chr$(208+rnd(2));:goto 10&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: It will draw a random maze with characters 208 and 209, which are an horizontal and a vertical bar.&lt;br /&gt;
&lt;br /&gt;
: Control Codes Table:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
===============================================================================&lt;br /&gt;
|  VALUE    | NAME   | PARAMETERS   | EFFECT                                  |&lt;br /&gt;
===============================================================================&lt;br /&gt;
| DEC | HEX |        |              |                                         |&lt;br /&gt;
===============================================================================&lt;br /&gt;
| 0   | &amp;amp;00 | NUL    | NONE         | DOES NOTHING                            |&lt;br /&gt;
| 1   | &amp;amp;01 | SOH    | 0-255        | PRINTS CHARACTER TO SCREEN              |&lt;br /&gt;
| 2   | &amp;amp;02 | STX    | NONE         | TURNS TEXT CURSOR OFF                   |&lt;br /&gt;
| 3   | &amp;amp;03 | ETX    | NONE         | TURNS TEXT CURSOR ON IN IMMEDIATE       |&lt;br /&gt;
|     |     |        |              | MODE                                    |&lt;br /&gt;
| 4   | &amp;amp;04 | EOT    | 0-2          | SET SCREEN MODE                         |&lt;br /&gt;
| 5   | &amp;amp;05 | ENQ    | 0-255        | PRINT CHARACTER AT GRAPHICS CURS.       |&lt;br /&gt;
| 6   | &amp;amp;06 | ACK    | NONE         | TURNS ON TEXT SCREEN (SEE ALSO CHR$(21))|&lt;br /&gt;
| 7   | &amp;amp;07 | BEL    | NONE         | MAKE A SHORT BEEP                       |&lt;br /&gt;
| 8   | &amp;amp;08 | BS     | NONE         | MOVES TEXT CURSOR BACK ONE CHARACTER    |&lt;br /&gt;
| 9   | &amp;amp;09 | TAB    | NONE         | MOVES TEXT CURSOR FORWARD ONE CHARACTER |&lt;br /&gt;
| 10  | &amp;amp;0A | LF     | NONE         | MOVES TEXT CURSOR DOWN ONE CHARACTER    |&lt;br /&gt;
| 11  | &amp;amp;0B | VT     | NONE         | MOVES TEXT CURSOR UP ONE CHARACTER      |&lt;br /&gt;
| 12  | &amp;amp;0C | FF     | NONE         | CLEARS SCREEN OR WINDOWS (= CLS)        |&lt;br /&gt;
| 13  | &amp;amp;0D | CR     | NONE         | MOVES CURSOR TO LEFT EDGE OF WINDOW ON  |&lt;br /&gt;
|     |     |        |              | CURRENT LINE                            |&lt;br /&gt;
| 14  | &amp;amp;0E | SO     | 0-15         | SETS PAPER COLOUR                       |&lt;br /&gt;
| 15  | &amp;amp;0F | SI     | 0-15         | SETS PEN COLOUR                         |&lt;br /&gt;
| 16  | &amp;amp;10 | DLE    | NONE         | DELETES CHARACTER UNDER TEXT CURSOR     |&lt;br /&gt;
| 17  | &amp;amp;11 | DC1    | NONE         | CLEARS LINE FROM LEFT OF WINDOW UP TO   |&lt;br /&gt;
|     |     |        |              | AND INCLUDING CURRENT CHARACTER         |&lt;br /&gt;
| 18  | &amp;amp;12 | DC2    | NONE         | CLEARS FROM CURRENT CHARACTER TO RIGHT  |&lt;br /&gt;
|     |     |        |              | EDGE OF THE WINDOW                      |&lt;br /&gt;
| 19  | &amp;amp;13 | DC3    | NONE         | CLEARS FROM START OF WINDOW UP TO AND   |&lt;br /&gt;
|     |     |        |              | INCLUDING CURRENT CHARACTER             |&lt;br /&gt;
| 20  | &amp;amp;14 | DC4    | NONE         | CLEARS FROM CURRENT CHARACTER TO END OF |&lt;br /&gt;
|     |     |        |              | WINDOW                                  |&lt;br /&gt;
| 21  | &amp;amp;15 | NAK    | NONE         | TURNS OFF TEXT SCREEN (SEE ALSO CHR$(6))|&lt;br /&gt;
| 22  | &amp;amp;16 | SYN    | 0 AND 1      | TURNS TRANSPARENT OPTION OFF AND ON     |&lt;br /&gt;
| 23  | &amp;amp;17 | ETB    | 0-3          | SET GRPAHICS PLOTTING MODE              |&lt;br /&gt;
| 24  | &amp;amp;18 | CAN    | NONE         | CHANGE TO INVERSE CHARACTER DISPLAYING  |&lt;br /&gt;
| 25  | &amp;amp;19 | EM     | NINE PARAM.  | DEFINES A CHARACTER (= SAME AS SYMBOL)  |&lt;br /&gt;
|     |     |        | EACH 0-255   |                                         |&lt;br /&gt;
| 26  | &amp;amp;1A | SUB    | FOUR PARAM.  | DEFINES A TEXT WINDOW (=SAME AS WINDOW) |&lt;br /&gt;
|     |     |        | 1-80, 1-80   | FROM LEFT, RIGHT, TOP TO BOTTOM         |&lt;br /&gt;
|     |     |        | 1-25, 1-25   | FROM LEFT, RIGHT, TOP TO BOTTOM         |&lt;br /&gt;
| 27  | &amp;amp;1B | ESC    | NONE         | DOES NOTHING ON SCREEN (PRINTER SIGNAL) |&lt;br /&gt;
| 28  | &amp;amp;1C | FS     | THREE PARAM. | SETS INK COLOUR TO FLASH BETWEEN TWO    |&lt;br /&gt;
|     |     |        | 0-15, 0-32   | INK NO, COLOUR 1, COLOUR 2              |&lt;br /&gt;
|     |     |        | 0-32         |                                         |&lt;br /&gt;
| 29  | &amp;amp;1D | GS     | TWO PARAM.   | SETS BORDER COLOUR TO FLASH BETWEEN TWO |&lt;br /&gt;
|     |     |        | 0-31, 0-31   | COLOURS                                 |&lt;br /&gt;
| 30  | &amp;amp;1E | RS     | NONE         | HOMES CURSOR TO TOP LEFT OF SCREEN      |&lt;br /&gt;
| 31  | &amp;amp;1F | US     | TWO PARAM.   | MOVES CURSOR TO CELL SPECIFIED BY TWO   |&lt;br /&gt;
|     |     |        | 1-80, 1-25   | PARAMETERS (=SAME AS LOCATE)            |&lt;br /&gt;
===============================================================================&lt;br /&gt;
&amp;lt;/PRE&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;CINT (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the value of the &amp;lt;numeric expression&amp;gt; (n), Converting it to a rounded INTeger in the range -32768 to 32767.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': CREAL, FIX, INT, ROUND, UNT&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 n=1.9999&lt;br /&gt;
20 PRINT CINT(n)&lt;br /&gt;
run&lt;br /&gt;
 2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;COPYCHR$ (#stream)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: : ''BASIC 1.1''&lt;br /&gt;
: '''FUNCTION''': COPies a CHaRacter from the current position in the stream (which MUST be specified). The below program copies a character from location 1,1 (top left), and reproduces it at location 1,20.&lt;br /&gt;
: If the character read is not recognized, a null string is returned.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': LOCATE&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 CLS&lt;br /&gt;
20 PRINT &amp;quot;top corner&amp;quot;&lt;br /&gt;
30 LOCATE 1,1&lt;br /&gt;
40 a$=COPYCHR$(#0)&lt;br /&gt;
50 LOCATE 1,20&lt;br /&gt;
60 PRINT a$&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;COS (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Calculates the COSinus of the &amp;lt;numeric expression&amp;gt; (n).&lt;br /&gt;
: Note that DEG and RAD can be used to force the result of the below calculation to degrees or radians respectively.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': ATN, DEG, RAD, SIN&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DEG&lt;br /&gt;
PRINT COS(45)&lt;br /&gt;
 0.707106781&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;CREAL (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the value of the &amp;lt;numeric expression&amp;gt; (n), Converting it to REAL.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': CINT&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 a=PI&lt;br /&gt;
20 PRINT CINT(a)&lt;br /&gt;
30 PRINT CREAL(a)&lt;br /&gt;
run&lt;br /&gt;
 3&lt;br /&gt;
 3.14159265&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;DEC$(&amp;lt;numeric expression&amp;gt;, &amp;lt;format template&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.1''&lt;br /&gt;
: '''FUNCTIION''': Returns a DECimal string representation of the &amp;lt;numeric expression&amp;gt; (n), using the specified &amp;lt;format template&amp;gt; to control the print format of the resulting string.&lt;br /&gt;
: The format template may contain ONLY the characters:&lt;br /&gt;
&lt;br /&gt;
: + - $ £ * # , . ^&lt;br /&gt;
&lt;br /&gt;
: The use of these 'format field specifiers' is described under the keyword PRINT USING.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keyword''': BIN$, HEX$, PRINT USING, STR$&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT DEC$(10^7,&amp;quot;££########,.##&amp;quot;)&lt;br /&gt;
 £10,000,000.00&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;DERR&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.1''&lt;br /&gt;
: '''FUNCTION''': Reports the last error code returned by the disc filing system. The value of DERR may be used to ascertain the particular Disc ERRor that occurred. See the listing of error messages below.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': ERL, ERR, ERROR, ON ERROR GOTO, RESUME&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
LOAD &amp;quot;xyz.abc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
XYZ .ABC not found&lt;br /&gt;
Ready&lt;br /&gt;
PRINT DERR&lt;br /&gt;
 146&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''Table of Disc ERRor codes''':&lt;br /&gt;
: If AMSDOS has already reported an error, then bit 7 is set, hence the value of DERR is offset by 128.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
===============================================================================&lt;br /&gt;
| VALUE | DERR value     | DESCRIPTION                                        |&lt;br /&gt;
===============================================================================&lt;br /&gt;
|   0   | 0 or 22        | [ESC] has been pressed                             |&lt;br /&gt;
|  14   | 142 (128+14)   | The stream is not in a suitable state.             |&lt;br /&gt;
|  15   | 143 (128+15)   | Hard end of file has been reached.                 |&lt;br /&gt;
|  16   | 144 (128+16)   | Bad command, usually an incorrect filename.        |&lt;br /&gt;
|  17   | 145 (128+17)   | File already exists.                               |&lt;br /&gt;
|  18   | 146 (128+18)   | File does not exists.                              |&lt;br /&gt;
|  19   | 147 (128+19)   | Direcotry is full.                                 |&lt;br /&gt;
|  20   | 148 (128+20)   | Disc is full.                                      |&lt;br /&gt;
|  21   | 149 (128+21)   | Disc changed while file were open.                 |&lt;br /&gt;
|  22   | 150 (128+22)   | File is Read/Only.                                 |&lt;br /&gt;
|  26   | 154 (128+26)   | Soft end of file has been detected.                |&lt;br /&gt;
|       |                |                                                    |&lt;br /&gt;
===============================================================================&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: Other values returned by DERR originate from the disc controller and are bit significant, always with bit 6 set.&lt;br /&gt;
: The significance of each bit is as follows:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
===============================================================================&lt;br /&gt;
| BIT   | Significance                                                        |&lt;br /&gt;
===============================================================================&lt;br /&gt;
|  0    | Address mark missing.                                               |&lt;br /&gt;
|  1    | Not writable - disc is write protected.                             |&lt;br /&gt;
|  2    | No data - can't find the sector.                                    |&lt;br /&gt;
|  3    | Drive not ready - no disc in the drive.                             |&lt;br /&gt;
|  4    | Overrun error.                                                      |&lt;br /&gt;
|  5    | Data error - CRC error.                                             |&lt;br /&gt;
|  6    | Always set to 1 to indicate error from disc controller.             |&lt;br /&gt;
|  7    | Set to 1 if error has already been reported by AMSDOS.              |&lt;br /&gt;
===============================================================================&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;EOF&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.1''&lt;br /&gt;
: '''FUNCTION''': Checks to see if end of specified file has been reached during input. Returns 0 (false) until the end of file, then -1 (true).&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': OPENIN, CLOSEIN&lt;br /&gt;
&lt;br /&gt;
: This '''example''' reads a file from disc and print it out on screen. Like the &amp;quot;TYPE&amp;quot; command in CP/M or &amp;quot;|TYPE,file&amp;quot; of the UTOPIA-ROM.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 OPENIN &amp;quot;text.txt&amp;quot;&lt;br /&gt;
20 WHILE NOT EOF&lt;br /&gt;
30 LINE INPUT#9,a$&lt;br /&gt;
40 PRINT a$&lt;br /&gt;
50 WEND&lt;br /&gt;
60 CLOSEIN&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;ERR&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Reports the number of the last ERRor encountered. See the table below of error messages. In the example below you will see that ERRor number 8 is a 'Line does not exist' error.&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GOTO 500&lt;br /&gt;
Line does not exist&lt;br /&gt;
Ready&lt;br /&gt;
PRINT ERR&lt;br /&gt;
 8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: NOTE: BASIC 1.0 (officially) describes error codes until 30 (without an attached floppy disc controller). 31 &amp;amp; 32 are floppy disc error codes.&lt;br /&gt;
: '''Table of ERRor codes''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
========================================================================================&lt;br /&gt;
| VALUE | NAME                    | DESCRIPTION                                        |&lt;br /&gt;
========================================================================================&lt;br /&gt;
|   1   |Unexpected NEXT          |A NEXT command has been encountered while not in a  |&lt;br /&gt;
|       |                         |FOR loop, or the control variable in the NEXT       |&lt;br /&gt;
|       |                         |command does not match that in the FOR.             |&lt;br /&gt;
|   2   |Syntax Error             |BASIC cannot understand the given line because      |&lt;br /&gt;
|       |                         |a construct within it is not legal.                 |&lt;br /&gt;
|   3   |Unexpected RETURN        |A RETURN command has been encountered when not in a |&lt;br /&gt;
|       |                         |subroutine.                                         |&lt;br /&gt;
|   4   |DATA exhausted           |A READ command has attempted to read beyond the end |&lt;br /&gt;
|       |                         |of the last DATA.                                   |&lt;br /&gt;
|   5   |Improper Argument        |This is a general purpose error. The value of a     |&lt;br /&gt;
|       |                         |function's argument, or a command parameter is      |&lt;br /&gt;
|       |                         |invalid in some way.                                |&lt;br /&gt;
|   6   |Overflow                 |The result of an arithmetic operation has over-     |&lt;br /&gt;
|       |                         |flowed. This may be a floating point overflow, in   |&lt;br /&gt;
|       |                         |which case some operation has yielded a value       |&lt;br /&gt;
|       |                         |greater than 1.7E^38 (approx.). Alternatively, this |&lt;br /&gt;
|       |                         |may be the result of a failed attempt to change a   |&lt;br /&gt;
|       |                         |floating point number to a 16 bit signed integer.   |&lt;br /&gt;
|   7   |Memory full              |The current program or its variables may be simply  |&lt;br /&gt;
|       |                         |too big, or the control structure is too deeply     |&lt;br /&gt;
|       |                         |nested (nested GOUSBs, WHILEs or FORs).             |&lt;br /&gt;
|       |                         |A MEMORY command will give this error if an attempt |&lt;br /&gt;
|       |                         |is made to set the top of BASIC's memory too low, or|&lt;br /&gt;
|       |                         |to an impossible high value. Note that an open file |&lt;br /&gt;
|       |                         |has a buffer allocated to it, and that may restrict |&lt;br /&gt;
|       |                         |the values that MEMORY may use.                     |&lt;br /&gt;
|   8   |Line does not exist      |The line referenced cannot be found.                |&lt;br /&gt;
|   9   |Subcript out of range    |One of the subscripts in an array reference is too  |&lt;br /&gt;
|       |                         |big or too small.                                   |&lt;br /&gt;
|  10   |Array already dimensioned|One of the arrays in a DIM statement has already    |&lt;br /&gt;
|       |                         |been declared.                                      |&lt;br /&gt;
|  11   |Division by zero         |May occur in real division, integer division,       |&lt;br /&gt;
|       |                         |integer modulus or exponentiation.                  |&lt;br /&gt;
|  12   |Invalid direct command   |The last command attempted is not valid in direct   |&lt;br /&gt;
|       |                         |mode.                                               |&lt;br /&gt;
|  13   |Type mismatch            |A numeric value has been presented where a string   |&lt;br /&gt;
|       |                         |value is required or vice versa, or an invalidly    |&lt;br /&gt;
|       |                         |formed number has been found in READ or INPUT.      |&lt;br /&gt;
|  14   |String space full        |So many strings have been created that there is no  |&lt;br /&gt;
|       |                         |further room available, even after 'garbage         |&lt;br /&gt;
|       |                         |collection'.                                        |&lt;br /&gt;
|  15   |String too long          |Strings exceeds 255 characters in length. May be    |&lt;br /&gt;
|       |                         |generated by appending strings together.            |&lt;br /&gt;
|  16   |String expression too    |String expressions may generate a number of         |&lt;br /&gt;
|       |complex                  |intermediate string values. When the number of these|&lt;br /&gt;
|       |                         |values exceeds a reasonable limit, this error       |&lt;br /&gt;
|       |                         |results.                                            |&lt;br /&gt;
|  17   |Cannot CONTinue          |For one reason or another the current program       |&lt;br /&gt;
|       |                         |be restarted using CONT. Note that CONT is intended |&lt;br /&gt;
|       |                         |for restarting after a STOP command, [ESC][ESC],    |&lt;br /&gt;
|       |                         |or an error, and that any alteration of the         |&lt;br /&gt;
|       |                         |program in the meantime makes a restart impossible. |&lt;br /&gt;
|  18   |Unknown user function    |No DEF FN has been executed for the FN just         |&lt;br /&gt;
|       |                         |invoked.                                            |&lt;br /&gt;
|  19   |RESUME missing           |The end of the program has been encountered while   |&lt;br /&gt;
|       |                         |in error processing mode (i.e. in an ON ERROR GOTO  |&lt;br /&gt;
|       |                         |routine).                                           |&lt;br /&gt;
|  20   |Unexpected RESUME        |RESUME is only valid while in error processing mode |&lt;br /&gt;
|       |                         |(i.e. in an ON ERROR GOTO routine).                 |&lt;br /&gt;
|  21   |Direct command found     |When loading a file, a line without a line number   |&lt;br /&gt;
|       |                         |has been found.                                     |&lt;br /&gt;
|  22   |Operand missing          |BASIC has encountered an incomplete expression.     |&lt;br /&gt;
|  23   |Line too long            |A line when converted to BASIC internal-form becomes|&lt;br /&gt;
|       |                         |too big.                                            |&lt;br /&gt;
|  24   |EOF met                  |An attempt has been made to read past end of the    |&lt;br /&gt;
|       |                         |file input stream.                                  |&lt;br /&gt;
|  25   |File type error          |The file being read is not of a suitable type.      |&lt;br /&gt;
|       |                         |OPENIN is only prepared to open ASCII text files.   |&lt;br /&gt;
|       |                         |Similarly, LOAD, RUN, etc, are only prepared to     |&lt;br /&gt;
|       |                         |deal with file types produces by SAVE.              |&lt;br /&gt;
|  26   |NEXT missing             |Cannot find a NEXT to match a FOR command. A line   |&lt;br /&gt;
|       |                         |number accompanying this message indicates the FOR  |&lt;br /&gt;
|       |                         |command to which this error applies.                |&lt;br /&gt;
|  27   |File already open        |An OPENIN or OPENOUT command has been executed      |&lt;br /&gt;
|       |                         |before the previously opened file has been closed.  |&lt;br /&gt;
|  28   |Unknown command          |BASIC cannot find a taker for an external command,  |&lt;br /&gt;
|       |                         |i.e. a command preceded by a bar |.                 |&lt;br /&gt;
|  29   |WEND missing             |Cannot find a WEND to match a WHILE command.        |&lt;br /&gt;
|  30   |Unexpected WEND          |Encountered a WEND when not in a WHILE loop, or a   |&lt;br /&gt;
|       |                         |WEND that does not match the current WHILE loop.    |&lt;br /&gt;
|  31   |File not open            |(see 'Disc ERRors above).                           |&lt;br /&gt;
|       |                         |If access attempted when no file was open.          |&lt;br /&gt;
|  32   |Broken in                |(see 'Disc ERRors above).                           |&lt;br /&gt;
|       |                         |If access attempted when no file was open.          |&lt;br /&gt;
|       |                         |                                                    |&lt;br /&gt;
|       |                         |If value 31 or 32 are stated, DERR could be         |&lt;br /&gt;
|       |                         |interrogate to give more detailed information.      |&lt;br /&gt;
|       |                         |(see example below.)                                |&lt;br /&gt;
========================================================================================&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''Example for ERR 31 / 32''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 ON ERROR GOTO 1000&lt;br /&gt;
20 OPENOUT &amp;quot;myfile.asc&amp;quot;&lt;br /&gt;
30 WRITE #9,&amp;quot;test-data&amp;quot;&lt;br /&gt;
40 CLOSEOUT&lt;br /&gt;
50 END&lt;br /&gt;
1000 amsdoserr=(DERR AND &amp;amp;7F):REM mask off bit 7&lt;br /&gt;
1010 IF ERR&amp;lt;31 THEN END&lt;br /&gt;
1020 IF ERR=31 THEN PRINT &amp;quot;are you sure you've typed line 20 correctly?&amp;quot;:END&lt;br /&gt;
1030 IF amsdoserr=20 THEN PRINT &amp;quot;disc is full, suggest you use a new data disc&amp;quot;:END&lt;br /&gt;
1040 IF amsdoserr=&amp;amp;X01001000 THEN PRINT &amp;quot;put a disc in the drive, then press a key&amp;quot;:WHILE INKEY$=&amp;quot;&amp;quot;:WEND:RESUME&lt;br /&gt;
1050 END&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;EXP (&amp;lt;integer expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Calculates 'E' to the power given in the &amp;lt;numeric expression&amp;gt; (i), where 'E' is approximately 2,7182818-the number whose natural logarithm is 1.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': LOG&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT EXP(6.876)&lt;br /&gt;
 968.743625&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;FIX (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Unlike CINT, FIX merely removes the part of the numeric expression, to the right of the decimal point, and leaves an integer result, rounding towards zero.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': CINT, INT, ROUND&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT FIX(9.99999)&lt;br /&gt;
 9&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;FRE (&amp;lt;numeric expression&amp;gt;/&amp;lt;string expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Establishes how much FREe memory remains unused by BASIC. The form FRE(&amp;quot;&amp;quot;) forces a 'GARBAGE COLLECTION' before returning a value for available space.&lt;br /&gt;
: NOTE: BASIC uses only the first 64K of the memory.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': HIMEM, MEMORY&lt;br /&gt;
&lt;br /&gt;
: '''Examples''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT FRE(0) or PRINT FRE(&amp;quot;hello&amp;quot;)&lt;br /&gt;
PRINT FRE(&amp;quot;&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;HEX$ (&amp;lt;unsigned integer expression&amp;gt;, &amp;lt;field width&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Produces a $tring of HEXadecimal digits representing the value of the &amp;lt;unsigned integer expression&amp;gt;, using the number of hexadecimal digits instructed by the &amp;lt;field width&amp;gt; (in the range 0 to 16). If the number of digits instructed is too great, the resulting expression will be filled with leading zeros; if the number of digits instructed is too small, the resulting expression will NOT be shortened to the instructed number of digits, but will be produced in as many digits as are required.&lt;br /&gt;
: The &amp;lt;unsigned integer expression&amp;gt; to be converted into hexadecimal form must yield a value in the range -32768 to 65535.&lt;br /&gt;
&lt;br /&gt;
: '''Accociated keywords''': BIN$, DEC$, STR$, UNT&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT HEX$(255,4)&lt;br /&gt;
00FF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;HIMEM&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the address of the Highest byte of Memory use by BASIC, (which may altered by e.g. the MEMROY command).&lt;br /&gt;
: Before resetting the highest byte of available memory using the MEMORY command, it is advisable to issue the 'command mm=HIMEM'. You will thereafter be able to return to the previous memory capacity by issuing the command: 'MEMORY mm'&lt;br /&gt;
: NOTE: BASIC uses only the first 64K of memory.&lt;br /&gt;
&lt;br /&gt;
: Associated keywords: FRE, MEMORY, SYMBOL, SYMBOL AFTER.&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
...on a CPC464&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT HIMEM&lt;br /&gt;
43903&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
...on a CPC6128&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT HIMEM&lt;br /&gt;
42619&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;INKEY (&amp;lt;integer expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': INterrogates the KEYboard to report which keys are being pressed. The keyboard is scanned every 0.02 (1/50) second.&lt;br /&gt;
: The function is useful for spotting whether a certain key is down or up, by detecting the returned value of -1 (which occurs regardless of [SHIFT] and [CONTROL] key status).&lt;br /&gt;
: The example below detects when [SHIFT] and V (key number 55) are pressed together, then ends the program. Refer the manual for the key numbers.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': CLEAR INPUT, INKEY$, JOY&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 IF INKEY(55)&amp;lt;&amp;gt;32 THEN 10&lt;br /&gt;
20 PRINT &amp;quot;You've pressed [SHIFT] and V&amp;quot;&lt;br /&gt;
30 CLEAR INPUT&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: The state of [SHIFT] and [CONTROL] in conjunction with the key specified in the &amp;lt;integer expression&amp;gt; is identified as follows:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
==============================================================================&lt;br /&gt;
|Value returned          |[SHIFT]        |[CTRL]       |Specified key        |&lt;br /&gt;
==============================================================================&lt;br /&gt;
|-1                      |ignored        |ignored      |up                   |&lt;br /&gt;
|0                       |up             |up           |down                 |&lt;br /&gt;
|32                      |down           |up           |down                 |&lt;br /&gt;
|128                     |up             |down         |down                 |&lt;br /&gt;
|160                     |down           |down         |down                 |&lt;br /&gt;
==============================================================================&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;INKEY$&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': INterrogates the KEYboard, returning the current $tring reflecting any key that is pressed. It provides operator interaction without hitting [ENTER] after every answer. If there is a key pressed, then the function responds. If no key is pressed, INKEY$ returns an empty string.&lt;br /&gt;
: In the example below, lines 40 and 70 tell the program to loop back to line 30 after interrogating the keyboard string.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': CLEAR INPUT, INKEY&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 CLS&lt;br /&gt;
20 PRINT &amp;quot;Select Yes or No (Y/N)?&amp;quot;&lt;br /&gt;
30 a$=INKEY$&lt;br /&gt;
40 IF a$=&amp;quot;&amp;quot; THEN 30&lt;br /&gt;
50 IF a$=&amp;quot;y&amp;quot; OR a$=&amp;quot;Y&amp;quot; THEN 80&lt;br /&gt;
60 IF a$=&amp;quot;N&amp;quot; OR a$=&amp;quot;n&amp;quot; THEN 90&lt;br /&gt;
70 GOTO 30&lt;br /&gt;
80 PRINT &amp;quot;You have selected YES&amp;quot;: END&lt;br /&gt;
90 PRINT &amp;quot;You have selected NO&amp;quot;:&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;INP (‹port number›)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the INPut value from the I/O address specified in the &amp;lt;port number&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': OUT, WAIT&lt;br /&gt;
&lt;br /&gt;
: Watch out http://cpcwiki.eu/index.php/I/O_Port_Summary&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT INP(&amp;amp;FF00)&lt;br /&gt;
255&lt;br /&gt;
Ready&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;INSTR ([‹startposition›,]‹searched string›, ‹searched for string›)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt;  ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Searches the first &amp;lt;searched string&amp;gt; expression to find the first occurance of the &amp;lt;searched for string expression&amp;lt;, and reports the position of its occurance within the &amp;lt;searched string&amp;gt;. If the &amp;lt;searched for string&amp;gt; does not occur within the &amp;lt;searched string&amp;gt;, then 0 is reported.&lt;br /&gt;
: The position at which to start searching the &amp;lt;searched string&amp;gt; is optionally specifiable using the &amp;lt;start position&amp;gt; parameter which must yield an integer number in the range 1 to 255.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': none&lt;br /&gt;
&lt;br /&gt;
: '''1. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
a$=&amp;quot;ABCD&amp;quot;:PRINT INSTR(a$,&amp;quot;C&amp;quot;) &lt;br /&gt;
3&lt;br /&gt;
Ready&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''2. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
a$=&amp;quot;Hello&amp;quot;:IF INSTR(a$,&amp;quot;i&amp;quot;)&amp;lt;&amp;gt;0 THEN PRINT &amp;quot;no&amp;quot; else a$&lt;br /&gt;
no&lt;br /&gt;
Ready&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''3. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 CLS&lt;br /&gt;
20 alphabet$=&amp;quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&amp;quot;&lt;br /&gt;
30 INPUT &amp;quot;Enter a letter&amp;quot;;a$&lt;br /&gt;
40 b$=UPPER$(a$)&lt;br /&gt;
50 PRINT b$;&amp;quot; is number&amp;quot;;&lt;br /&gt;
60 PRINT INSTR(alphabet$,b$);&lt;br /&gt;
70 PRINT &amp;quot;in the alphabet.&amp;quot;:PRINT&lt;br /&gt;
80 GOTO 40&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;INT (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Rounds the number to the nearest smaller INTeger, removing any fractional part. Returns then same value as FIX for positive number, but returns one less than FIX for negative numbers which are not already integers.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keyword''': CINT, FIX, ROUND&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT INT(3.99), INT(-3.99) &lt;br /&gt;
3       -4&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;JOY (&amp;lt;integer expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': The JOY function reads a bit significant result from the joystick in the &amp;lt;integer expression&amp;gt; (either 0 or 1).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
================================&lt;br /&gt;
|Bit       |  Value decimal    |&lt;br /&gt;
================================&lt;br /&gt;
|0(up)     |         1         |&lt;br /&gt;
|1(down)   |         2         |&lt;br /&gt;
|2(left)   |         4         |&lt;br /&gt;
|3(right)  |         8         |&lt;br /&gt;
|4(fire 2) |        16         |&lt;br /&gt;
|5(fire 1) |        32         |&lt;br /&gt;
================================&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;LEFT$ (&amp;lt;string expression&amp;gt;, &amp;lt;required length&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the number of characters (in the range 0 to 255) specified in the &amp;lt;required length&amp;gt; parameter (&amp;lt;integer expression&amp;gt;), after extracting them from the LEFT of the &amp;lt;string expression&amp;gt;. If the &amp;lt;string expression&amp;gt; is shorter than the &amp;lt;required length&amp;gt;, the whole &amp;lt;string expression&amp;gt; is returned.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': MID$, RIGHT$&lt;br /&gt;
&lt;br /&gt;
: '''1. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
A$=&amp;quot;ABCDEFG&amp;quot;:PRINT LEFT$(A$,3) - prints ABC&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''2. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 CLS&lt;br /&gt;
20 a$=&amp;quot;AMSTRAD&amp;quot;&lt;br /&gt;
30 FOR n=1 to 7&lt;br /&gt;
40 PRINT LEFT$(a$,n)&lt;br /&gt;
50 NEXT&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;LEN (&amp;lt;string expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the total number of characters (i.e. the LENgth) of the &amp;lt;string expression&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': none&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 LINE INPUT &amp;quot;Enter a phrase&amp;quot;;a$&lt;br /&gt;
20 PRINT &amp;quot;The phrase is&amp;quot;;&lt;br /&gt;
30 PRINT LEN(a$);&amp;quot;characters long.&amp;quot;&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;LOG (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Calculates the natural LOGarithm (base of ''e'') of &amp;lt;numeric expression&amp;gt; which mustbe greater than zero.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': EXP, LOG10&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT LOG(9999)&lt;br /&gt;
 9.21024037&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;LOG10 (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the logarithm to base 10 of &amp;lt;numeric expression&amp;gt; which must be greater than zero.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': EXP, LOG&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT LOG10(9999)&lt;br /&gt;
 3.99995657&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;LOWER$ (&amp;lt;string expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns a new string expression which is a copy of the specified &amp;lt;string expression&amp;gt; but in which all alphabetic characters in the range A to Z are converted to lower case. Useful for processing input where the answers may come in mixed upper/lower case.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': UPPER$&lt;br /&gt;
&lt;br /&gt;
: '''1. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
A$=&amp;quot;AMSTRAD&amp;quot;:PRINT A$=&amp;quot;AMSTRAD&amp;quot;:PRINT LOWER$(A$)&lt;br /&gt;
Amstrad&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''2. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 a$=&amp;quot;SEE HOW THE LETTERS CHANGE TO ... NUMBERS 1234 NOT...&amp;quot;&lt;br /&gt;
20 PRINT LOWER$(a$+&amp;quot;LOWER CASE&amp;quot;)&lt;br /&gt;
 see how the letters change to ... numbers 1234 not... LOWER CASE&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;MAX (&amp;lt;list of: numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the MAXimum value from the &amp;lt;list of: numeric expression&amp;gt;s.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': MIN&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 n=66&lt;br /&gt;
20 PRINT MAX(1,n,3,6,4,3)&lt;br /&gt;
run&lt;br /&gt;
 66&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;MIN (&amp;lt;list of: numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the MINimum value from the &amp;lt;list of: numeric expression&amp;gt;s.&lt;br /&gt;
: '''Associated keywords''': MAX&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT MIN (3,6,2.999.8,9,)&lt;br /&gt;
 2.999&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;PEEK (&amp;lt;address expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Reports the contents of the Z80 memory location specified in the &amp;lt;address expression&amp;gt; which should be in the range &amp;amp;0000 to &amp;amp;FFFF (0 to 65535). In all cases PEEK will return the value at the RAM address specified (not the ROM), and will be in the range &amp;amp;00 to &amp;amp;FF (0 to 255)&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': POKE&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 MODE 1: ZONE 7&lt;br /&gt;
20 WINDOW 1,40,1,2:WINDOW #1,1,40,3,25&lt;br /&gt;
30 PRINT &amp;quot;memory-address&amp;quot;&lt;br /&gt;
40 LOCATE 20,1:PRINT &amp;quot;memory-contents&amp;quot;&lt;br /&gt;
50 FOR n=1 to 65535&lt;br /&gt;
60 p=PEEK(n)&lt;br /&gt;
70 PRINT #1,n,&amp;quot;(&amp;amp;&amp;quot;;HEX$(n);&amp;quot;)&amp;quot;;&lt;br /&gt;
80 PRINT #1,TAB(20);p,&amp;quot;(&amp;amp;&amp;quot;;HEX$(p);&amp;quot;)&amp;quot;&lt;br /&gt;
90 NEXT&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;PI&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': The value of the ratio between the circumference and the diameter of a circle.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': DEG, RAD&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT PI&lt;br /&gt;
 3.14159265&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;POS (#&amp;lt;stream expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Reports the current horizontal POSition of the text cursor relative to the left edge of the text window. The &amp;lt;stream expression&amp;gt; MUST be specified, and does NOT default to #0.&lt;br /&gt;
: POS(#8) reports the current horizontal carriage position for the printer, where 1 is the extreme left hand edge.&lt;br /&gt;
: POS(#9) reports the logical position in the disc file stream, i.e. the number of printing characters sent to the stream since the last carriage return.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': VPOS, WINDOW&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 MODE 1: BORDER 0:LOCATE 8,2&lt;br /&gt;
20 PRINT &amp;quot;use cursor left/right keys&amp;quot;&lt;br /&gt;
30 WINDOW 1,40,12,12:CURSOR 1,1&lt;br /&gt;
40 FOR n=1 TO 19:PRINT CHR$(9);:NEXT&lt;br /&gt;
50 IF INKEY(1)&amp;lt;&amp;gt;-1 THEN PRINT CHR$(9);&lt;br /&gt;
60 IF INKEY(8)&amp;lt;&amp;gt;-1 THEN PRINT CHR$(8);&lt;br /&gt;
70 LOCATE #1,2,24&lt;br /&gt;
80 PRINT #1,&amp;quot;text cursor &amp;quot;;&lt;br /&gt;
90 PRINT #1,&amp;quot;horizontal position = &amp;quot;;&lt;br /&gt;
100 PRINT #1,POS(#0):GOTO 50&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;REMAIN (&amp;lt;integer expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns count REMAINing count from the delay timer specified in &amp;lt;integer expression&amp;gt; (= timer number in the range 0 to 3), and disable it. If the delay timer was not enabled zero will be returned.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': AFTER, DI, EI, EVERY&lt;br /&gt;
&lt;br /&gt;
: For the reason that REMAIN is no normal command but a &amp;quot;function&amp;quot; it is necessary in case of a proper functionality to link the command.&lt;br /&gt;
: an '''example''' in combination with an interrupt delay timer 1:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT REMAIN(1)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: or to stop several/all interrupts at the same time...&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
A=REMAIN(0)=REMAIN(1)=REMAIN(2)=REMAIN(3)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: Hint: Take care of interrupts due to parallel working (the same cycle time) or if they are stopped with the BREAK key. Interrupts which were disabled for a certain time will be stored in buffer (for a maximum of 128 entries) and made up their task afterwards in the priorisation as declared.&lt;br /&gt;
: further '''example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 AFTER 500,1 GOSUB 40&lt;br /&gt;
20 AFTER 100,2 GOSUB 50&lt;br /&gt;
30 PRINT &amp;quot;program running&amp;quot;:GOTO 30&lt;br /&gt;
40 REM this GOUSB-Routine will not be called as it is disabled in line 80&lt;br /&gt;
50 PRINT:PRINT &amp;quot;Timer 1 will now be &amp;quot;;&lt;br /&gt;
60 PRINT &amp;quot;disabled by REMAIN.&amp;quot;&lt;br /&gt;
70 PRINT &amp;quot;Time-units remaining were:&amp;quot;;&lt;br /&gt;
80 PRINT REMAIN(1)&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;RIGHT$ (&amp;lt;string expression&amp;gt;, &amp;lt;integer expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the number of characters (in the range 0 to 255) specified in the &amp;lt;integer expression&amp;gt; (=required length) parameter, after extracting them from the RIGHT of the &amp;lt;string expression&amp;gt;. If the &amp;lt;string expression&amp;gt; is shorter than the &amp;lt;integer expression&amp;gt;, the whole &amp;lt;string expression&amp;gt; is returned.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': LEFT$, MID$&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 MODE 1:a$=&amp;quot;AMSTRAD computer&amp;quot;&lt;br /&gt;
20 FOR n=1 TO 16:LOCATE 41-n,n&lt;br /&gt;
30 PRINT RIGHT$(a$,n)&lt;br /&gt;
40 NEXT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;RND [(&amp;lt;numeric expression&amp;gt;)]&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the next RaNDom number in sequence if the &amp;lt;numeric expression&amp;gt; has a positive value or is not specified. &lt;br /&gt;
: If the &amp;lt;numeric expression&amp;gt; yields a value of zero, RND returns a copy of the last random number generated.&lt;br /&gt;
: If the &amp;lt;numeric expression&amp;gt; yields a negative value, a new random number sequence is started, the first number of which is returned.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': RANDOMIZE&lt;br /&gt;
&lt;br /&gt;
: '''1. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT RND(0)&lt;br /&gt;
 0.536703827&lt;br /&gt;
Ready&lt;br /&gt;
PRINT RND(1)&lt;br /&gt;
 0.271940658&lt;br /&gt;
Ready&lt;br /&gt;
PRINT RND(0)&lt;br /&gt;
 0.271940658&lt;br /&gt;
Ready&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''2. Example''':&lt;br /&gt;
: Example for generating an integer random number between 1 and 1000&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 A=INT((RND(1)*1000)+1)&lt;br /&gt;
20 PRINT A&lt;br /&gt;
30 GOTO 10&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''3. Example''': &lt;br /&gt;
: For generating a random number between a lower and higher border&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 INPUT &amp;quot;Low border&amp;quot;,low&lt;br /&gt;
20 INPUT &amp;quot;High border&amp;quot;,high&lt;br /&gt;
30 A=INT(RND(1)*(high-low))+low&lt;br /&gt;
40 PRINT A&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''4. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 RANDOMIZE&lt;br /&gt;
20 FOR x=1 TO -1 STEP -1&lt;br /&gt;
30 PRINT &amp;quot;rnd parameter=&amp;quot;;x&lt;br /&gt;
40 FOR n=1 TO 6&lt;br /&gt;
50 PRINT RND(x)&lt;br /&gt;
60 NEXT n,x&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;ROUND (&amp;lt;numeric expression&amp;gt;[,&amp;lt;integer expression&amp;gt;])&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Rounds &amp;lt;numeric expression&amp;gt; to a number of decimal places or to the power of ten specified by &amp;lt;integer expression&amp;gt;. If &amp;lt;integer expression&amp;gt; less than zero, the &amp;lt;numeric expression&amp;gt; is rounded to give an absolute integer with &amp;lt;integer expression&amp;gt; number of zeros before the decimal point.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': ABS, CINT, FIX, INT&lt;br /&gt;
: '''1. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT ROUND(1562.357,2),ROUND(1562.375,-2)&lt;br /&gt;
 1562.36     1600&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''2. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 FOR n=4 TO -4 STEP -1&lt;br /&gt;
20 PRINT ROUND (1234.5678,n)&lt;br /&gt;
30 PRINT &amp;quot;with integer expression&amp;quot;;n&lt;br /&gt;
40 NEXT&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;SGN (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: FUNCTION: Determines the SiGN of the &amp;lt;numeric expression&amp;gt;. Returns -1 if &amp;lt;numeric expression&amp;gt; is less than 0, returns 0 if &amp;lt;numeric expression&amp;gt; = 0, and returns 1 if &amp;lt;numeric expression&amp;gt; is greater than zero.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': ABS&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 FOR n=255 to -200 STEP -20&lt;br /&gt;
20 PRINT &amp;quot;SGN returns&amp;quot;;&lt;br /&gt;
30 PRINT SGN(n);&amp;quot;for a value of&amp;quot;;n&lt;br /&gt;
40 NEXT n&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;SIN (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Calculates the Real value for the Sine of &amp;lt;numeric expression&amp;gt;, defaulting to the Radian (RAD) measure mode unless otherwise declared by a DEG command.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': ATN, COS, DEG, RAD, TAN&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 CLS:DEG:ORIGIN 0,20&lt;br /&gt;
20 FOR n=0 to 720&lt;br /&gt;
30 y=SIN(n)&lt;br /&gt;
40 PLOT n*640/720,198*y:NEXT&lt;br /&gt;
50 GOTO 50&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;SPACE$(&amp;lt;integer expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Creates a string of spaces of the given length, (in the range 0 to 255) specified in the &amp;lt;integer expression&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': SPC, STRING$, TAB&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 MODE 1&lt;br /&gt;
20 PRINT &amp;quot;Put 9 spaces between me&amp;quot;;&lt;br /&gt;
30 PRINT SPACE$(9);&lt;br /&gt;
40 PRINT &amp;quot;and you!&amp;quot;&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;SQ (&amp;lt;channel&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Reports the state of the Sound Queue for the specified &amp;lt;channel&amp;gt; which must be an integer expression, yielding one the values:&lt;br /&gt;
: 1: for channel A&lt;br /&gt;
: 2: for channel B&lt;br /&gt;
: 4: for channel C&lt;br /&gt;
: The SQ function returns a bit significant integer, comprising the following bit settings:&lt;br /&gt;
: Bit 0,1 and 2: the number of free entries in the queue&lt;br /&gt;
: Bit 3,4 and 5: the rendezvous state at the head of this queue&lt;br /&gt;
: Bit 6        : the head of the queue is held&lt;br /&gt;
: Bit 7        : the channel is currently active&lt;br /&gt;
: ... where Bit 0 is the least significant bit, and Bit 7 is the most significant bit.&lt;br /&gt;
: It can be seen, that if Bit 6 is set, Bit 7 cannot be set at the same time, and vice versa. Similarly if Bits 3, 4, or 5 are set, Bit 6 and 7 cannot be set.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': ON SQ GOSUB, SOUND&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 SOUND 65,100,100&lt;br /&gt;
20 PRINT SQ(1)&lt;br /&gt;
run&lt;br /&gt;
 67&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;SQR (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the SQuare Root of the specified &amp;lt;numeric expression&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': none&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT SQR(9)&lt;br /&gt;
 3&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;STR$ (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Converts the &amp;lt;numeric expression&amp;gt; to a decimal STRing representation.&lt;br /&gt;
: Useful for converting a number to a string in case of string manipulation. E.g. after converting a figure to a string then the most left character holds the sign: a minus in case the figure is negative and a space in case the figure is positiv.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': BIN$, DEC$, HEX$, VAL&lt;br /&gt;
&lt;br /&gt;
: '''1. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 FIGURE=-1599&lt;br /&gt;
20 FIGURE$=STR$(FIGURE)&lt;br /&gt;
30 PRINT FIGURE$&lt;br /&gt;
-1599&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''2. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 FIGURE=1769&lt;br /&gt;
20 FIGURE$=STR$(FIGURE)&lt;br /&gt;
30 PRINT FIGURE$&lt;br /&gt;
 1769&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''NOTE''': (there's a blank on the left-hand of the number &amp;quot;1769&amp;quot;)&lt;br /&gt;
: If you want to add e.g. zero before the figure in case of a high score with fix digit-number then you're able to add zero(s) in front of a string instead of a figure.&lt;br /&gt;
&lt;br /&gt;
: '''3. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 a=&amp;amp;FF:REM 255 hex&lt;br /&gt;
20 b=&amp;amp;x1111:REM 15 binary&lt;br /&gt;
30 c$=&amp;quot;***&amp;quot;&lt;br /&gt;
40 PRINT c$+SR$(a+b)+c$&lt;br /&gt;
run&lt;br /&gt;
*** 270***&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;STRING$ (&amp;lt;length&amp;gt;,&amp;lt;character specifier&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns a string expression consisting of the &amp;lt;character specifier&amp;gt; repeated the number of time (in the range 0 to 255) specified in the &amp;lt;length&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': SPACE$&lt;br /&gt;
&lt;br /&gt;
: '''1. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT STRING$(40,&amp;quot;*&amp;quot;)&lt;br /&gt;
****************************************&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''2. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT STRING(40,42)&lt;br /&gt;
****************************************&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''NOTE''': the &amp;lt;character specifier&amp;gt; 42 refers to the ASCII value of the character '*' and is also equivalent to PRINT STRING$(40,CHR$(42))&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;TAN (&amp;lt;numeric expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Calculates the TANgent of the &amp;lt;numeric expression&amp;gt;, which must be in the range -200,000 to +200,000.&lt;br /&gt;
: '''NOTE''': DEG and RAD can be used to force the result of the calculation to degrees or radians respectively.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': ATN, COS, DEG, RAD, SIN&lt;br /&gt;
&lt;br /&gt;
: '''Example''': &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT TAN(45)&lt;br /&gt;
 1.61977519&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;TEST (&amp;lt;x co-ordinate&amp;gt;,&amp;lt;y co-ordinate&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Moves the graphics cursor to the absolute position specified by the &amp;lt;x&amp;gt; and &amp;lt;y co-ordinate&amp;gt;s, and reports the value of the ink at the new location.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': MOVE, MOVER, TESTR, XPOS, YPOS&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 CLS&lt;br /&gt;
20 PRINT &amp;quot;Your are using pen number&amp;quot;;&lt;br /&gt;
30 PRINT TEST(10,386)&lt;br /&gt;
40 PRINT &amp;quot;Try changing PENs and MODEs&amp;quot;;&lt;br /&gt;
50 PRINT &amp;quot;....then RUN again.&amp;quot;&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;TESTR (&amp;lt;x offset&amp;gt;,&amp;lt;y offset&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Moves the graphics cursor by the amount specified in the &amp;lt;x&amp;gt; and &amp;lt;y offset&amp;gt;s relative to its current position, and reports the value of the ink at the new location.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': MOVE, MOVER, TEST, XPOS, YPOS&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 MODE 0:FOR x=1 TO 15:LOCATE 1,x&lt;br /&gt;
20 PEN x:PRINT STRING$(10,143);:NEXT&lt;br /&gt;
30 MOVE 200,400:PEN 1&lt;br /&gt;
40 FOR n=1 TO 23:LOCATE 12,n&lt;br /&gt;
50 PRINT &amp;quot;pen&amp;quot;;TESTR(0,-16):NEXT&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;TIME&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Reports the elapsed time since the computer was last switched-on or reset, (excluding periods when reading or writing to disc).&lt;br /&gt;
: Each second of real time is equal to the returned value = TIME/300.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keyword''': AFTER, EVERY, WEND, WHILE&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 CLS:REM clock&lt;br /&gt;
20 INPUT &amp;quot;hour&amp;quot;;hour&lt;br /&gt;
30 INPUT &amp;quot;minute&amp;quot;;minute&lt;br /&gt;
40 INPUT &amp;quot;second&amp;quot;;second&lt;br /&gt;
50 CLS:datum=INT(TIME/300)&lt;br /&gt;
60 WHILE hour&amp;lt;13&lt;br /&gt;
70 WHILE minute&amp;lt;60&lt;br /&gt;
80 WHILE tick&amp;lt;60&lt;br /&gt;
90 tick=(INT(TIME/300)-datum)+second&lt;br /&gt;
100 LOCATE 1,1&lt;br /&gt;
110 PRINT USING &amp;quot;## &amp;quot;;hour,minute,tick&lt;br /&gt;
120 WEND&lt;br /&gt;
130 tick=0:second=0:minute=minute+1&lt;br /&gt;
140 GOTO 50&lt;br /&gt;
150 WEND&lt;br /&gt;
160 minute=0:hour=hour+1&lt;br /&gt;
170 WEND&lt;br /&gt;
180 hour=1&lt;br /&gt;
190 GOTO 60&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;UNT (&amp;lt;address expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Return an integer in the range -32768 to +32767 which is the twos-complement equivalent of the unsigned value of the &amp;lt;address expression&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': CINT, FIX, INT, ROUND&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT UNT(&amp;amp;FF66)&lt;br /&gt;
-154&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;UPPER$(&amp;lt;string expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns a new string expression which is a copy of the specified &amp;lt;string expression&amp;gt; but in which all alphabetic characters in the range A to Z are converted to upper case. The function is useful for processing input which may come in mixed upper / lower case.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': LOWER$&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 CLS: a$=&amp;quot;my, how you've grown!&amp;quot;&lt;br /&gt;
20 PRINT UPPER$(a$)&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;VAL(&amp;lt;string expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt;  ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Returns the numeric VALue, (including any negative sign and decimal point) of the first character(s) in the specified &amp;lt;string expression&amp;gt;. &lt;br /&gt;
:If the first character is not a number, then 0 is returned. If the first character is a negative sign or decimal point followed by non-numeric characters, a 'Type mismatch' error (13) will be reported.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': STR$&lt;br /&gt;
&lt;br /&gt;
: '''1. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT VAL(&amp;quot;-12.34x&amp;quot;),VAL(&amp;quot;A-12&amp;quot;)&lt;br /&gt;
 -12.34     0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''Exception''': if &amp;lt;se&amp;gt; starts with &amp;quot;&amp;amp;amp;&amp;quot; + character (and it's between &amp;quot;A&amp;quot; and &amp;quot;F&amp;quot;) the whole character will be handled like a hexadezimal numeric character (...often used in DATA Loaders). The returning numeric value is a &amp;amp;nbsp;signed&amp;amp;nbsp;integer (16-Bit Word). &lt;br /&gt;
: '''2. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
PRINT VAL(&amp;quot;&amp;amp;amp;A&amp;quot;)&lt;br /&gt;
 10&lt;br /&gt;
&lt;br /&gt;
PRINT VAL(&amp;quot;&amp;amp;amp;7FFF&amp;quot;) &lt;br /&gt;
 32767&lt;br /&gt;
&lt;br /&gt;
PRINT VAL(&amp;quot;&amp;amp;amp;8000&amp;quot;) &lt;br /&gt;
-32768&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: '''3. Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 CLS: PRINT &amp;quot;I know my times tables!&amp;quot;&lt;br /&gt;
20 PRINT:PRINT &amp;quot;Press a key (1 to 9)&amp;quot;&lt;br /&gt;
30 a$=INKEY$:IF a$=&amp;quot;&amp;quot; THEN 30&lt;br /&gt;
40 n=VAL(a$):if n&amp;lt;1 or n&amp;gt;9 then 30&lt;br /&gt;
50 FOR x=1 to 12&lt;br /&gt;
60 PRINT n;&amp;quot;X&amp;quot;;x;&amp;quot;=&amp;quot;;n*x&lt;br /&gt;
70 NEXT:GOTO 20&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;VPOS (#&amp;lt;stream expression&amp;gt;)&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Reports the current vertical POSition of the text cursor relative to the top of the text window. The &amp;lt;stream expression&amp;gt; MUST be specified, and does NOT default to #0.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': POS, WINDOW&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 MODE 1:BORDER 0:LOCATE 8,2&lt;br /&gt;
20 PRINT &amp;quot;use cursor up/down keys&amp;quot;&lt;br /&gt;
30 WINDOW 39,39,1,25:CURSOR 1,1&lt;br /&gt;
40 LOCATE 1,3&lt;br /&gt;
50 IF INKEY(0)&amp;lt;&amp;gt;-1 THEN PRINT CHR$(11);&lt;br /&gt;
60 IF INKEY(2)&amp;lt;&amp;gt;-1 THEN PRINT CHR$(10);&lt;br /&gt;
70 LOCATE #1,3,24&lt;br /&gt;
80 PRINT #1,&amp;quot;text cursor &amp;quot;;&lt;br /&gt;
90 PRINT #1,&amp;quot;vertical position =&amp;quot;;&lt;br /&gt;
100 PRINT #1,VPOS(#0):GOTO 50&lt;br /&gt;
run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;XPOS&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Reports the current horizontal (X)POSition of the graphics cursor.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': MOVE, MOVER, ORIGIN, YPOS&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 MODE 1:DRAW 320,200&lt;br /&gt;
20 PRINT &amp;quot;graphics cursor X position = &amp;quot;;&lt;br /&gt;
30 PRINT XPOS&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==== &amp;lt;code&amp;gt;&amp;lt;big&amp;gt;YPOS&amp;lt;/big&amp;gt;&amp;lt;/code&amp;gt; ====&lt;br /&gt;
: ''BASIC 1.0 &amp;amp; 1.1''&lt;br /&gt;
: '''FUNCTION''': Reports the current vertical (Y)POSition of the graphic cursor.&lt;br /&gt;
&lt;br /&gt;
: '''Associated keywords''': MOVE, MOVER, ORIGIN, XPOS&lt;br /&gt;
&lt;br /&gt;
: '''Example''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
10 MODE 1:DRAW 320,200&lt;br /&gt;
20 PRINT &amp;quot;graphics cursor Y position = &amp;quot;;&lt;br /&gt;
30 PRINT YPOS&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other Basic Dialects available for the CPC ==&lt;br /&gt;
&lt;br /&gt;
*[[BBC Basic]]&lt;br /&gt;
*[[C BASIC Compiler|CBASIC]]&lt;br /&gt;
*[[BASIC-E]]&lt;br /&gt;
&lt;br /&gt;
== Technical Information ==&lt;br /&gt;
&lt;br /&gt;
* [[Technical_information_about_Locomotive_BASIC]]&lt;br /&gt;
&lt;br /&gt;
== Web links ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.sean.co.uk/books/amstrad/bforbasic.shtm Locomotive Basic Tutorial by Sean McManus]&lt;br /&gt;
* [http://rosettacode.org/wiki/Category:Locomotive_Basic Code examples at Rosetta Code]&lt;br /&gt;
&lt;br /&gt;
*  [http://cpctech.cpc-live.com/docs/basic.asm Disassembly of Locomotive BASIC v1.1]&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]]&lt;br /&gt;
[[Category:BASIC| ]]&lt;br /&gt;
[[Category:CPC Internal Components]]&lt;br /&gt;
[[Category:Operating System| ]]&lt;br /&gt;
[[Category:Software]]&lt;br /&gt;
[[Category:Programming software| ]]&lt;/div&gt;</summary>
		<author><name>Roudoudeux</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ASIC&amp;diff=106391</id>
		<title>ASIC</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ASIC&amp;diff=106391"/>
				<updated>2020-09-15T13:27:03Z</updated>
		
		<summary type="html">&lt;p&gt;Roudoudeux: /* Known Flaws */ bad link fixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Application-Specific Integrated Circuit''' (ASIC)&lt;br /&gt;
&lt;br /&gt;
An '''ASIC''' is an especially manufactured custom chip designed to fulfill special functions.&lt;br /&gt;
&lt;br /&gt;
The main reason is to perform special tasks or combine different electronic components into a single Integrated Circuit (chip). This chip is not commonly available ([[COTS]]), but has to be ordered as a genuine part, prices dictated by the seller.&lt;br /&gt;
&lt;br /&gt;
After a seller goes out of business or stops supporting a product line, before IPs (Instruction set Processors) like [[CPLD]] or [[FPGA]], they essentially became unavailable. [[Commodore_64#ICs|Commodore]] used a plethora of ASICs in their machines (VIC, SID, PAULA,......); [[MSX]] or the [[IBM PC]]/XT/AT were the opposite in using only [[COTS]] components, making it easy for third parties to offer parts (or to re-build and repair the computers for as long as the COTS chip was still available or a backwards-compatible component exists).&lt;br /&gt;
&lt;br /&gt;
==Amstrad Custom chips==&lt;br /&gt;
&lt;br /&gt;
The Amstrad CPC used one custom chip: the video [[Gate Array]] (also called VGA – no connection with the Video PC standard).&lt;br /&gt;
&lt;br /&gt;
Latter [[CPC]] cost down series included a &amp;quot;pre-ASIC&amp;quot;-called ASIC to merge the VGA and the [[CRTC]].&lt;br /&gt;
&lt;br /&gt;
The Amstrad [[Plus]] included a &amp;quot;second heart&amp;quot; simply referred as the ASIC.&lt;br /&gt;
&lt;br /&gt;
 CPC+ ASIC's part number is 40489&lt;br /&gt;
&lt;br /&gt;
==Emulated chips==&lt;br /&gt;
&lt;br /&gt;
CPC+ ASIC emulates the following chips :&lt;br /&gt;
&lt;br /&gt;
* [[CRTC]] 6845&lt;br /&gt;
* [[Gate Array]]&lt;br /&gt;
* [[PAL16L8|PAL]] (128K RAM paging)&lt;br /&gt;
* [[8255 PPI]]&lt;br /&gt;
* Printer Port Data and Strobe&lt;br /&gt;
* Floppy Motor enable [[flip-flop]], Floppy Address decoding (FDC chip Select)&lt;br /&gt;
&lt;br /&gt;
==New features==&lt;br /&gt;
&lt;br /&gt;
This Amstrad Plus ASIC performs many additional features that the old CPC series couldn't: the &amp;quot;Plus Features&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Hardware Sprites.&lt;br /&gt;
*Soft scrolling (in complement with register 12&amp;amp;13 of the CRTC)&lt;br /&gt;
*Screen splitting &lt;br /&gt;
*Programmable and vectorised interrupts&lt;br /&gt;
*DMA sound channels&lt;br /&gt;
*Specific ROM switching&lt;br /&gt;
&lt;br /&gt;
== Known Flaws==&lt;br /&gt;
&lt;br /&gt;
The Amstrad Plus ASIC improved a lot of the old CPC's capability.&lt;br /&gt;
Yet this was a bit flawed.&lt;br /&gt;
&lt;br /&gt;
*Despite removing some tasks from the CPU ([[Z80]]), ASIC registers are mapped onto memory from #4000 to #7FFF range prior to other type of memory (RAM or ROM). That means this memory range is not accessible when ASIC registers are paged.&lt;br /&gt;
&lt;br /&gt;
*PPI emulation is not correct as the original 8255 does not need validation. On ASIC emulation, this validation is needed so some programs written for &amp;quot;old CPCs&amp;quot; will not be able to get keyboard state.&lt;br /&gt;
&lt;br /&gt;
*Z80 IM2 mode is bugged. In this mode, the Z80 I register gives the high word for vector table. ASIC gives the low word from IVR and the devices that generate interrupt (raster and DMAs channels). ASIC may generate a bad values and the raster interrupt routine is called instead of DMA0 routine if the Z80 is running particular portions of memory. See [[Plus Vectored Interrupt Bug]] for more details.&lt;br /&gt;
&lt;br /&gt;
*There is a conflict between programmable interrupts and some CRTC settings (line screen split). That will cause the RAM refresh to stop and the memory content will be quickly corrupted causing machine crash.&lt;br /&gt;
&lt;br /&gt;
*Reducing horizontal blanking could cause another internal conflict when using DMA lists. In the worst case, this conflict can cause irreversible damage to the ASIC.&lt;br /&gt;
&lt;br /&gt;
*Original CPC colors emulation is not correct.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
&lt;br /&gt;
*[[Arnold V specs]]&lt;br /&gt;
*[[Arnold V Specs Revised]]&lt;br /&gt;
*[[Programming:Unlocking ASIC]]&lt;br /&gt;
*[[B-ASIC]]&lt;br /&gt;
&lt;br /&gt;
*[[CRTC]]&lt;br /&gt;
*[[Gate Array]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Application-specific_integrated_circuit ASIC at Wikipedia]&lt;br /&gt;
General information on ASICs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[http://www.cpctech.org.uk/docs/arn5new.html Asic and Plus features at Unofficial CPC ressources 1.4]&lt;br /&gt;
*[http://www.cpctech.org.uk/docs/arnold5a.html Asic and Plus features at Unofficial CPC ressources 1.5]&lt;br /&gt;
*[http://www.cpctech.org.uk/docs/cpcplus.html Extra Plus Hardware Information]&lt;br /&gt;
&lt;br /&gt;
[[Category:CPC Plus|*]][[Category:Electronic Component]][[Category:Programming]][[Category:Datasheet]][[Category:Graphic]]&lt;br /&gt;
[[Category:Stub]][[Category:CPC Internal Components]]&lt;/div&gt;</summary>
		<author><name>Roudoudeux</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=ASIC&amp;diff=106390</id>
		<title>ASIC</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=ASIC&amp;diff=106390"/>
				<updated>2020-09-15T13:23:21Z</updated>
		
		<summary type="html">&lt;p&gt;Roudoudeux: /* Known Flaws */ IM2 bug explained link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Application-Specific Integrated Circuit''' (ASIC)&lt;br /&gt;
&lt;br /&gt;
An '''ASIC''' is an especially manufactured custom chip designed to fulfill special functions.&lt;br /&gt;
&lt;br /&gt;
The main reason is to perform special tasks or combine different electronic components into a single Integrated Circuit (chip). This chip is not commonly available ([[COTS]]), but has to be ordered as a genuine part, prices dictated by the seller.&lt;br /&gt;
&lt;br /&gt;
After a seller goes out of business or stops supporting a product line, before IPs (Instruction set Processors) like [[CPLD]] or [[FPGA]], they essentially became unavailable. [[Commodore_64#ICs|Commodore]] used a plethora of ASICs in their machines (VIC, SID, PAULA,......); [[MSX]] or the [[IBM PC]]/XT/AT were the opposite in using only [[COTS]] components, making it easy for third parties to offer parts (or to re-build and repair the computers for as long as the COTS chip was still available or a backwards-compatible component exists).&lt;br /&gt;
&lt;br /&gt;
==Amstrad Custom chips==&lt;br /&gt;
&lt;br /&gt;
The Amstrad CPC used one custom chip: the video [[Gate Array]] (also called VGA – no connection with the Video PC standard).&lt;br /&gt;
&lt;br /&gt;
Latter [[CPC]] cost down series included a &amp;quot;pre-ASIC&amp;quot;-called ASIC to merge the VGA and the [[CRTC]].&lt;br /&gt;
&lt;br /&gt;
The Amstrad [[Plus]] included a &amp;quot;second heart&amp;quot; simply referred as the ASIC.&lt;br /&gt;
&lt;br /&gt;
 CPC+ ASIC's part number is 40489&lt;br /&gt;
&lt;br /&gt;
==Emulated chips==&lt;br /&gt;
&lt;br /&gt;
CPC+ ASIC emulates the following chips :&lt;br /&gt;
&lt;br /&gt;
* [[CRTC]] 6845&lt;br /&gt;
* [[Gate Array]]&lt;br /&gt;
* [[PAL16L8|PAL]] (128K RAM paging)&lt;br /&gt;
* [[8255 PPI]]&lt;br /&gt;
* Printer Port Data and Strobe&lt;br /&gt;
* Floppy Motor enable [[flip-flop]], Floppy Address decoding (FDC chip Select)&lt;br /&gt;
&lt;br /&gt;
==New features==&lt;br /&gt;
&lt;br /&gt;
This Amstrad Plus ASIC performs many additional features that the old CPC series couldn't: the &amp;quot;Plus Features&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
*Hardware Sprites.&lt;br /&gt;
*Soft scrolling (in complement with register 12&amp;amp;13 of the CRTC)&lt;br /&gt;
*Screen splitting &lt;br /&gt;
*Programmable and vectorised interrupts&lt;br /&gt;
*DMA sound channels&lt;br /&gt;
*Specific ROM switching&lt;br /&gt;
&lt;br /&gt;
== Known Flaws==&lt;br /&gt;
&lt;br /&gt;
The Amstrad Plus ASIC improved a lot of the old CPC's capability.&lt;br /&gt;
Yet this was a bit flawed.&lt;br /&gt;
&lt;br /&gt;
*Despite removing some tasks from the CPU ([[Z80]]), ASIC registers are mapped onto memory from #4000 to #7FFF range prior to other type of memory (RAM or ROM). That means this memory range is not accessible when ASIC registers are paged.&lt;br /&gt;
&lt;br /&gt;
*PPI emulation is not correct as the original 8255 does not need validation. On ASIC emulation, this validation is needed so some programs written for &amp;quot;old CPCs&amp;quot; will not be able to get keyboard state.&lt;br /&gt;
&lt;br /&gt;
*Z80 IM2 mode is bugged. In this mode, the Z80 I register gives the high word for vector table. ASIC gives the low word from IVR and the devices that generate interrupt (raster and DMAs channels). ASIC may generate a bad values and the raster interrupt routine is called instead of DMA0 routine if the Z80 is running particular portions of memory. The bug is explained [http://www.cpcwiki.eu/index.php/Plus_Vectored_Interrupt_Bug| here]&lt;br /&gt;
&lt;br /&gt;
*There is a conflict between programmable interrupts and some CRTC settings (line screen split). That will cause the RAM refresh to stop and the memory content will be quickly corrupted causing machine crash.&lt;br /&gt;
&lt;br /&gt;
*Reducing horizontal blanking could cause another internal conflict when using DMA lists. In the worst case, this conflict can cause irreversible damage to the ASIC.&lt;br /&gt;
&lt;br /&gt;
*Original CPC colors emulation is not correct.&lt;br /&gt;
&lt;br /&gt;
==Internal Links==&lt;br /&gt;
&lt;br /&gt;
*[[Arnold V specs]]&lt;br /&gt;
*[[Arnold V Specs Revised]]&lt;br /&gt;
*[[Programming:Unlocking ASIC]]&lt;br /&gt;
*[[B-ASIC]]&lt;br /&gt;
&lt;br /&gt;
*[[CRTC]]&lt;br /&gt;
*[[Gate Array]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Application-specific_integrated_circuit ASIC at Wikipedia]&lt;br /&gt;
General information on ASICs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[http://www.cpctech.org.uk/docs/arn5new.html Asic and Plus features at Unofficial CPC ressources 1.4]&lt;br /&gt;
*[http://www.cpctech.org.uk/docs/arnold5a.html Asic and Plus features at Unofficial CPC ressources 1.5]&lt;br /&gt;
*[http://www.cpctech.org.uk/docs/cpcplus.html Extra Plus Hardware Information]&lt;br /&gt;
&lt;br /&gt;
[[Category:CPC Plus|*]][[Category:Electronic Component]][[Category:Programming]][[Category:Datasheet]][[Category:Graphic]]&lt;br /&gt;
[[Category:Stub]][[Category:CPC Internal Components]]&lt;/div&gt;</summary>
		<author><name>Roudoudeux</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Roudoudou&amp;diff=104011</id>
		<title>Roudoudou</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Roudoudou&amp;diff=104011"/>
				<updated>2019-12-13T08:48:03Z</updated>
		
		<summary type="html">&lt;p&gt;Roudoudeux: now from Resistance ;)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:CPC scene members]]&lt;br /&gt;
[[Image:Roudoudou moudubou.jpg|thumb|Roudoudou's best side, circa 2017. With more hair he could add &amp;quot;PLUS&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
'''Roudoudou''' (Edouard Bergé) is a french coder from the group Resistance (formerly '''[[Flower Corp.]]''')&lt;br /&gt;
&lt;br /&gt;
He is well known for being Hair-challenged and a very talented coder on the CPC PLUS, despite few actual Demo competition oriented releases.&lt;br /&gt;
&lt;br /&gt;
He entered the Legend with his [[CRTC³]] Demo (2017), shadowing in the process another legend : [[Overflow]].&lt;br /&gt;
&lt;br /&gt;
== Tools releases ==&lt;br /&gt;
&lt;br /&gt;
* [[LZ48/LZ49]] (Z80 cruncher/decruncher + C sources for crossdev)&lt;br /&gt;
* [[RASM]] (modern platform cross-dev assembler)&lt;br /&gt;
&lt;br /&gt;
== Demo releases ==&lt;br /&gt;
&lt;br /&gt;
* [[Power System Megademo 1999]] (originally called '''Basic demo 1''')&lt;br /&gt;
* [[Je vous nique tous avec mes demos en BaZic de merde]] (originally called '''Basic demo 2''')&lt;br /&gt;
* [[Basic Demo 3]] (CPC Plus)&lt;br /&gt;
* [[ASM Intro 1]] (CPC Plus)&lt;br /&gt;
* [[ASIC Intro 1]] (CPC Plus)&lt;br /&gt;
* [[ASIC Intro 2]] (CPC Plus)&lt;br /&gt;
&lt;br /&gt;
* '''[[CRTC³]]''' : ranked '''1st''' at [[Alchimie|Alchimie12]] in 2017.&lt;br /&gt;
&lt;br /&gt;
== Videodrome ==&lt;br /&gt;
&lt;br /&gt;
'''[[CRTC³]]''' : Amstrad '''6128+''' cartridge demo - Ranked '''1st''' at [[Alchimie|'''Alchimie12''']] - 2017&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|PgMJ39wfoBM|784}}&lt;br /&gt;
&lt;br /&gt;
'''Pouët :''' http://www.pouet.net/prod.php?which=72279&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* '''Pouët :''' http://www.pouet.net/user.php?who=32556&lt;br /&gt;
&lt;br /&gt;
* His '''Youtube channel :''' https://www.youtube.com/channel/UC6EA-gbKjpgUBIzMdzP82Ag&lt;br /&gt;
&lt;br /&gt;
* '''CPC-Power''' : http://www.cpc-power.com/index.php?page=staff&amp;amp;lenom=Roudoudou&lt;/div&gt;</summary>
		<author><name>Roudoudeux</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Alchimie&amp;diff=103214</id>
		<title>Alchimie</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Alchimie&amp;diff=103214"/>
				<updated>2019-04-27T22:13:40Z</updated>
		
		<summary type="html">&lt;p&gt;Roudoudeux: alchimie 13&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(under construction)&lt;br /&gt;
&lt;br /&gt;
[[File:Alchimie2017 logo.png|frame|none|The 12th edition held in 2017]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Alchimie''' is a French demo and retro computer party obviously held in '''France''', more precisely in the Drôme département, in the wine producting Valley of the Rhône.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Organization and history ==&lt;br /&gt;
&lt;br /&gt;
Organized by the '''TripleA''' association, an originally '''Amiga''' oriented club. '''TripleA''' mostly organize events called Amigabouffes, which are basically dinners with Amiga afficionados. '''Alchimie''' and '''µAlchimie''' are the annual XXL Amigabouffes.&lt;br /&gt;
&lt;br /&gt;
The annual events are currently alternating with the main '''Alchimie''' each odd years and the smaller more intimist '''µAlchimie''' the even years (between each main). Main '''Alchimies''' are held in '''Tain l'Hermitage''' (Drôme) while '''µAlchimies''' are help in the smaller village of '''Clérieux''' (Drôme). mostly during late october or mid-november.&lt;br /&gt;
&lt;br /&gt;
It has seen more and more French Amstradists attending it in later editions, slowly becoming one of the main French Amstrad friendly party, alongside Atari and Amiga and any retro computers fans, and modern computers users as well.&lt;br /&gt;
&lt;br /&gt;
First edition of the '''Alchimie''' was held in 2001.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery caption=&amp;quot;History&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
File:Affiches.jpg|from 1st to 6th&lt;br /&gt;
File:Affiche7.jpg|7th Alchimie &lt;br /&gt;
File:Affiche9.jpg|Alchimie 2009&lt;br /&gt;
File:Affiche11.jpg|Alchimie111111&lt;br /&gt;
File:Affiche13.jpg|AlchimieX&lt;br /&gt;
File:Affiche15.jpg|Alchimie0xb&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Timeline  ==&lt;br /&gt;
&lt;br /&gt;
==== Alchimie 1 – 2001 ====&lt;br /&gt;
&lt;br /&gt;
==== Alchimie 2 – 2002 ====&lt;br /&gt;
&lt;br /&gt;
==== Alchimie 3 – 2003 ====&lt;br /&gt;
&lt;br /&gt;
==== Alchimie 4 – 2004 ====&lt;br /&gt;
&lt;br /&gt;
Beb, Ramlaid paid a short visit to put a souped-up CPC6128 on display and play some Amstrad Demos.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Alchimie4 x1.jpg|A CPC6128 was in display with some keen Demos.&lt;br /&gt;
Image:Alchimie4 reportage.png|a report of Alchimie4 by Ramlaid.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Alchimie 5 – 2005 ==== &lt;br /&gt;
&lt;br /&gt;
==== Alchimie 6 – 2006 ==== &lt;br /&gt;
&lt;br /&gt;
==== Alchimie 7 – 2007 ====&lt;br /&gt;
[[Demoniak]] actually came here before as he is also an Amiga legend. He later chose to avoid the event in order to avoid MacDeath (quite understandable). He actually coded a small intro for CPC during the event (unreleased officially) [https://cpcrulez.fr/demostestDO_intro_alchimie_2007.htm Link at CPCrulez Here]&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Alchimie7x004.jpg|Proof Demoniak is also an Amiga enthusiast and attended Alchimie before it was cool.&lt;br /&gt;
Image:Alchimie7x005.jpg|Demoniak working on something at Alchimie2007 ?&lt;br /&gt;
Image:Alchimie7b.png|Alchimie7 intro by Demoniak.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Alchimie 2009 – 2009 ==== &lt;br /&gt;
&lt;br /&gt;
==== µAlchimie – 2010 ==== &lt;br /&gt;
&lt;br /&gt;
==== Alchimie 111111 – 2011 ====&lt;br /&gt;
MacDeath (without reservation and a lone Amstrad 6128PLUS &amp;amp; Monitor with few floppies). could purchase brand new in-box joysticks and Sega Pads, find sweet cables and make new friends and taste the event.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Alchimie111111 macdeath.jpg|MacDeath shopping.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== µAlchimie II – 2012 ==== &lt;br /&gt;
&lt;br /&gt;
==== Alchimie X – 2013 ====&lt;br /&gt;
MacDeath having his 6128PLUS, ROMbox by Bryce and PC to write any 3&amp;quot;1/2 dsk possible on display, impressing Amiga fans with SymbOS and all the nice classics and Demos. AST came to pay a (short) visit as well. This year, nice mouse pads were produced as merchandizing / goodies.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Alchimie2013 33.jpg|MacDeath.&lt;br /&gt;
Image:Alchimie2013 29.jpg|Some machines&lt;br /&gt;
Image:Alchimie2013 30.jpg|And others&lt;br /&gt;
Image:10821502953 899b866479 o.jpg|MacDeath playing.&lt;br /&gt;
Image:106 big.jpg|AST was here (background).&lt;br /&gt;
Image:1395157 538879366195343 637115468 n.jpg|The Amstradist corner.&lt;br /&gt;
Image:482459 538879992861947 480753802 n.jpg|How to impress Amiga fans...&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== µAlchimie III – 2014 ====&lt;br /&gt;
[[Hermol]], MacDeath, Overflow.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:70 big.jpg|Panoramic view.&lt;br /&gt;
Image:ALCHI2014-131652.jpg|Hermol and MacDeath the bearded.&lt;br /&gt;
Image:00030.jpg|Nice machines assortments.&lt;br /&gt;
Image:00032.jpg|Enough machine power to successfully farm Bitcoins.&lt;br /&gt;
Image:34 big.jpg|The Lotus turbo Esprit challenge, ST vs Amiga in network on projector, upon the Amstrad corner.&lt;br /&gt;
Image:ALCHI2014-124530.jpg|CPC464.&lt;br /&gt;
Image:ALCHI2014-153424.jpg|View from the amstrad corner, the Oliver pair.&lt;br /&gt;
Image:ALCHI2014-190504.jpg|MacDeath pretending to pixel something (unreleased yet)&lt;br /&gt;
Image:29 big.jpg|Sir Hermol : CPCrulez!&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
Finally after many spams of reports of previous editions in lenghty posts at various Amstrad Forums, two other renowned Amstradists were lured to come taste the event, the food and the wine. With an Amstrad Legend such as Overflow and Hermol the webmaster of CPCrulez website, this may take-on at last with the aim to open south-east Amstradists to other retro-community and have a proper local annual gathering. Halas, Overflow was totally unknown as a legend here, this injured his pride so he sweared to the gods of code that one day he will be recognized at last and began a long work to the tops of the Demoscene to re-affirm his status one day. (ok, this may not be what really happened)&lt;br /&gt;
&lt;br /&gt;
==== Alchimie 0xb – 2015 ====&lt;br /&gt;
MacDeath, Overflow, Ast, OffseT, POWER, others... &lt;br /&gt;
&lt;br /&gt;
Paris was under terrorist attacks at the same time, which quite spoiled the event.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Alchimie 0xb 1.jpg|CPC corner&lt;br /&gt;
Image:Alchimie 0xb 2.jpg|Some machines&lt;br /&gt;
Image:Alchimie 0xb 3.jpg|Amigabouffe with Rosé.&lt;br /&gt;
Image:A500 vs ST.jpg|Amiga fan vs Atari ST fan... notice the Amstradist in white and blue behind them.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
Now with a handfull of Amstradists, the take over may start, and the now Amstrad corner is sieged for the first time. AST, OffseT and POWER could bring their reputation and expertize into the fray. Talking about Fray... A medieval martial art association came to give some nice demonstrations and re-enactement of the Atari vs Amiga wars of the past. This year decorated drinking glasses were produced as merchandizing / goodies.&lt;br /&gt;
&lt;br /&gt;
==== µAlchimie IV – 2016 ====&lt;br /&gt;
&lt;br /&gt;
MacDeath, Roudoudou, Overflow, Ast, OffseT, POWER, others...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:24 big.jpg|Panoramic view.&lt;br /&gt;
Image:23 big.jpg|Panoramic view.&lt;br /&gt;
Image:21 big.jpg|CPC corner.&lt;br /&gt;
Image:81 big.jpg|Some machine.&lt;br /&gt;
Image:105 big.jpg|Some other machine.&lt;br /&gt;
Image:UAlchimie2016.jpg|Local press article (MacDeath's back can be seen).&lt;br /&gt;
Image:14853036 10205614954572702 1424255099019434684 o.jpg|Overflow (Demoniak?) and AST.&lt;br /&gt;
Image:14859679 10205614956652754 7424364416541107687 o.jpg|OffseT and Roudoudou.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
Again the Amstrad contingent grew stronger, with the addition of Roudoudou a well known french scener and a legend to become. Overflow already started his ascension to Godhood of code earlier with his release IO on MSX at [[Forever]], he would later say : &amp;quot;what limitations ? No one told me I couldn't do that&amp;quot;... Yet a sordid and treacherous compatibility scandal almost rendered his effort vain.&lt;br /&gt;
&lt;br /&gt;
* [http://www.cpcwiki.eu/forum/discussion-generale/alchimie-2016-au-rapport/ Report from Roudoudou at CPCwiki forum (French)] :&lt;br /&gt;
&lt;br /&gt;
==== Alchimie 12 – 2017 ====&lt;br /&gt;
'''[[MacDeath]]'''/TO8rulez, '''[[Overflow]]'''/[[Logon System]], '''[[AST]]'''/iMPact/System?, '''[[Roudoudou]]'''/[[Flower Corp.]], '''Golem13'''/GnG, '''MvKTheBoss''', '''[[OffseT]]'''/[[Futurs']], '''[[Zik]]'''/Futurs', '''TotO'''/nogoLmetsyS, '''Khomenor'''/G2L2 Corp , '''Mac_Gyver'''/Pinscreenman, '''[[PulkoMandy]]'''/[[Shinra team]]/Pulkocitron, '''xtrabet''', '''Case''', '''POWER''', '''[[Beb]]'''/[[Overlanders]], '''Gotcha''', '''Fred'''/Screetch,  '''[[CloudStrife]]'''/Shinra team, '''Barjack''' ...     &lt;br /&gt;
 &lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Image:Alchimie2017x 1.jpg|MacDeath's meltdown&lt;br /&gt;
Image:Alchimie12x1.jpg|Roudoudou the PinHead&lt;br /&gt;
Image:Alchimie12x2.jpg|And other legends around Overflow.&lt;br /&gt;
Image:Alchimie12x3.jpg|Some machines&lt;br /&gt;
Image:Alchimie12x4.jpg|GnG?&lt;br /&gt;
Image:Alchimie12x5.jpg|Ast and others&lt;br /&gt;
Image:Alchimie12x6.jpg|Zik, Offset? Watchout PulkoMandy the Croc is gonna eat you !&lt;br /&gt;
Image:Alchimie12x7.jpg|Who put a minimig inside a GX4000 casing?&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
This year '''more than 20 French Amstradists''' came to the party which also saw 3 Amstrad releases, while many are often seen posting at [[Forum|various forums]] such as [[Amstrad.eu]] or [[CPCRulez]], other peoples simply came with Amstrads along other machines because you know, AMMMSTRAAAADDD !!! The Organizers really appreciated that those many Amstradists came to revitalize the Party with good humour and a huge crocodile, the best thanks to be done to the TripleA association is to come to release nice prods there. MacGyver spent the whole event to demonstrate the PinScreen in the &amp;quot;Amstrad corner&amp;quot; and some conferences were held by Roudoudou, MacGyver, PulkoMandy. Khomenor covered the event with many Twitch lives with 2 webcams and many drinks were had. As always a concert with AY/YM chiptunes was given on Saturday night. Also it was steaming hot because of some heating system malfunction and a few power shortage here and there due to some misplaced red power-off button and the many 30+ years old machines working. This year, nice mouse pads and bags were produced as merchandizing / goodies.&lt;br /&gt;
&lt;br /&gt;
==== µAlchimie V – 2018 ====&lt;br /&gt;
Offset, Hermol, Overflow, Ast, Roudoudou, MacDeath.&lt;br /&gt;
&lt;br /&gt;
==== Alchimie 13 – 2019 ====&lt;br /&gt;
CPC people expected ;)&lt;br /&gt;
&lt;br /&gt;
== Compos ==&lt;br /&gt;
&lt;br /&gt;
==== Alchimie 12 – 2017 ====&lt;br /&gt;
&lt;br /&gt;
[[File:Alchimie CRTC3.png]]&lt;br /&gt;
&lt;br /&gt;
The '''Alchimie12''' (2017) was somewhat special in that '''[[Roudoudou]]''' and '''[[Overflow]]''' decided to both release at the composition, for Amstrad PLUS/GX4000 format in ROM cartridges, making it a doubled first. Nothing could have been possible without the '''[[C4CPC]]''' cartridge to unlock the full potential of the system at last. The second generation of Amstrad CPC made a grand entrance as a serious '''Demoscene''' competitor in the retro computer categories, competing with 16bits with huge number of colours on screen, impressive soundtracks and smooth fast paced animations, praised by Amiga and Atari fans during the event.&lt;br /&gt;
&lt;br /&gt;
'''Case''' completed the Amstrad performances with his Amstrad CPC Graphic composition, Ranked First as well. &lt;br /&gt;
&lt;br /&gt;
[http://www.pouet.net/prod.php?which=72278 '''Glokzilla'''] , a very cool '''Atari STf''' demo reached '''3rd place''' and was also a serious contestant.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [[CRTC³]] ==== &lt;br /&gt;
&lt;br /&gt;
'''Roudoudou''' [code, graphics]&lt;br /&gt;
&lt;br /&gt;
'''Zik''' [code, music]&lt;br /&gt;
&lt;br /&gt;
'''CoyHot''' [graphics]&lt;br /&gt;
&lt;br /&gt;
'''fra''' [graphics]&lt;br /&gt;
&lt;br /&gt;
Amstrad '''6128+''' cartridge demo - Ranked '''1st''' at Alchimie12 - 2017&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|PgMJ39wfoBM|784}}&lt;br /&gt;
&lt;br /&gt;
Pouët : http://www.pouet.net/prod.php?which=72279&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== [[Eerie Forest]] ==== &lt;br /&gt;
&lt;br /&gt;
Enters the Legend. By '''Overflow''' from Logon system.&lt;br /&gt;
&lt;br /&gt;
Extra help by '''TotO'''&lt;br /&gt;
&lt;br /&gt;
'''GX4000''' cartridge demo - Ranked '''2nd''' at Alchimie12 - 2017&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|CPCyF71098o|784}}&lt;br /&gt;
&lt;br /&gt;
Pouët : http://www.pouet.net/prod.php?which=72271&lt;br /&gt;
&lt;br /&gt;
==== drAAAgon ==== &lt;br /&gt;
&lt;br /&gt;
By '''Case'''&lt;br /&gt;
&lt;br /&gt;
Amstrad '''CPC''' 16k screen - Mode0 - Ranked '''1st''' in Graphic composition at Alchimie12 - 2017&lt;br /&gt;
&lt;br /&gt;
[[File:Casecompoaaa.png]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* '''TripleA website''' (in french) : https://www.triplea.fr/blog/&lt;br /&gt;
&lt;br /&gt;
* '''History of past Alchimies :''' https://www.triplea.fr/blog/lalchimie/les-anciennes-alchimies/&lt;br /&gt;
&lt;br /&gt;
* '''POUËT :''' http://www.pouet.net/party.php?which=627&amp;amp;when=2017&lt;br /&gt;
&lt;br /&gt;
* '''DEMOZOO :''' https://demozoo.org/parties/series/486/&lt;br /&gt;
&lt;br /&gt;
* '''[[Memory Full]]''' website covers some Alchimies : http://memoryfull.net/events.php&lt;br /&gt;
&lt;br /&gt;
* Reports and topics at '''Amstrad PLUS [[Forum]]''' (french) :&lt;br /&gt;
** Alchimie0xb 2015 : http://amstradplus.forumforever.com/t161-Alchimie-2015.htm&lt;br /&gt;
** µAlchimie IV 2016 : http://amstradplus.forumforever.com/t238-Alchimie-IV.htm&lt;br /&gt;
** Alchimie12 2017 : http://amstradplus.forumforever.com/t302-Alchimie-12.htm&lt;br /&gt;
&lt;br /&gt;
* Reports and topics at '''[[CPCRulez]] forum''' (french, may need to be logged and registered) :&lt;br /&gt;
** Alchimie111111 2011 : https://cpcrulez.fr/forum/viewtopic.php?f=3&amp;amp;t=4520&lt;br /&gt;
** µAlchimie III 2014 : https://cpcrulez.fr/forum/viewtopic.php?f=2&amp;amp;t=5323&lt;br /&gt;
** Alchimie0xb 2015 : https://cpcrulez.fr/forum/viewtopic.php?f=3&amp;amp;t=5460&lt;br /&gt;
** µAlchimie IV 2016 : https://cpcrulez.fr/forum/viewtopic.php?f=3&amp;amp;t=5821&lt;br /&gt;
** Alchimie12 2017 : https://cpcrulez.fr/forum/viewtopic.php?f=3&amp;amp;t=5929&lt;br /&gt;
&lt;br /&gt;
[[Category:CPC_events]][[Category:Demo Parties]]&lt;/div&gt;</summary>
		<author><name>Roudoudeux</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Programming:Keyboard_scanning&amp;diff=103210</id>
		<title>Programming:Keyboard scanning</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Programming:Keyboard_scanning&amp;diff=103210"/>
				<updated>2019-04-26T07:16:33Z</updated>
		
		<summary type="html">&lt;p&gt;Roudoudeux: /* Developing programs that use joystick */ -&amp;gt; so with forgot joystick configuration?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hardware scancode table ==&lt;br /&gt;
{|{{Prettytable|width: 700px; font-size: 2em;}}&lt;br /&gt;
|'''Bit:&amp;lt;br&amp;gt;Line''' || '''7''' || '''6''' || '''5''' || '''4''' || '''3''' || '''2''' || '''1''' || '''0'''&lt;br /&gt;
|-&lt;br /&gt;
|'''&amp;amp;40''' || F Dot || ENTER || F3 || F6 || F9 || CURDOWN || CURRIGHT || CURUP&lt;br /&gt;
|-&lt;br /&gt;
|'''&amp;amp;41''' || F0 || F2 || F1 || F5 || F8 || F7 || COPY || CURLEFT&lt;br /&gt;
|-&lt;br /&gt;
|'''&amp;amp;42''' || CONTROL || \  || SHIFT || F4 || ] || RETURN || [ || CLR&lt;br /&gt;
|-&lt;br /&gt;
|'''&amp;amp;43''' || . || / || : || ; || P || @ || - || ^&lt;br /&gt;
|-&lt;br /&gt;
|'''&amp;amp;44''' || , || M || K || L || I || O || 9 || 0&lt;br /&gt;
|-&lt;br /&gt;
|'''&amp;amp;45''' || SPACE || N || J || H || Y || U || 7 || 8&lt;br /&gt;
|-&lt;br /&gt;
|'''&amp;amp;46''' || V || B || F || G (Joy2 fire) || T (Joy2 right) || R (Joy2 left) || 5 (Joy2 down)|| 6 (Joy 2 up)&lt;br /&gt;
|-&lt;br /&gt;
|'''&amp;amp;47''' || X || C || D || S || W || E || 3 || 4&lt;br /&gt;
|-&lt;br /&gt;
|'''&amp;amp;48''' || Z || CAPSLOCK || A || TAB || Q || ESC || 2 || 1&lt;br /&gt;
|-&lt;br /&gt;
|'''&amp;amp;49''' || DEL || Joy 1 Fire 3 (CPC only) || Joy 1 Fire 2 ||Joy1 Fire 1||Joy1 right||Joy1 left||Joy1 down||Joy1 up&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Computing key code ==&lt;br /&gt;
&lt;br /&gt;
System key codes (codes that are writted on the top of the disc drive on 664/6128 or in the CPC user manual) can be computed with the formula : (Line*8)+bit&lt;br /&gt;
&lt;br /&gt;
Example : for key SHIFT , Line = 2 , bit = 5 so (2*8)+5 = 21&lt;br /&gt;
&lt;br /&gt;
== Keyboard clash ==&lt;br /&gt;
&lt;br /&gt;
This is the name of the phenomenon when a &amp;quot;ghost&amp;quot; or &amp;quot;phantom&amp;quot; key is generated when you press some combinations of keys.&lt;br /&gt;
It is caused by the design of the keyboard hardware. It has been tested and confirmed that keyboard clash doesn't occur on an English CPC664 keyboard.&lt;br /&gt;
&lt;br /&gt;
For example, pressing Q,A,P will also generate :.&lt;br /&gt;
&lt;br /&gt;
The ':' key is the &amp;quot;ghost&amp;quot; key.&lt;br /&gt;
&lt;br /&gt;
The problem is much bigger in 2 player games.&lt;br /&gt;
&lt;br /&gt;
It is possible to avoid or minimize the problem by carefully choosing the controls. The problem also occurs when using digital joysticks because these are part of the keyboard matrix.&lt;br /&gt;
&lt;br /&gt;
If you visualize a rectangle in the keyboard matrix above, where 3 of the corners are 3 keys you have pressed. Then the key in the fourth corner will also be pressed this is the &amp;quot;ghost&amp;quot; key.&lt;br /&gt;
&lt;br /&gt;
On Plus it is possible to avoid it mostly by having one player on analogue joystick and the other on keyboard/digital joystick.&lt;br /&gt;
&lt;br /&gt;
== One line scanning routine ==&lt;br /&gt;
&lt;br /&gt;
This is a routine which scans one line of the keyboard directly. It is approximately 8% faster than the firmware routine and doesn't enable interrupts.&lt;br /&gt;
&lt;br /&gt;
'''Input:''' A = ''line (&amp;amp;amp;40 - &amp;amp;amp;49)''&lt;br /&gt;
&lt;br /&gt;
'''Output:''' A = ''hardware keyboard value''&lt;br /&gt;
&lt;br /&gt;
'''Destroyed:''' BC&lt;br /&gt;
&amp;lt;pre&amp;gt;LD A,kbdline ; from &amp;amp;40 to &amp;amp;49 with bdir/bc1=01&lt;br /&gt;
LD D,0&lt;br /&gt;
LD BC,#F782 ; PPI port A out /C out &lt;br /&gt;
OUT (C),C &lt;br /&gt;
LD BC,#F40E ; Select Ay reg 14 on ppi port A &lt;br /&gt;
OUT (C),C &lt;br /&gt;
LD BC,#F6C0 ; This value is an AY index (R14) &lt;br /&gt;
OUT (C),C &lt;br /&gt;
OUT (C),D ; Validate!! out (c),0&lt;br /&gt;
LD BC,#F792 ; PPI port A in/C out &lt;br /&gt;
OUT (C),C &lt;br /&gt;
DEC B &lt;br /&gt;
OUT (C),A ; Send KbdLine on reg 14 AY through ppi port A&lt;br /&gt;
LD B,#F4 ; Read ppi port A &lt;br /&gt;
IN A,(C) ; e.g. AY R14 (AY port A) &lt;br /&gt;
LD BC,#F782 ; PPI port A out / C out &lt;br /&gt;
OUT (C),C &lt;br /&gt;
DEC B ; Reset PPI Write &lt;br /&gt;
OUT (C),D ; out (c),0&lt;br /&gt;
&lt;br /&gt;
Register A now holds the value of requested keyboard row&lt;br /&gt;
Now check for the value from the table e.g. with''''bit x,A''''and a condition e.g.''''jp z,xxxx''''or''''call z,xxxx''''&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Please note:&lt;br /&gt;
&lt;br /&gt;
* Bit = 0: Key is pressed&lt;br /&gt;
* Bit = 1: Key is not pressed&lt;br /&gt;
&lt;br /&gt;
== Complete keyboard scanning routine ==&lt;br /&gt;
&lt;br /&gt;
This routine scans the complete keyboard and writes all key status bits in a map.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
keymap  ds 10  ;map with 10*8 = 80 key status bits (bit=0 key is pressed)&lt;br /&gt;
&lt;br /&gt;
keyscan di              ;1 ##%%## C P C   VERSION ##%%##&lt;br /&gt;
        ld hl,keymap    ;3&lt;br /&gt;
        ld bc,#f782     ;3&lt;br /&gt;
        out (c),c       ;4&lt;br /&gt;
        ld bc,#f40e     ;3&lt;br /&gt;
        ld e,b          ;1&lt;br /&gt;
        out (c),c       ;4&lt;br /&gt;
        ld bc,#f6c0     ;3&lt;br /&gt;
        ld d,b          ;1&lt;br /&gt;
        out (c),c       ;4&lt;br /&gt;
        ld c,0          ;2&lt;br /&gt;
        out (c),c       ;4&lt;br /&gt;
        ld bc,#f792     ;3&lt;br /&gt;
        out (c),c       ;4&lt;br /&gt;
        ld a,#40        ;2&lt;br /&gt;
        ld c,#4a        ;2 44&lt;br /&gt;
loop    ld b,d          ;1&lt;br /&gt;
        out (c),a       ;4 select line&lt;br /&gt;
        ld b,e          ;1&lt;br /&gt;
        ini             ;5 read bits and write into KEYMAP&lt;br /&gt;
        inc a           ;1&lt;br /&gt;
        cp c            ;1&lt;br /&gt;
        jr c,loop       ;2/3 9*16+1*15=159&lt;br /&gt;
        ld bc,#f782     ;3&lt;br /&gt;
        out (c),c       ;4&lt;br /&gt;
        ei              ;1 8 =211 microseconds&lt;br /&gt;
        ret&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Developing programs that use joystick ==&lt;br /&gt;
&lt;br /&gt;
In the CPC world it is more common that a game supports both keyboard and digital joystick for those users who don't own joysticks.&lt;br /&gt;
In addition, it is also nice if the keys could be redefined but that is not necessary.&lt;br /&gt;
&lt;br /&gt;
There are some common keyboard configurations used:&lt;br /&gt;
&lt;br /&gt;
* '''Joystick''' - This configuration is compatible with all Amstrad machines, even the GX4000 and you need to scan only one keyboard line (this means you can't be faster)&lt;br /&gt;
&lt;br /&gt;
* '''Cursor keys &amp;amp; SPACE''' - This configuration is often used and is great for the CPC6128 and Plus and playing using emulators. This is '''not''' good for CPC 464 and 664 (which have uncomfortably arranged cursor keys)&lt;br /&gt;
&lt;br /&gt;
* '''Q,A,O,P,SPACE''' - (Q up, A down, O left, P right, SPACE fire) This is a good solution, and it's a sort of standard (used by many games). It is best for english QWERTY keyboards, on french AZERTY it'd be A-Q-O-P (but because the decoding of the keys is done in software, normally by the OS, the bits in the keyboard matrix are actually the same).&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming]][[Category:CPC Internal Components]]&lt;/div&gt;</summary>
		<author><name>Roudoudeux</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Orgams&amp;diff=103076</id>
		<title>Orgams</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Orgams&amp;diff=103076"/>
				<updated>2019-03-15T10:25:57Z</updated>
		
		<summary type="html">&lt;p&gt;Roudoudeux: first draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
(draft, feel free to enhance the page)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Orgams is a ROM Amstrad native assembler. The first public version was released in february 2015&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
As Orgams is ROM based, the RAM is dedicated to execution. The source is stored in the upper RAM to keep it almost safe when reseting the CPC. Getting back to the source after a reset is very quick so Orgams is the ideal solution to hardware testing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* official manual http://orgams.wikidot.com/guideutilisateur&lt;br /&gt;
&lt;br /&gt;
* official topic http://www.cpcwiki.eu/forum/programming/orgams-the-new-cpc-assembler!/&lt;/div&gt;</summary>
		<author><name>Roudoudeux</name></author>	</entry>

	<entry>
		<id>https://oldwiki.cpcwiki.eu/index.php?title=Programming_software&amp;diff=103075</id>
		<title>Programming software</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.cpcwiki.eu/index.php?title=Programming_software&amp;diff=103075"/>
				<updated>2019-03-15T10:14:08Z</updated>
		
		<summary type="html">&lt;p&gt;Roudoudeux: /* Assemblers */ added Rasm&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Compilers &amp;amp; Interpreters ==&lt;br /&gt;
&lt;br /&gt;
=== Assemblers ===&lt;br /&gt;
&lt;br /&gt;
* [[ADAM]] ([[Audiogenic Software Ltd.]])&lt;br /&gt;
* [[DAMS]] ([[Micro Application]])&lt;br /&gt;
* [[Hisoft Devpac]] (Gena/Mona) ([[Amsoft]]/[[Hisoft]])&lt;br /&gt;
* [[Hisoft Devpac 80]] ([[Hisoft]])&lt;br /&gt;
* [[KIO-Fox-Assembler]] ([[Günter Woigk]])&lt;br /&gt;
* [[Laser Genius]] ([[Ocean|Ocean IQ]]/Oasis Software)&lt;br /&gt;
* [[Maxam]] ([[Arnor]])&lt;br /&gt;
* [[Maxam 1.5]] ([[Arnor]])&lt;br /&gt;
* [[Maxam 2|Maxam II]] ([[Arnor]])&lt;br /&gt;
* [[MS MACRO]] ([[Microsoft]])&lt;br /&gt;
* [[Orgams]]&lt;br /&gt;
* [[Pasmo]] ([[Julian Albo]])&lt;br /&gt;
* [[Pyradev]] ([[Discovery Software]])&lt;br /&gt;
* [[RASM]]&lt;br /&gt;
* [[SjasmPlus]]&lt;br /&gt;
* [[Star-Mon]] ([[Star-Division]])&lt;br /&gt;
* [[Turbo Ass|Turbo Ass (TASS)]] ([[Exodus]])&lt;br /&gt;
* [[Zapp]] (Hewson Consultants)&lt;br /&gt;
* [[Zedis II]] ([[Pride Utilities]]/[[Indescomp|Microbyte]])&lt;br /&gt;
* [[Zen]] ([[Kuma_Computers|Kuma Computers]])&lt;br /&gt;
* [[ZSM]] ([[CP/M UG UK]])&lt;br /&gt;
&lt;br /&gt;
=== Basic ===&lt;br /&gt;
&lt;br /&gt;
* [[BASIC-E]]&lt;br /&gt;
* [[BBC Basic]]&lt;br /&gt;
* [[Boriel’s ZX-Basic Compiler]]&lt;br /&gt;
* [[C BASIC Compiler|CBASIC Compiler]] ([[Digital_Research|Digital Research]])&lt;br /&gt;
* [[CPC Basic]]&lt;br /&gt;
* [[Fabacom (FAst BAsic COMpiler)]] ([[DMV|DMV Software]])&lt;br /&gt;
* [[Laser Basic]] ([[Ocean|Ocean IQ]]/Oasis Software)&lt;br /&gt;
* [[Laser BASIC Compiler|Laser Compiler]] ([[Ocean|Ocean IQ]]/Oasis Software)&lt;br /&gt;
* [[Locomotive BASIC]]&lt;br /&gt;
* [[Mallard BASIC]]&lt;br /&gt;
* [[MBASIC Compiler]] ([[Microsoft]])&lt;br /&gt;
* [[MBASIC Interpreter]] ([[Microsoft]])&lt;br /&gt;
* [[Nevada BASIC]] (Ellis Computing)&lt;br /&gt;
* [[Hisoft Turbo Basic]] ([[Hisoft]])&lt;br /&gt;
* [[ZBasic]]&lt;br /&gt;
&lt;br /&gt;
=== BCPL ===&lt;br /&gt;
&lt;br /&gt;
* [[BCPL]] ([[Arnor]])&lt;br /&gt;
&lt;br /&gt;
=== C ===&lt;br /&gt;
&lt;br /&gt;
* [[Arnor C]] ([[Arnor]]/[[WACCO]])&lt;br /&gt;
* [[Aztec C]] (Manx)&lt;br /&gt;
* [[BDS C]] (Brain Damage Software)&lt;br /&gt;
* [[C/80]] (Software Toolworks)&lt;br /&gt;
* [[FIOLIB]] (not a C language per se, but the IO-LIB and environment for FutureOS)&lt;br /&gt;
* [[HiSoft C|Hisoft C]] ([[Hisoft]])&lt;br /&gt;
* [[Hi-Tech C compiler]]&lt;br /&gt;
* [[MESCC]] (FloppySoftware)&lt;br /&gt;
* [[MI-C]] (Herbert Rose)&lt;br /&gt;
* [[Mix C Compiler]] (Mix Software)&lt;br /&gt;
* [[SDCC]]&lt;br /&gt;
* [[Small C]] (Ron Cain)&lt;br /&gt;
* [[Whitesmiths C]] (Whitesmiths, Ltd.)&lt;br /&gt;
* [[ZCC]] (Ken Yap)&lt;br /&gt;
* [[Z88DK]]&lt;br /&gt;
&lt;br /&gt;
=== CC ===&lt;br /&gt;
&lt;br /&gt;
* [[ccz80]]&lt;br /&gt;
&lt;br /&gt;
=== Cobol ===&lt;br /&gt;
&lt;br /&gt;
* [[MS COBOL Compiler]] ([[Microsoft]])&lt;br /&gt;
* [[Nevada Cobol]] ([[Hisoft]]/Ellis Computing)&lt;br /&gt;
&lt;br /&gt;
=== Comal ===&lt;br /&gt;
&lt;br /&gt;
* [[Comal]]&lt;br /&gt;
* [[Comal80]]&lt;br /&gt;
&lt;br /&gt;
=== Forth ===&lt;br /&gt;
&lt;br /&gt;
* [[cpcForth]] (Forth-Systeme A. Flesch)&lt;br /&gt;
* [[CPC-Forth]] (Holtkötter)&lt;br /&gt;
* [[Fig-Forth (Amsoft)|Fig-Forth]] ([[Amsoft]]/Abersoft)&lt;br /&gt;
* [[Fig-Forth]] ([[Interceptor Software]])&lt;br /&gt;
* [[Forth]] ([[Amsoft]]/[[Indescomp]])&lt;br /&gt;
* [[Hisoft Forth]] ([[Hisoft]])&lt;br /&gt;
* [[Kuma Forth]] ([[Kuma_Computers|Kuma Computers]])&lt;br /&gt;
* [http://volksforth.sourceforge.net/ VolksForth]&lt;br /&gt;
&lt;br /&gt;
=== Fortran ===&lt;br /&gt;
&lt;br /&gt;
* [[MS FORTRAN Compiler]] ([[Microsoft]])&lt;br /&gt;
* [[Nevada FORTRAN]] (Ellis Computing)&lt;br /&gt;
* [[Pro FORTRAN]] (Prospero Software)&lt;br /&gt;
&lt;br /&gt;
=== Lisp ===&lt;br /&gt;
&lt;br /&gt;
* [[Hisoft Lisp]] ([[Hisoft]])&lt;br /&gt;
* [[XLISP]] ([[PD libraries|Public Domain]] by David Betz)&lt;br /&gt;
&lt;br /&gt;
=== Logo ===&lt;br /&gt;
&lt;br /&gt;
* [[Logo]] ([[Kuma_Computers|Kuma Computers]])&lt;br /&gt;
* [[DR Logo]] ([[Digital Research]])&lt;br /&gt;
&lt;br /&gt;
=== Modula-2 ===&lt;br /&gt;
* [[Hisoft FTL Modula-2]] ([[Hisoft]])&lt;br /&gt;
* [[Turbo Modula-2]] (Borland)&lt;br /&gt;
* [[Modula-2 System for Z80 CP/M]] (Hochstrasser)&lt;br /&gt;
&lt;br /&gt;
=== Pascal ===&lt;br /&gt;
&lt;br /&gt;
* [[Compas]] (Poly-Data)&lt;br /&gt;
* [[Hisoft Pascal 4T]] ([[Amsoft]]/[[Hisoft]])&lt;br /&gt;
* [[Hisoft Pascal 80]] ([[Hisoft]])&lt;br /&gt;
* [[Nevada Pascal]] / JRT Pascal (Ellis Computing)&lt;br /&gt;
* [[Pascal MT|Pascal MT+]] ([[Digital_Research|Digital Research]])&lt;br /&gt;
* [[Poly Pascal]]&lt;br /&gt;
* [[Turbo Pascal]] (Borland)&lt;br /&gt;
&lt;br /&gt;
=== Pilot ===&lt;br /&gt;
* [[Nevada PILOT]] (Ellis Computing)&lt;br /&gt;
&lt;br /&gt;
=== Prolog ===&lt;br /&gt;
* [[E-Prolog]] ([[PD libraries|Public Domain]])&lt;br /&gt;
&lt;br /&gt;
== Hacking ==&lt;br /&gt;
&lt;br /&gt;
=== Multiface Tools ===&lt;br /&gt;
&lt;br /&gt;
* [[Comparator]] ([[Verysoft]])&lt;br /&gt;
* [[Gripper]] ([[Verysoft]])&lt;br /&gt;
* [[Soundhakker]] ([[The Equalizor]])&lt;br /&gt;
* [[Tearaway]] ([[CPC Network]])&lt;br /&gt;
* [[The Insider]] ([[Romantic Robot]])&lt;br /&gt;
* [[TUSS (The Ultimate Sprite Searcher)]] ([[Sentinel Software]])&lt;br /&gt;
&lt;br /&gt;
=== Others ===&lt;br /&gt;
&lt;br /&gt;
* [[AntiMultiface]]&lt;br /&gt;
* [[ERE Hacking Tools]] ([[GPA]])&lt;br /&gt;
* [[Firebird loader toolkit]] ([[GPA]])&lt;br /&gt;
* [[FutureOS Monitor]] ([[TFM]])&lt;br /&gt;
* [[KBI Cracker]]&lt;br /&gt;
* [[Hackit|Hackit / Le Hacker]] (ROM) ([[Siren Software]])  &lt;br /&gt;
* [[Loriciel to Disk]] ([[GPA]])&lt;br /&gt;
* [[Master toolkit]]&lt;br /&gt;
* [[Mastertronic to Disk]] ([[GPA]])&lt;br /&gt;
* [[Runstrad decoder 1990]] ([[GPA]])&lt;br /&gt;
* [[Soft-Lok]] ([[STS]])&lt;br /&gt;
&lt;br /&gt;
== Integrated Development Environment ==&lt;br /&gt;
&lt;br /&gt;
* [[SymStudio]]&lt;br /&gt;
* [[TommyGun]]&lt;br /&gt;
&lt;br /&gt;
== Libraries ==&lt;br /&gt;
&lt;br /&gt;
* [[B-ASIC]] ([[Logon System]])&lt;br /&gt;
* [[CPCIOLIB]] (Juergen Weber)&lt;br /&gt;
* [[CPCRSlib]] (Artaburu)&lt;br /&gt;
* [[CPCtelera]] (ronaldo)&lt;br /&gt;
* [[Crocolib]] (Arnaudstorq)&lt;br /&gt;
* [[FIOLIB]] ([[TFM]])&lt;br /&gt;
* [[Net Library]]&lt;br /&gt;
&lt;br /&gt;
== Utilities  ==&lt;br /&gt;
*[[ASCII Tools|ASCII Tools]] ([[D.Karalis|D.Karalis]]) &lt;br /&gt;
*[[DamsConverter|DamsConverter]] ([[POW|POW]]) &lt;br /&gt;
*[[Kwikref/x|Kwikref/x]] ([[Parimgold|Parimgold]])&lt;br /&gt;
*[[SuperMonitor|SuperMonitor]] ([[Crown|Crown]]) &lt;br /&gt;
*[[TurboSuperMonitor|TurboSuperMonitor]] ([[POW|POW]]) &lt;br /&gt;
*[[XBDS|XBDS]] ([[DMV|DMV]])&amp;lt;span class=&amp;quot;Apple-style-span&amp;quot; style=&amp;quot;color: rgb(0, 43, 184); text-decoration: underline;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Programming_software]] [[Category:Applications]] [[Category:CrossDev]]&lt;/div&gt;</summary>
		<author><name>Roudoudeux</name></author>	</entry>

	</feed>