Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_12.ADF » INDEX

INDEX

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_12.ADF
Filename: INDEX
Read OK:
File size: 1AF4 bytes
Load address: FFFF1D00
Exec address: FFFF8023
File contents
   10MODE3:VDU23,1,0;0;0;0;:VDU14:PRINT''"PRESS <SHIFT> TO SCROLL"'':PROCtext
   20REPEAT:PRINT''"PLEASE PRESS <P> TO PRINT TEXT, <M> FOR MAIN MENU"
   30REPEAT:A%=INSTR("MP",GET$):UNTILA%
   40IFA%=1 THENCHAIN"$.MENU"
   50IFA%=2 THENVDU15:VDU2:PROCtext:VDU3 
   60UNTIL FALSE
   70END
   80DEF PROCtext
   90PRINT"                            E . U.   I N D E X"
  100PRINT"                            ~~~~~~~~~~~~~~~~~~ "
  110PRINT"After my rather verbose and self-indulgent descriptions of the first four"
  120PRINT"pull-out issues of Electron User which appeared in EUG 10, I think it's"
  130PRINT"best if I confine myself to cataloguing only the ARTICLES and LISTINGS"
  140PRINT"that appeared in subsequent magazines, although these catagories will"
  150PRINT"overlap as many programs included explanatory articles, and some articles"
  160PRINT"used illustrative listings (if you see what I mean!). I had thought of"
  170PRINT"including accounts of the ""News of the day"", software reviews etc, but"
  180PRINT"have decided to do this only if they were of exceptional interest,"
  190PRINT"otherwise we would end up with a VERY long index indeed!........."
  200PRINT
  210PRINT"FEBRUARY 1984"
  220PRINT"************* "
  230PRINT"This was the first issue of Electron User to be published as a stand-alone"
  240PRINT"magazine available from news agents, and contained the following:-"
  250PRINT
  260PRINT"ARTICLES"
  270PRINT"~~~~~~~~"
  280PRINT"Introduction to programming (Part One) - by Pete Bibby.  Aimed at the"
  290PRINT"complete novice and demonstrated the use of the PRINT statement in 'direct"
  300PRINT"mode' (no line numbers!)."
  310PRINT
  320PRINT"Auto Repeat - author unknown. A short piece on how *FX11 and *FX12 can"
  330PRINT"alter the rate at which a key repeats when pressed."
  340PRINT
  350PRINT"Listing Loopholes - by Nigel Peters. Outlined the nine most common errors"
  360PRINT"made by novices (and Will Watts!) when typing-in listings."
  370PRINT
  380PRINT"Electron A LA  Mode - by Mike MacManus. Explained the properties and"
  390PRINT"characteristics of the Elk's seven screen modes (0 - 6) and also"
  400PRINT"introduced the VDU19 command."
  410PRINT
  420PRINT"Electron Keyboard - by Trevor Roberts. Gave details of what each key on"
  430PRINT"the Elk's keyboard does and how to set up the function keys with *KEY<n>. "
  440PRINT
  450PRINT"Maths Workout - by Chris Barton. Explored the basic mathematical"
  460PRINT"capabilities of the Elk, including ""Operator Precedence"""
  470PRINT"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
  480PRINT"LISTINGS"
  490PRINT"~~~~~~~~"
  500PRINT"Sounds Exciting - SOUND and ENVELOPE parameters for:- PHASER FIRE,"
  510PRINT"HANGOVER, LOST!, DECENDING, MORE MONEY (payphone), CUT OFF (telephone)."
  520PRINT
  530PRINT"Moon Rescue - by R. J. Arundale - You guided a shuttle craft through an"
  540PRINT"asteroid field and rescued explorers from four temporary landing pads."
  550PRINT
  560PRINT"Calculator - author unknown - Simple eleven liner that kept a running"
  570PRINT"total of numbers input by the user."
  580PRINT
  590PRINT"Coloured Stars - author unknown - Printed coloured asterisks at random on"
  600PRINT"a Mode 2 screen (Oh! be still my beating heart!)."
  610PRINT
  620PRINT"Towers of Hanoi - by Denis Smith - The classic posts and discs puzzle."
  630PRINT
  640PRINT"Tapestry - by Paul Jones & Pete Bibby - Random coloured blocks in Mode 5."
  650PRINT
  660PRINT"Balance - author unknown - Mental arithmetic tester that used a graphical"
  670PRINT"representation of a pan-scale to indicate whether an answer was correct"
  680PRINT"(in balance) or not. This program later appeared as part of the ""Fun"
  690PRINT"School"" bundle of educational software released by Database publications."
  700PRINT
  710PRINT"Positron Invaders - author unknown - A variation of Space Invaders taken"
  720PRINT"from the book ""21 Games for the Electron"""
  730PRINT
  740PRINT"Doily Maker - by Mike Cook - Geometric line drawings."
  750PRINT
  760PRINT"Casting Agency - User defined characters in the shape of:- SMALL"
  770PRINT"SNOWFLAKE, LARGE SNOWFLAKE, COMPUTER, DUCK, SHIP, ARROW, MICRO KID."
  780PRINT
  790PRINT"Lunar Lander - by Chris Price - Land a space craft on uneven terrain."
  800PRINT"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
  810PRINT
  820PRINT"MARCH 1984"
  830PRINT"**********"
  840PRINT"ARTICLES"
  850PRINT"~~~~~~~~"
  860PRINT"Introduction to programming (Part Two) - by Pete Bibby - Reached the dizzy"
  870PRINT"heights of actually using line numbers and introduced the CLS command to"
  880PRINT"clear the screen!"
  890PRINT
  900PRINT"Graphics - by Mick MacManus - (wasn't he a professional wrestler in the"
  910PRINT"1960's?!?) The basics of coloured text displays were discussed."
  920PRINT
  930PRINT"Maths Workout - by Chris Barton - Looked at the function and limitation of"
  940PRINT"numeric variables. Of all the ""Beginner's"" articles from these early"
  950PRINT"issues, the maths series was probably the first to start introducing"
  960PRINT"""serious"" programming techniques."
  970PRINT
  980PRINT"What's That (when it's at home)? - by Mike Cook - Explained the"
  990PRINT"fundamentals of 8-bit memory addressing in terms that can be understood by"
 1000PRINT"non-techies - like me!"
 1010PRINT"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
 1020PRINT"LISTINGS"
 1030PRINT"~~~~~~~~"
 1040PRINT"Australian Coffee Game - by Dennis Dixon - An impressive looking word"
 1050PRINT"guessing game. A very LONG listing."
 1060PRINT
 1070PRINT"Casting Agency - Slightly more sophisticated than previous User Def Char"
 1080PRINT"sections in that short listings were used to animate a HELICOPTER, and a"
 1090PRINT"VAMPIRE BAT among others."
 1100PRINT
 1110PRINT"Paper, Scissors, Stone - by Pete Bibby - The old hand-to-hand combat game"
 1120PRINT"given the computer treatment."
 1130PRINT
 1140PRINT"Random Draw - by Trevor Roberts - Yet another random pattern drawer. A"
 1150PRINT"thing of great wonder in 1984 - a bit of a drag ten years on though!"
 1160PRINT
 1170PRINT"Fun With Polygons - by Mike Cook - An interesting little prog that"
 1180PRINT"included a colour-switching routine for rapid animation, and a procedure"
 1190PRINT"for drawing polygons that could be included in your own software."
 1200PRINT
 1210PRINT"Sounds Exciting - Parameters for:- BIRD TWEET, SPACE SATELLITE (beeping),"
 1220PRINT"BIRD SONG, RAY GUN, RADIATION, HUGE SPLASH, ESCALATOR, THE ENTIRE 1812"
 1230PRINT"OVERTURE (that last one was a lie, I just got bored - Will)."
 1240PRINT
 1250PRINT"Counter - by Pete Bibby - Another mental arithmetic game/quiz/test."
 1260PRINT
 1270PRINT"Chicken - by Eric H. Crisp - Two-player car-dodging game."
 1280PRINT
 1290PRINT"Average Calculator - by Nigel Peters - See if you can guess what this did!"
 1300PRINT
 1310PRINT"Character Generator - by Nicholas Timberlake - One of the forty billion"
 1320PRINT"User-Defined Character creators that have been written over the past ten"
 1330PRINT"years or so - I've written 4 different versions myself....."
 1340PRINT
 1350PRINT"Rabbits - by Mike Rowe - Short graphics demo that ""bred"" rabbits 'til"
 1360PRINT"they filled the screen."
 1370PRINT
 1380PRINT"Parky - author unknown - The possible paths through a pre-set maze became"
 1390PRINT"visible as you attempted to solve it against the clock."
 1400PRINT
 1410PRINT"Decision Maker - by Pete Bibby - Mock(""Fun"") problem solver."
 1420PRINT
 1430PRINT"Reaction Timer - by Pete Davidson - Answers on a postcard please......."
 1440PRINT"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
 1450ENDPROC

>�3:�23,1,0;0;0;0;:�14:�''"PRESS <SHIFT> TO SCROLL"'':�text
<�:�''"PLEASE PRESS <P> TO PRINT TEXT, <M> FOR MAIN MENU"
�:A%=�"MP",�):�A%
(�A%=1 ��"$.MENU"
2�A%=2 ��15:�2:�text:�3 
<� �
F�
P� �text
Z5�"                            E . U.   I N D E X"
d6�"                            ~~~~~~~~~~~~~~~~~~ "
nP�"After my rather verbose and self-indulgent descriptions of the first four"
xN�"pull-out issues of Electron User which appeared in EUG 10, I think it's"
�M�"best if I confine myself to cataloguing only the ARTICLES and LISTINGS"
�L�"that appeared in subsequent magazines, although these catagories will"
�P�"overlap as many programs included explanatory articles, and some articles"
�M�"used illustrative listings (if you see what I mean!). I had thought of"
�O�"including accounts of the ""News of the day"", software reviews etc, but"
�I�"have decided to do this only if they were of exceptional interest,"
�H�"otherwise we would end up with a VERY long index indeed!........."
��
��"FEBRUARY 1984"
��"************* "
�Q�"This was the first issue of Electron User to be published as a stand-alone"
�I�"magazine available from news agents, and contained the following:-"
��
�"ARTICLES"
�"~~~~~~~~"
L�"Introduction to programming (Part One) - by Pete Bibby.  Aimed at the"
"Q�"complete novice and demonstrated the use of the PRINT statement in 'direct"
, �"mode' (no line numbers!)."
6�
@M�"Auto Repeat - author unknown. A short piece on how *FX11 and *FX12 can"
J:�"alter the rate at which a key repeats when pressed."
T�
^P�"Listing Loopholes - by Nigel Peters. Outlined the nine most common errors"
hA�"made by novices (and Will Watts!) when typing-in listings."
r�
|K�"Electron A LA  Mode - by Mike MacManus. Explained the properties and"
�G�"characteristics of the Elk's seven screen modes (0 - 6) and also"
�$�"introduced the VDU19 command."
��
�N�"Electron Keyboard - by Trevor Roberts. Gave details of what each key on"
�Q�"the Elk's keyboard does and how to set up the function keys with *KEY<n>. "
��
�G�"Maths Workout - by Chris Barton. Explored the basic mathematical"
�A�"capabilities of the Elk, including ""Operator Precedence"""
�Q�"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
��"LISTINGS"
��"~~~~~~~~"
�I�"Sounds Exciting - SOUND and ENVELOPE parameters for:- PHASER FIRE,"
�N�"HANGOVER, LOST!, DECENDING, MORE MONEY (payphone), CUT OFF (telephone)."
�
N�"Moon Rescue - by R. J. Arundale - You guided a shuttle craft through an"
M�"asteroid field and rescued explorers from four temporary landing pads."
&�
0L�"Calculator - author unknown - Simple eleven liner that kept a running"
:*�"total of numbers input by the user."
D�
NP�"Coloured Stars - author unknown - Printed coloured asterisks at random on"
X8�"a Mode 2 screen (Oh! be still my beating heart!)."
b�
lM�"Towers of Hanoi - by Denis Smith - The classic posts and discs puzzle."
v�
�P�"Tapestry - by Paul Jones & Pete Bibby - Random coloured blocks in Mode 5."
��
�P�"Balance - author unknown - Mental arithmetic tester that used a graphical"
�N�"representation of a pan-scale to indicate whether an answer was correct"
�L�"(in balance) or not. This program later appeared as part of the ""Fun"
�Q�"School"" bundle of educational software released by Database publications."
��
�O�"Positron Invaders - author unknown - A variation of Space Invaders taken"
�2�"from the book ""21 Games for the Electron"""
��
�<�"Doily Maker - by Mike Cook - Geometric line drawings."
��
�G�"Casting Agency - User defined characters in the shape of:- SMALL"
J�"SNOWFLAKE, LARGE SNOWFLAKE, COMPUTER, DUCK, SHIP, ARROW, MICRO KID."
�
L�"Lunar Lander - by Chris Price - Land a space craft on uneven terrain."
 Q�"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
*�
4�"MARCH 1984"
>�"**********"
H�"ARTICLES"
R�"~~~~~~~~"
\Q�"Introduction to programming (Part Two) - by Pete Bibby - Reached the dizzy"
fO�"heights of actually using line numbers and introduced the CLS command to"
p�"clear the screen!"
z�
�N�"Graphics - by Mick MacManus - (wasn't he a professional wrestler in the"
�F�"1960's?!?) The basics of coloured text displays were discussed."
��
�Q�"Maths Workout - by Chris Barton - Looked at the function and limitation of"
�M�"numeric variables. Of all the ""Beginner's"" articles from these early"
�K�"issues, the maths series was probably the first to start introducing"
�*�"""serious"" programming techniques."
��
�F�"What's That (when it's at home)? - by Mike Cook - Explained the"
�Q�"fundamentals of 8-bit memory addressing in terms that can be understood by"
��"non-techies - like me!"
�Q�"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
��"LISTINGS"
�"~~~~~~~~"
L�"Australian Coffee Game - by Dennis Dixon - An impressive looking word"
*�"guessing game. A very LONG listing."
$�
.O�"Casting Agency - Slightly more sophisticated than previous User Def Char"
8O�"sections in that short listings were used to animate a HELICOPTER, and a"
B �"VAMPIRE BAT among others."
L�
VP�"Paper, Scissors, Stone - by Pete Bibby - The old hand-to-hand combat game"
`$�"given the computer treatment."
j�
tM�"Random Draw - by Trevor Roberts - Yet another random pattern drawer. A"
~K�"thing of great wonder in 1984 - a bit of a drag ten years on though!"
��
�I�"Fun With Polygons - by Mike Cook - An interesting little prog that"
�O�"included a colour-switching routine for rapid animation, and a procedure"
�H�"for drawing polygons that could be included in your own software."
��
�P�"Sounds Exciting - Parameters for:- BIRD TWEET, SPACE SATELLITE (beeping),"
�M�"BIRD SONG, RAY GUN, RADIATION, HUGE SPLASH, ESCALATOR, THE ENTIRE 1812"
�C�"OVERTURE (that last one was a lie, I just got bored - Will)."
��
�J�"Counter - by Pete Bibby - Another mental arithmetic game/quiz/test."
��
�@�"Chicken - by Eric H. Crisp - Two-player car-dodging game."
�

Q�"Average Calculator - by Nigel Peters - See if you can guess what this did!"
�
N�"Character Generator - by Nicholas Timberlake - One of the forty billion"
(O�"User-Defined Character creators that have been written over the past ten"
2B�"years or so - I've written 4 different versions myself....."
<�
FN�"Rabbits - by Mike Rowe - Short graphics demo that ""bred"" rabbits 'til"
P�"they filled the screen."
Z�
dP�"Parky - author unknown - The possible paths through a pre-set maze became"
n>�"visible as you attempted to solve it against the clock."
x�
�E�"Decision Maker - by Pete Bibby - Mock(""Fun"") problem solver."
��
�N�"Reaction Timer - by Pete Davidson - Answers on a postcard please......."
�Q�"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
��
�
00000000  0d 00 0a 3e eb 33 3a ef  32 33 2c 31 2c 30 3b 30  |...>.3:.23,1,0;0|
00000010  3b 30 3b 30 3b 3a ef 31  34 3a f1 27 27 22 50 52  |;0;0;:.14:.''"PR|
00000020  45 53 53 20 3c 53 48 49  46 54 3e 20 54 4f 20 53  |ESS <SHIFT> TO S|
00000030  43 52 4f 4c 4c 22 27 27  3a f2 74 65 78 74 0d 00  |CROLL"'':.text..|
00000040  14 3c f5 3a f1 27 27 22  50 4c 45 41 53 45 20 50  |.<.:.''"PLEASE P|
00000050  52 45 53 53 20 3c 50 3e  20 54 4f 20 50 52 49 4e  |RESS <P> TO PRIN|
00000060  54 20 54 45 58 54 2c 20  3c 4d 3e 20 46 4f 52 20  |T TEXT, <M> FOR |
00000070  4d 41 49 4e 20 4d 45 4e  55 22 0d 00 1e 15 f5 3a  |MAIN MENU".....:|
00000080  41 25 3d a7 22 4d 50 22  2c be 29 3a fd 41 25 0d  |A%=."MP",.):.A%.|
00000090  00 28 14 e7 41 25 3d 31  20 8c d7 22 24 2e 4d 45  |.(..A%=1 .."$.ME|
000000a0  4e 55 22 0d 00 32 1b e7  41 25 3d 32 20 8c ef 31  |NU"..2..A%=2 ..1|
000000b0  35 3a ef 32 3a f2 74 65  78 74 3a ef 33 20 0d 00  |5:.2:.text:.3 ..|
000000c0  3c 07 fd 20 a3 0d 00 46  05 e0 0d 00 50 0b dd 20  |<.. ...F....P.. |
000000d0  f2 74 65 78 74 0d 00 5a  35 f1 22 20 20 20 20 20  |.text..Z5."     |
000000e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000f0  20 20 20 20 20 20 20 45  20 2e 20 55 2e 20 20 20  |       E . U.   |
00000100  49 20 4e 20 44 20 45 20  58 22 0d 00 64 36 f1 22  |I N D E X"..d6."|
00000110  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000120  20 20 20 20 20 20 20 20  20 20 20 20 7e 7e 7e 7e  |            ~~~~|
00000130  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 20 22  |~~~~~~~~~~~~~~ "|
00000140  0d 00 6e 50 f1 22 41 66  74 65 72 20 6d 79 20 72  |..nP."After my r|
00000150  61 74 68 65 72 20 76 65  72 62 6f 73 65 20 61 6e  |ather verbose an|
00000160  64 20 73 65 6c 66 2d 69  6e 64 75 6c 67 65 6e 74  |d self-indulgent|
00000170  20 64 65 73 63 72 69 70  74 69 6f 6e 73 20 6f 66  | descriptions of|
00000180  20 74 68 65 20 66 69 72  73 74 20 66 6f 75 72 22  | the first four"|
00000190  0d 00 78 4e f1 22 70 75  6c 6c 2d 6f 75 74 20 69  |..xN."pull-out i|
000001a0  73 73 75 65 73 20 6f 66  20 45 6c 65 63 74 72 6f  |ssues of Electro|
000001b0  6e 20 55 73 65 72 20 77  68 69 63 68 20 61 70 70  |n User which app|
000001c0  65 61 72 65 64 20 69 6e  20 45 55 47 20 31 30 2c  |eared in EUG 10,|
000001d0  20 49 20 74 68 69 6e 6b  20 69 74 27 73 22 0d 00  | I think it's"..|
000001e0  82 4d f1 22 62 65 73 74  20 69 66 20 49 20 63 6f  |.M."best if I co|
000001f0  6e 66 69 6e 65 20 6d 79  73 65 6c 66 20 74 6f 20  |nfine myself to |
00000200  63 61 74 61 6c 6f 67 75  69 6e 67 20 6f 6e 6c 79  |cataloguing only|
00000210  20 74 68 65 20 41 52 54  49 43 4c 45 53 20 61 6e  | the ARTICLES an|
00000220  64 20 4c 49 53 54 49 4e  47 53 22 0d 00 8c 4c f1  |d LISTINGS"...L.|
00000230  22 74 68 61 74 20 61 70  70 65 61 72 65 64 20 69  |"that appeared i|
00000240  6e 20 73 75 62 73 65 71  75 65 6e 74 20 6d 61 67  |n subsequent mag|
00000250  61 7a 69 6e 65 73 2c 20  61 6c 74 68 6f 75 67 68  |azines, although|
00000260  20 74 68 65 73 65 20 63  61 74 61 67 6f 72 69 65  | these catagorie|
00000270  73 20 77 69 6c 6c 22 0d  00 96 50 f1 22 6f 76 65  |s will"...P."ove|
00000280  72 6c 61 70 20 61 73 20  6d 61 6e 79 20 70 72 6f  |rlap as many pro|
00000290  67 72 61 6d 73 20 69 6e  63 6c 75 64 65 64 20 65  |grams included e|
000002a0  78 70 6c 61 6e 61 74 6f  72 79 20 61 72 74 69 63  |xplanatory artic|
000002b0  6c 65 73 2c 20 61 6e 64  20 73 6f 6d 65 20 61 72  |les, and some ar|
000002c0  74 69 63 6c 65 73 22 0d  00 a0 4d f1 22 75 73 65  |ticles"...M."use|
000002d0  64 20 69 6c 6c 75 73 74  72 61 74 69 76 65 20 6c  |d illustrative l|
000002e0  69 73 74 69 6e 67 73 20  28 69 66 20 79 6f 75 20  |istings (if you |
000002f0  73 65 65 20 77 68 61 74  20 49 20 6d 65 61 6e 21  |see what I mean!|
00000300  29 2e 20 49 20 68 61 64  20 74 68 6f 75 67 68 74  |). I had thought|
00000310  20 6f 66 22 0d 00 aa 4f  f1 22 69 6e 63 6c 75 64  | of"...O."includ|
00000320  69 6e 67 20 61 63 63 6f  75 6e 74 73 20 6f 66 20  |ing accounts of |
00000330  74 68 65 20 22 22 4e 65  77 73 20 6f 66 20 74 68  |the ""News of th|
00000340  65 20 64 61 79 22 22 2c  20 73 6f 66 74 77 61 72  |e day"", softwar|
00000350  65 20 72 65 76 69 65 77  73 20 65 74 63 2c 20 62  |e reviews etc, b|
00000360  75 74 22 0d 00 b4 49 f1  22 68 61 76 65 20 64 65  |ut"...I."have de|
00000370  63 69 64 65 64 20 74 6f  20 64 6f 20 74 68 69 73  |cided to do this|
00000380  20 6f 6e 6c 79 20 69 66  20 74 68 65 79 20 77 65  | only if they we|
00000390  72 65 20 6f 66 20 65 78  63 65 70 74 69 6f 6e 61  |re of exceptiona|
000003a0  6c 20 69 6e 74 65 72 65  73 74 2c 22 0d 00 be 48  |l interest,"...H|
000003b0  f1 22 6f 74 68 65 72 77  69 73 65 20 77 65 20 77  |."otherwise we w|
000003c0  6f 75 6c 64 20 65 6e 64  20 75 70 20 77 69 74 68  |ould end up with|
000003d0  20 61 20 56 45 52 59 20  6c 6f 6e 67 20 69 6e 64  | a VERY long ind|
000003e0  65 78 20 69 6e 64 65 65  64 21 2e 2e 2e 2e 2e 2e  |ex indeed!......|
000003f0  2e 2e 2e 22 0d 00 c8 05  f1 0d 00 d2 14 f1 22 46  |...".........."F|
00000400  45 42 52 55 41 52 59 20  31 39 38 34 22 0d 00 dc  |EBRUARY 1984"...|
00000410  15 f1 22 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |.."*************|
00000420  20 22 0d 00 e6 51 f1 22  54 68 69 73 20 77 61 73  | "...Q."This was|
00000430  20 74 68 65 20 66 69 72  73 74 20 69 73 73 75 65  | the first issue|
00000440  20 6f 66 20 45 6c 65 63  74 72 6f 6e 20 55 73 65  | of Electron Use|
00000450  72 20 74 6f 20 62 65 20  70 75 62 6c 69 73 68 65  |r to be publishe|
00000460  64 20 61 73 20 61 20 73  74 61 6e 64 2d 61 6c 6f  |d as a stand-alo|
00000470  6e 65 22 0d 00 f0 49 f1  22 6d 61 67 61 7a 69 6e  |ne"...I."magazin|
00000480  65 20 61 76 61 69 6c 61  62 6c 65 20 66 72 6f 6d  |e available from|
00000490  20 6e 65 77 73 20 61 67  65 6e 74 73 2c 20 61 6e  | news agents, an|
000004a0  64 20 63 6f 6e 74 61 69  6e 65 64 20 74 68 65 20  |d contained the |
000004b0  66 6f 6c 6c 6f 77 69 6e  67 3a 2d 22 0d 00 fa 05  |following:-"....|
000004c0  f1 0d 01 04 0f f1 22 41  52 54 49 43 4c 45 53 22  |......"ARTICLES"|
000004d0  0d 01 0e 0f f1 22 7e 7e  7e 7e 7e 7e 7e 7e 22 0d  |....."~~~~~~~~".|
000004e0  01 18 4c f1 22 49 6e 74  72 6f 64 75 63 74 69 6f  |..L."Introductio|
000004f0  6e 20 74 6f 20 70 72 6f  67 72 61 6d 6d 69 6e 67  |n to programming|
00000500  20 28 50 61 72 74 20 4f  6e 65 29 20 2d 20 62 79  | (Part One) - by|
00000510  20 50 65 74 65 20 42 69  62 62 79 2e 20 20 41 69  | Pete Bibby.  Ai|
00000520  6d 65 64 20 61 74 20 74  68 65 22 0d 01 22 51 f1  |med at the".."Q.|
00000530  22 63 6f 6d 70 6c 65 74  65 20 6e 6f 76 69 63 65  |"complete novice|
00000540  20 61 6e 64 20 64 65 6d  6f 6e 73 74 72 61 74 65  | and demonstrate|
00000550  64 20 74 68 65 20 75 73  65 20 6f 66 20 74 68 65  |d the use of the|
00000560  20 50 52 49 4e 54 20 73  74 61 74 65 6d 65 6e 74  | PRINT statement|
00000570  20 69 6e 20 27 64 69 72  65 63 74 22 0d 01 2c 20  | in 'direct".., |
00000580  f1 22 6d 6f 64 65 27 20  28 6e 6f 20 6c 69 6e 65  |."mode' (no line|
00000590  20 6e 75 6d 62 65 72 73  21 29 2e 22 0d 01 36 05  | numbers!)."..6.|
000005a0  f1 0d 01 40 4d f1 22 41  75 74 6f 20 52 65 70 65  |...@M."Auto Repe|
000005b0  61 74 20 2d 20 61 75 74  68 6f 72 20 75 6e 6b 6e  |at - author unkn|
000005c0  6f 77 6e 2e 20 41 20 73  68 6f 72 74 20 70 69 65  |own. A short pie|
000005d0  63 65 20 6f 6e 20 68 6f  77 20 2a 46 58 31 31 20  |ce on how *FX11 |
000005e0  61 6e 64 20 2a 46 58 31  32 20 63 61 6e 22 0d 01  |and *FX12 can"..|
000005f0  4a 3a f1 22 61 6c 74 65  72 20 74 68 65 20 72 61  |J:."alter the ra|
00000600  74 65 20 61 74 20 77 68  69 63 68 20 61 20 6b 65  |te at which a ke|
00000610  79 20 72 65 70 65 61 74  73 20 77 68 65 6e 20 70  |y repeats when p|
00000620  72 65 73 73 65 64 2e 22  0d 01 54 05 f1 0d 01 5e  |ressed."..T....^|
00000630  50 f1 22 4c 69 73 74 69  6e 67 20 4c 6f 6f 70 68  |P."Listing Looph|
00000640  6f 6c 65 73 20 2d 20 62  79 20 4e 69 67 65 6c 20  |oles - by Nigel |
00000650  50 65 74 65 72 73 2e 20  4f 75 74 6c 69 6e 65 64  |Peters. Outlined|
00000660  20 74 68 65 20 6e 69 6e  65 20 6d 6f 73 74 20 63  | the nine most c|
00000670  6f 6d 6d 6f 6e 20 65 72  72 6f 72 73 22 0d 01 68  |ommon errors"..h|
00000680  41 f1 22 6d 61 64 65 20  62 79 20 6e 6f 76 69 63  |A."made by novic|
00000690  65 73 20 28 61 6e 64 20  57 69 6c 6c 20 57 61 74  |es (and Will Wat|
000006a0  74 73 21 29 20 77 68 65  6e 20 74 79 70 69 6e 67  |ts!) when typing|
000006b0  2d 69 6e 20 6c 69 73 74  69 6e 67 73 2e 22 0d 01  |-in listings."..|
000006c0  72 05 f1 0d 01 7c 4b f1  22 45 6c 65 63 74 72 6f  |r....|K."Electro|
000006d0  6e 20 41 20 4c 41 20 20  4d 6f 64 65 20 2d 20 62  |n A LA  Mode - b|
000006e0  79 20 4d 69 6b 65 20 4d  61 63 4d 61 6e 75 73 2e  |y Mike MacManus.|
000006f0  20 45 78 70 6c 61 69 6e  65 64 20 74 68 65 20 70  | Explained the p|
00000700  72 6f 70 65 72 74 69 65  73 20 61 6e 64 22 0d 01  |roperties and"..|
00000710  86 47 f1 22 63 68 61 72  61 63 74 65 72 69 73 74  |.G."characterist|
00000720  69 63 73 20 6f 66 20 74  68 65 20 45 6c 6b 27 73  |ics of the Elk's|
00000730  20 73 65 76 65 6e 20 73  63 72 65 65 6e 20 6d 6f  | seven screen mo|
00000740  64 65 73 20 28 30 20 2d  20 36 29 20 61 6e 64 20  |des (0 - 6) and |
00000750  61 6c 73 6f 22 0d 01 90  24 f1 22 69 6e 74 72 6f  |also"...$."intro|
00000760  64 75 63 65 64 20 74 68  65 20 56 44 55 31 39 20  |duced the VDU19 |
00000770  63 6f 6d 6d 61 6e 64 2e  22 0d 01 9a 05 f1 0d 01  |command.".......|
00000780  a4 4e f1 22 45 6c 65 63  74 72 6f 6e 20 4b 65 79  |.N."Electron Key|
00000790  62 6f 61 72 64 20 2d 20  62 79 20 54 72 65 76 6f  |board - by Trevo|
000007a0  72 20 52 6f 62 65 72 74  73 2e 20 47 61 76 65 20  |r Roberts. Gave |
000007b0  64 65 74 61 69 6c 73 20  6f 66 20 77 68 61 74 20  |details of what |
000007c0  65 61 63 68 20 6b 65 79  20 6f 6e 22 0d 01 ae 51  |each key on"...Q|
000007d0  f1 22 74 68 65 20 45 6c  6b 27 73 20 6b 65 79 62  |."the Elk's keyb|
000007e0  6f 61 72 64 20 64 6f 65  73 20 61 6e 64 20 68 6f  |oard does and ho|
000007f0  77 20 74 6f 20 73 65 74  20 75 70 20 74 68 65 20  |w to set up the |
00000800  66 75 6e 63 74 69 6f 6e  20 6b 65 79 73 20 77 69  |function keys wi|
00000810  74 68 20 2a 4b 45 59 3c  6e 3e 2e 20 22 0d 01 b8  |th *KEY<n>. "...|
00000820  05 f1 0d 01 c2 47 f1 22  4d 61 74 68 73 20 57 6f  |.....G."Maths Wo|
00000830  72 6b 6f 75 74 20 2d 20  62 79 20 43 68 72 69 73  |rkout - by Chris|
00000840  20 42 61 72 74 6f 6e 2e  20 45 78 70 6c 6f 72 65  | Barton. Explore|
00000850  64 20 74 68 65 20 62 61  73 69 63 20 6d 61 74 68  |d the basic math|
00000860  65 6d 61 74 69 63 61 6c  22 0d 01 cc 41 f1 22 63  |ematical"...A."c|
00000870  61 70 61 62 69 6c 69 74  69 65 73 20 6f 66 20 74  |apabilities of t|
00000880  68 65 20 45 6c 6b 2c 20  69 6e 63 6c 75 64 69 6e  |he Elk, includin|
00000890  67 20 22 22 4f 70 65 72  61 74 6f 72 20 50 72 65  |g ""Operator Pre|
000008a0  63 65 64 65 6e 63 65 22  22 22 0d 01 d6 51 f1 22  |cedence"""...Q."|
000008b0  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |~~~~~~~~~~~~~~~~|
*
000008f0  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 22 0d 01 e0 0f f1  |~~~~~~~~~~".....|
00000900  22 4c 49 53 54 49 4e 47  53 22 0d 01 ea 0f f1 22  |"LISTINGS"....."|
00000910  7e 7e 7e 7e 7e 7e 7e 7e  22 0d 01 f4 49 f1 22 53  |~~~~~~~~"...I."S|
00000920  6f 75 6e 64 73 20 45 78  63 69 74 69 6e 67 20 2d  |ounds Exciting -|
00000930  20 53 4f 55 4e 44 20 61  6e 64 20 45 4e 56 45 4c  | SOUND and ENVEL|
00000940  4f 50 45 20 70 61 72 61  6d 65 74 65 72 73 20 66  |OPE parameters f|
00000950  6f 72 3a 2d 20 50 48 41  53 45 52 20 46 49 52 45  |or:- PHASER FIRE|
00000960  2c 22 0d 01 fe 4e f1 22  48 41 4e 47 4f 56 45 52  |,"...N."HANGOVER|
00000970  2c 20 4c 4f 53 54 21 2c  20 44 45 43 45 4e 44 49  |, LOST!, DECENDI|
00000980  4e 47 2c 20 4d 4f 52 45  20 4d 4f 4e 45 59 20 28  |NG, MORE MONEY (|
00000990  70 61 79 70 68 6f 6e 65  29 2c 20 43 55 54 20 4f  |payphone), CUT O|
000009a0  46 46 20 28 74 65 6c 65  70 68 6f 6e 65 29 2e 22  |FF (telephone)."|
000009b0  0d 02 08 05 f1 0d 02 12  4e f1 22 4d 6f 6f 6e 20  |........N."Moon |
000009c0  52 65 73 63 75 65 20 2d  20 62 79 20 52 2e 20 4a  |Rescue - by R. J|
000009d0  2e 20 41 72 75 6e 64 61  6c 65 20 2d 20 59 6f 75  |. Arundale - You|
000009e0  20 67 75 69 64 65 64 20  61 20 73 68 75 74 74 6c  | guided a shuttl|
000009f0  65 20 63 72 61 66 74 20  74 68 72 6f 75 67 68 20  |e craft through |
00000a00  61 6e 22 0d 02 1c 4d f1  22 61 73 74 65 72 6f 69  |an"...M."asteroi|
00000a10  64 20 66 69 65 6c 64 20  61 6e 64 20 72 65 73 63  |d field and resc|
00000a20  75 65 64 20 65 78 70 6c  6f 72 65 72 73 20 66 72  |ued explorers fr|
00000a30  6f 6d 20 66 6f 75 72 20  74 65 6d 70 6f 72 61 72  |om four temporar|
00000a40  79 20 6c 61 6e 64 69 6e  67 20 70 61 64 73 2e 22  |y landing pads."|
00000a50  0d 02 26 05 f1 0d 02 30  4c f1 22 43 61 6c 63 75  |..&....0L."Calcu|
00000a60  6c 61 74 6f 72 20 2d 20  61 75 74 68 6f 72 20 75  |lator - author u|
00000a70  6e 6b 6e 6f 77 6e 20 2d  20 53 69 6d 70 6c 65 20  |nknown - Simple |
00000a80  65 6c 65 76 65 6e 20 6c  69 6e 65 72 20 74 68 61  |eleven liner tha|
00000a90  74 20 6b 65 70 74 20 61  20 72 75 6e 6e 69 6e 67  |t kept a running|
00000aa0  22 0d 02 3a 2a f1 22 74  6f 74 61 6c 20 6f 66 20  |"..:*."total of |
00000ab0  6e 75 6d 62 65 72 73 20  69 6e 70 75 74 20 62 79  |numbers input by|
00000ac0  20 74 68 65 20 75 73 65  72 2e 22 0d 02 44 05 f1  | the user."..D..|
00000ad0  0d 02 4e 50 f1 22 43 6f  6c 6f 75 72 65 64 20 53  |..NP."Coloured S|
00000ae0  74 61 72 73 20 2d 20 61  75 74 68 6f 72 20 75 6e  |tars - author un|
00000af0  6b 6e 6f 77 6e 20 2d 20  50 72 69 6e 74 65 64 20  |known - Printed |
00000b00  63 6f 6c 6f 75 72 65 64  20 61 73 74 65 72 69 73  |coloured asteris|
00000b10  6b 73 20 61 74 20 72 61  6e 64 6f 6d 20 6f 6e 22  |ks at random on"|
00000b20  0d 02 58 38 f1 22 61 20  4d 6f 64 65 20 32 20 73  |..X8."a Mode 2 s|
00000b30  63 72 65 65 6e 20 28 4f  68 21 20 62 65 20 73 74  |creen (Oh! be st|
00000b40  69 6c 6c 20 6d 79 20 62  65 61 74 69 6e 67 20 68  |ill my beating h|
00000b50  65 61 72 74 21 29 2e 22  0d 02 62 05 f1 0d 02 6c  |eart!)."..b....l|
00000b60  4d f1 22 54 6f 77 65 72  73 20 6f 66 20 48 61 6e  |M."Towers of Han|
00000b70  6f 69 20 2d 20 62 79 20  44 65 6e 69 73 20 53 6d  |oi - by Denis Sm|
00000b80  69 74 68 20 2d 20 54 68  65 20 63 6c 61 73 73 69  |ith - The classi|
00000b90  63 20 70 6f 73 74 73 20  61 6e 64 20 64 69 73 63  |c posts and disc|
00000ba0  73 20 70 75 7a 7a 6c 65  2e 22 0d 02 76 05 f1 0d  |s puzzle."..v...|
00000bb0  02 80 50 f1 22 54 61 70  65 73 74 72 79 20 2d 20  |..P."Tapestry - |
00000bc0  62 79 20 50 61 75 6c 20  4a 6f 6e 65 73 20 26 20  |by Paul Jones & |
00000bd0  50 65 74 65 20 42 69 62  62 79 20 2d 20 52 61 6e  |Pete Bibby - Ran|
00000be0  64 6f 6d 20 63 6f 6c 6f  75 72 65 64 20 62 6c 6f  |dom coloured blo|
00000bf0  63 6b 73 20 69 6e 20 4d  6f 64 65 20 35 2e 22 0d  |cks in Mode 5.".|
00000c00  02 8a 05 f1 0d 02 94 50  f1 22 42 61 6c 61 6e 63  |.......P."Balanc|
00000c10  65 20 2d 20 61 75 74 68  6f 72 20 75 6e 6b 6e 6f  |e - author unkno|
00000c20  77 6e 20 2d 20 4d 65 6e  74 61 6c 20 61 72 69 74  |wn - Mental arit|
00000c30  68 6d 65 74 69 63 20 74  65 73 74 65 72 20 74 68  |hmetic tester th|
00000c40  61 74 20 75 73 65 64 20  61 20 67 72 61 70 68 69  |at used a graphi|
00000c50  63 61 6c 22 0d 02 9e 4e  f1 22 72 65 70 72 65 73  |cal"...N."repres|
00000c60  65 6e 74 61 74 69 6f 6e  20 6f 66 20 61 20 70 61  |entation of a pa|
00000c70  6e 2d 73 63 61 6c 65 20  74 6f 20 69 6e 64 69 63  |n-scale to indic|
00000c80  61 74 65 20 77 68 65 74  68 65 72 20 61 6e 20 61  |ate whether an a|
00000c90  6e 73 77 65 72 20 77 61  73 20 63 6f 72 72 65 63  |nswer was correc|
00000ca0  74 22 0d 02 a8 4c f1 22  28 69 6e 20 62 61 6c 61  |t"...L."(in bala|
00000cb0  6e 63 65 29 20 6f 72 20  6e 6f 74 2e 20 54 68 69  |nce) or not. Thi|
00000cc0  73 20 70 72 6f 67 72 61  6d 20 6c 61 74 65 72 20  |s program later |
00000cd0  61 70 70 65 61 72 65 64  20 61 73 20 70 61 72 74  |appeared as part|
00000ce0  20 6f 66 20 74 68 65 20  22 22 46 75 6e 22 0d 02  | of the ""Fun"..|
00000cf0  b2 51 f1 22 53 63 68 6f  6f 6c 22 22 20 62 75 6e  |.Q."School"" bun|
00000d00  64 6c 65 20 6f 66 20 65  64 75 63 61 74 69 6f 6e  |dle of education|
00000d10  61 6c 20 73 6f 66 74 77  61 72 65 20 72 65 6c 65  |al software rele|
00000d20  61 73 65 64 20 62 79 20  44 61 74 61 62 61 73 65  |ased by Database|
00000d30  20 70 75 62 6c 69 63 61  74 69 6f 6e 73 2e 22 0d  | publications.".|
00000d40  02 bc 05 f1 0d 02 c6 4f  f1 22 50 6f 73 69 74 72  |.......O."Positr|
00000d50  6f 6e 20 49 6e 76 61 64  65 72 73 20 2d 20 61 75  |on Invaders - au|
00000d60  74 68 6f 72 20 75 6e 6b  6e 6f 77 6e 20 2d 20 41  |thor unknown - A|
00000d70  20 76 61 72 69 61 74 69  6f 6e 20 6f 66 20 53 70  | variation of Sp|
00000d80  61 63 65 20 49 6e 76 61  64 65 72 73 20 74 61 6b  |ace Invaders tak|
00000d90  65 6e 22 0d 02 d0 32 f1  22 66 72 6f 6d 20 74 68  |en"...2."from th|
00000da0  65 20 62 6f 6f 6b 20 22  22 32 31 20 47 61 6d 65  |e book ""21 Game|
00000db0  73 20 66 6f 72 20 74 68  65 20 45 6c 65 63 74 72  |s for the Electr|
00000dc0  6f 6e 22 22 22 0d 02 da  05 f1 0d 02 e4 3c f1 22  |on"""........<."|
00000dd0  44 6f 69 6c 79 20 4d 61  6b 65 72 20 2d 20 62 79  |Doily Maker - by|
00000de0  20 4d 69 6b 65 20 43 6f  6f 6b 20 2d 20 47 65 6f  | Mike Cook - Geo|
00000df0  6d 65 74 72 69 63 20 6c  69 6e 65 20 64 72 61 77  |metric line draw|
00000e00  69 6e 67 73 2e 22 0d 02  ee 05 f1 0d 02 f8 47 f1  |ings."........G.|
00000e10  22 43 61 73 74 69 6e 67  20 41 67 65 6e 63 79 20  |"Casting Agency |
00000e20  2d 20 55 73 65 72 20 64  65 66 69 6e 65 64 20 63  |- User defined c|
00000e30  68 61 72 61 63 74 65 72  73 20 69 6e 20 74 68 65  |haracters in the|
00000e40  20 73 68 61 70 65 20 6f  66 3a 2d 20 53 4d 41 4c  | shape of:- SMAL|
00000e50  4c 22 0d 03 02 4a f1 22  53 4e 4f 57 46 4c 41 4b  |L"...J."SNOWFLAK|
00000e60  45 2c 20 4c 41 52 47 45  20 53 4e 4f 57 46 4c 41  |E, LARGE SNOWFLA|
00000e70  4b 45 2c 20 43 4f 4d 50  55 54 45 52 2c 20 44 55  |KE, COMPUTER, DU|
00000e80  43 4b 2c 20 53 48 49 50  2c 20 41 52 52 4f 57 2c  |CK, SHIP, ARROW,|
00000e90  20 4d 49 43 52 4f 20 4b  49 44 2e 22 0d 03 0c 05  | MICRO KID."....|
00000ea0  f1 0d 03 16 4c f1 22 4c  75 6e 61 72 20 4c 61 6e  |....L."Lunar Lan|
00000eb0  64 65 72 20 2d 20 62 79  20 43 68 72 69 73 20 50  |der - by Chris P|
00000ec0  72 69 63 65 20 2d 20 4c  61 6e 64 20 61 20 73 70  |rice - Land a sp|
00000ed0  61 63 65 20 63 72 61 66  74 20 6f 6e 20 75 6e 65  |ace craft on une|
00000ee0  76 65 6e 20 74 65 72 72  61 69 6e 2e 22 0d 03 20  |ven terrain.".. |
00000ef0  51 f1 22 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |Q."~~~~~~~~~~~~~|
00000f00  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |~~~~~~~~~~~~~~~~|
*
00000f30  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 22 0d 03  |~~~~~~~~~~~~~"..|
00000f40  2a 05 f1 0d 03 34 11 f1  22 4d 41 52 43 48 20 31  |*....4.."MARCH 1|
00000f50  39 38 34 22 0d 03 3e 11  f1 22 2a 2a 2a 2a 2a 2a  |984"..>.."******|
00000f60  2a 2a 2a 2a 22 0d 03 48  0f f1 22 41 52 54 49 43  |****"..H.."ARTIC|
00000f70  4c 45 53 22 0d 03 52 0f  f1 22 7e 7e 7e 7e 7e 7e  |LES"..R.."~~~~~~|
00000f80  7e 7e 22 0d 03 5c 51 f1  22 49 6e 74 72 6f 64 75  |~~"..\Q."Introdu|
00000f90  63 74 69 6f 6e 20 74 6f  20 70 72 6f 67 72 61 6d  |ction to program|
00000fa0  6d 69 6e 67 20 28 50 61  72 74 20 54 77 6f 29 20  |ming (Part Two) |
00000fb0  2d 20 62 79 20 50 65 74  65 20 42 69 62 62 79 20  |- by Pete Bibby |
00000fc0  2d 20 52 65 61 63 68 65  64 20 74 68 65 20 64 69  |- Reached the di|
00000fd0  7a 7a 79 22 0d 03 66 4f  f1 22 68 65 69 67 68 74  |zzy"..fO."height|
00000fe0  73 20 6f 66 20 61 63 74  75 61 6c 6c 79 20 75 73  |s of actually us|
00000ff0  69 6e 67 20 6c 69 6e 65  20 6e 75 6d 62 65 72 73  |ing line numbers|
00001000  20 61 6e 64 20 69 6e 74  72 6f 64 75 63 65 64 20  | and introduced |
00001010  74 68 65 20 43 4c 53 20  63 6f 6d 6d 61 6e 64 20  |the CLS command |
00001020  74 6f 22 0d 03 70 18 f1  22 63 6c 65 61 72 20 74  |to"..p.."clear t|
00001030  68 65 20 73 63 72 65 65  6e 21 22 0d 03 7a 05 f1  |he screen!"..z..|
00001040  0d 03 84 4e f1 22 47 72  61 70 68 69 63 73 20 2d  |...N."Graphics -|
00001050  20 62 79 20 4d 69 63 6b  20 4d 61 63 4d 61 6e 75  | by Mick MacManu|
00001060  73 20 2d 20 28 77 61 73  6e 27 74 20 68 65 20 61  |s - (wasn't he a|
00001070  20 70 72 6f 66 65 73 73  69 6f 6e 61 6c 20 77 72  | professional wr|
00001080  65 73 74 6c 65 72 20 69  6e 20 74 68 65 22 0d 03  |estler in the"..|
00001090  8e 46 f1 22 31 39 36 30  27 73 3f 21 3f 29 20 54  |.F."1960's?!?) T|
000010a0  68 65 20 62 61 73 69 63  73 20 6f 66 20 63 6f 6c  |he basics of col|
000010b0  6f 75 72 65 64 20 74 65  78 74 20 64 69 73 70 6c  |oured text displ|
000010c0  61 79 73 20 77 65 72 65  20 64 69 73 63 75 73 73  |ays were discuss|
000010d0  65 64 2e 22 0d 03 98 05  f1 0d 03 a2 51 f1 22 4d  |ed."........Q."M|
000010e0  61 74 68 73 20 57 6f 72  6b 6f 75 74 20 2d 20 62  |aths Workout - b|
000010f0  79 20 43 68 72 69 73 20  42 61 72 74 6f 6e 20 2d  |y Chris Barton -|
00001100  20 4c 6f 6f 6b 65 64 20  61 74 20 74 68 65 20 66  | Looked at the f|
00001110  75 6e 63 74 69 6f 6e 20  61 6e 64 20 6c 69 6d 69  |unction and limi|
00001120  74 61 74 69 6f 6e 20 6f  66 22 0d 03 ac 4d f1 22  |tation of"...M."|
00001130  6e 75 6d 65 72 69 63 20  76 61 72 69 61 62 6c 65  |numeric variable|
00001140  73 2e 20 4f 66 20 61 6c  6c 20 74 68 65 20 22 22  |s. Of all the ""|
00001150  42 65 67 69 6e 6e 65 72  27 73 22 22 20 61 72 74  |Beginner's"" art|
00001160  69 63 6c 65 73 20 66 72  6f 6d 20 74 68 65 73 65  |icles from these|
00001170  20 65 61 72 6c 79 22 0d  03 b6 4b f1 22 69 73 73  | early"...K."iss|
00001180  75 65 73 2c 20 74 68 65  20 6d 61 74 68 73 20 73  |ues, the maths s|
00001190  65 72 69 65 73 20 77 61  73 20 70 72 6f 62 61 62  |eries was probab|
000011a0  6c 79 20 74 68 65 20 66  69 72 73 74 20 74 6f 20  |ly the first to |
000011b0  73 74 61 72 74 20 69 6e  74 72 6f 64 75 63 69 6e  |start introducin|
000011c0  67 22 0d 03 c0 2a f1 22  22 22 73 65 72 69 6f 75  |g"...*."""seriou|
000011d0  73 22 22 20 70 72 6f 67  72 61 6d 6d 69 6e 67 20  |s"" programming |
000011e0  74 65 63 68 6e 69 71 75  65 73 2e 22 0d 03 ca 05  |techniques."....|
000011f0  f1 0d 03 d4 46 f1 22 57  68 61 74 27 73 20 54 68  |....F."What's Th|
00001200  61 74 20 28 77 68 65 6e  20 69 74 27 73 20 61 74  |at (when it's at|
00001210  20 68 6f 6d 65 29 3f 20  2d 20 62 79 20 4d 69 6b  | home)? - by Mik|
00001220  65 20 43 6f 6f 6b 20 2d  20 45 78 70 6c 61 69 6e  |e Cook - Explain|
00001230  65 64 20 74 68 65 22 0d  03 de 51 f1 22 66 75 6e  |ed the"...Q."fun|
00001240  64 61 6d 65 6e 74 61 6c  73 20 6f 66 20 38 2d 62  |damentals of 8-b|
00001250  69 74 20 6d 65 6d 6f 72  79 20 61 64 64 72 65 73  |it memory addres|
00001260  73 69 6e 67 20 69 6e 20  74 65 72 6d 73 20 74 68  |sing in terms th|
00001270  61 74 20 63 61 6e 20 62  65 20 75 6e 64 65 72 73  |at can be unders|
00001280  74 6f 6f 64 20 62 79 22  0d 03 e8 1d f1 22 6e 6f  |tood by"....."no|
00001290  6e 2d 74 65 63 68 69 65  73 20 2d 20 6c 69 6b 65  |n-techies - like|
000012a0  20 6d 65 21 22 0d 03 f2  51 f1 22 7e 7e 7e 7e 7e  | me!"...Q."~~~~~|
000012b0  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |~~~~~~~~~~~~~~~~|
*
000012f0  7e 7e 7e 7e 7e 22 0d 03  fc 0f f1 22 4c 49 53 54  |~~~~~"....."LIST|
00001300  49 4e 47 53 22 0d 04 06  0f f1 22 7e 7e 7e 7e 7e  |INGS"....."~~~~~|
00001310  7e 7e 7e 22 0d 04 10 4c  f1 22 41 75 73 74 72 61  |~~~"...L."Austra|
00001320  6c 69 61 6e 20 43 6f 66  66 65 65 20 47 61 6d 65  |lian Coffee Game|
00001330  20 2d 20 62 79 20 44 65  6e 6e 69 73 20 44 69 78  | - by Dennis Dix|
00001340  6f 6e 20 2d 20 41 6e 20  69 6d 70 72 65 73 73 69  |on - An impressi|
00001350  76 65 20 6c 6f 6f 6b 69  6e 67 20 77 6f 72 64 22  |ve looking word"|
00001360  0d 04 1a 2a f1 22 67 75  65 73 73 69 6e 67 20 67  |...*."guessing g|
00001370  61 6d 65 2e 20 41 20 76  65 72 79 20 4c 4f 4e 47  |ame. A very LONG|
00001380  20 6c 69 73 74 69 6e 67  2e 22 0d 04 24 05 f1 0d  | listing."..$...|
00001390  04 2e 4f f1 22 43 61 73  74 69 6e 67 20 41 67 65  |..O."Casting Age|
000013a0  6e 63 79 20 2d 20 53 6c  69 67 68 74 6c 79 20 6d  |ncy - Slightly m|
000013b0  6f 72 65 20 73 6f 70 68  69 73 74 69 63 61 74 65  |ore sophisticate|
000013c0  64 20 74 68 61 6e 20 70  72 65 76 69 6f 75 73 20  |d than previous |
000013d0  55 73 65 72 20 44 65 66  20 43 68 61 72 22 0d 04  |User Def Char"..|
000013e0  38 4f f1 22 73 65 63 74  69 6f 6e 73 20 69 6e 20  |8O."sections in |
000013f0  74 68 61 74 20 73 68 6f  72 74 20 6c 69 73 74 69  |that short listi|
00001400  6e 67 73 20 77 65 72 65  20 75 73 65 64 20 74 6f  |ngs were used to|
00001410  20 61 6e 69 6d 61 74 65  20 61 20 48 45 4c 49 43  | animate a HELIC|
00001420  4f 50 54 45 52 2c 20 61  6e 64 20 61 22 0d 04 42  |OPTER, and a"..B|
00001430  20 f1 22 56 41 4d 50 49  52 45 20 42 41 54 20 61  | ."VAMPIRE BAT a|
00001440  6d 6f 6e 67 20 6f 74 68  65 72 73 2e 22 0d 04 4c  |mong others."..L|
00001450  05 f1 0d 04 56 50 f1 22  50 61 70 65 72 2c 20 53  |....VP."Paper, S|
00001460  63 69 73 73 6f 72 73 2c  20 53 74 6f 6e 65 20 2d  |cissors, Stone -|
00001470  20 62 79 20 50 65 74 65  20 42 69 62 62 79 20 2d  | by Pete Bibby -|
00001480  20 54 68 65 20 6f 6c 64  20 68 61 6e 64 2d 74 6f  | The old hand-to|
00001490  2d 68 61 6e 64 20 63 6f  6d 62 61 74 20 67 61 6d  |-hand combat gam|
000014a0  65 22 0d 04 60 24 f1 22  67 69 76 65 6e 20 74 68  |e"..`$."given th|
000014b0  65 20 63 6f 6d 70 75 74  65 72 20 74 72 65 61 74  |e computer treat|
000014c0  6d 65 6e 74 2e 22 0d 04  6a 05 f1 0d 04 74 4d f1  |ment."..j....tM.|
000014d0  22 52 61 6e 64 6f 6d 20  44 72 61 77 20 2d 20 62  |"Random Draw - b|
000014e0  79 20 54 72 65 76 6f 72  20 52 6f 62 65 72 74 73  |y Trevor Roberts|
000014f0  20 2d 20 59 65 74 20 61  6e 6f 74 68 65 72 20 72  | - Yet another r|
00001500  61 6e 64 6f 6d 20 70 61  74 74 65 72 6e 20 64 72  |andom pattern dr|
00001510  61 77 65 72 2e 20 41 22  0d 04 7e 4b f1 22 74 68  |awer. A"..~K."th|
00001520  69 6e 67 20 6f 66 20 67  72 65 61 74 20 77 6f 6e  |ing of great won|
00001530  64 65 72 20 69 6e 20 31  39 38 34 20 2d 20 61 20  |der in 1984 - a |
00001540  62 69 74 20 6f 66 20 61  20 64 72 61 67 20 74 65  |bit of a drag te|
00001550  6e 20 79 65 61 72 73 20  6f 6e 20 74 68 6f 75 67  |n years on thoug|
00001560  68 21 22 0d 04 88 05 f1  0d 04 92 49 f1 22 46 75  |h!"........I."Fu|
00001570  6e 20 57 69 74 68 20 50  6f 6c 79 67 6f 6e 73 20  |n With Polygons |
00001580  2d 20 62 79 20 4d 69 6b  65 20 43 6f 6f 6b 20 2d  |- by Mike Cook -|
00001590  20 41 6e 20 69 6e 74 65  72 65 73 74 69 6e 67 20  | An interesting |
000015a0  6c 69 74 74 6c 65 20 70  72 6f 67 20 74 68 61 74  |little prog that|
000015b0  22 0d 04 9c 4f f1 22 69  6e 63 6c 75 64 65 64 20  |"...O."included |
000015c0  61 20 63 6f 6c 6f 75 72  2d 73 77 69 74 63 68 69  |a colour-switchi|
000015d0  6e 67 20 72 6f 75 74 69  6e 65 20 66 6f 72 20 72  |ng routine for r|
000015e0  61 70 69 64 20 61 6e 69  6d 61 74 69 6f 6e 2c 20  |apid animation, |
000015f0  61 6e 64 20 61 20 70 72  6f 63 65 64 75 72 65 22  |and a procedure"|
00001600  0d 04 a6 48 f1 22 66 6f  72 20 64 72 61 77 69 6e  |...H."for drawin|
00001610  67 20 70 6f 6c 79 67 6f  6e 73 20 74 68 61 74 20  |g polygons that |
00001620  63 6f 75 6c 64 20 62 65  20 69 6e 63 6c 75 64 65  |could be include|
00001630  64 20 69 6e 20 79 6f 75  72 20 6f 77 6e 20 73 6f  |d in your own so|
00001640  66 74 77 61 72 65 2e 22  0d 04 b0 05 f1 0d 04 ba  |ftware."........|
00001650  50 f1 22 53 6f 75 6e 64  73 20 45 78 63 69 74 69  |P."Sounds Exciti|
00001660  6e 67 20 2d 20 50 61 72  61 6d 65 74 65 72 73 20  |ng - Parameters |
00001670  66 6f 72 3a 2d 20 42 49  52 44 20 54 57 45 45 54  |for:- BIRD TWEET|
00001680  2c 20 53 50 41 43 45 20  53 41 54 45 4c 4c 49 54  |, SPACE SATELLIT|
00001690  45 20 28 62 65 65 70 69  6e 67 29 2c 22 0d 04 c4  |E (beeping),"...|
000016a0  4d f1 22 42 49 52 44 20  53 4f 4e 47 2c 20 52 41  |M."BIRD SONG, RA|
000016b0  59 20 47 55 4e 2c 20 52  41 44 49 41 54 49 4f 4e  |Y GUN, RADIATION|
000016c0  2c 20 48 55 47 45 20 53  50 4c 41 53 48 2c 20 45  |, HUGE SPLASH, E|
000016d0  53 43 41 4c 41 54 4f 52  2c 20 54 48 45 20 45 4e  |SCALATOR, THE EN|
000016e0  54 49 52 45 20 31 38 31  32 22 0d 04 ce 43 f1 22  |TIRE 1812"...C."|
000016f0  4f 56 45 52 54 55 52 45  20 28 74 68 61 74 20 6c  |OVERTURE (that l|
00001700  61 73 74 20 6f 6e 65 20  77 61 73 20 61 20 6c 69  |ast one was a li|
00001710  65 2c 20 49 20 6a 75 73  74 20 67 6f 74 20 62 6f  |e, I just got bo|
00001720  72 65 64 20 2d 20 57 69  6c 6c 29 2e 22 0d 04 d8  |red - Will)."...|
00001730  05 f1 0d 04 e2 4a f1 22  43 6f 75 6e 74 65 72 20  |.....J."Counter |
00001740  2d 20 62 79 20 50 65 74  65 20 42 69 62 62 79 20  |- by Pete Bibby |
00001750  2d 20 41 6e 6f 74 68 65  72 20 6d 65 6e 74 61 6c  |- Another mental|
00001760  20 61 72 69 74 68 6d 65  74 69 63 20 67 61 6d 65  | arithmetic game|
00001770  2f 71 75 69 7a 2f 74 65  73 74 2e 22 0d 04 ec 05  |/quiz/test."....|
00001780  f1 0d 04 f6 40 f1 22 43  68 69 63 6b 65 6e 20 2d  |....@."Chicken -|
00001790  20 62 79 20 45 72 69 63  20 48 2e 20 43 72 69 73  | by Eric H. Cris|
000017a0  70 20 2d 20 54 77 6f 2d  70 6c 61 79 65 72 20 63  |p - Two-player c|
000017b0  61 72 2d 64 6f 64 67 69  6e 67 20 67 61 6d 65 2e  |ar-dodging game.|
000017c0  22 0d 05 00 05 f1 0d 05  0a 51 f1 22 41 76 65 72  |"........Q."Aver|
000017d0  61 67 65 20 43 61 6c 63  75 6c 61 74 6f 72 20 2d  |age Calculator -|
000017e0  20 62 79 20 4e 69 67 65  6c 20 50 65 74 65 72 73  | by Nigel Peters|
000017f0  20 2d 20 53 65 65 20 69  66 20 79 6f 75 20 63 61  | - See if you ca|
00001800  6e 20 67 75 65 73 73 20  77 68 61 74 20 74 68 69  |n guess what thi|
00001810  73 20 64 69 64 21 22 0d  05 14 05 f1 0d 05 1e 4e  |s did!"........N|
00001820  f1 22 43 68 61 72 61 63  74 65 72 20 47 65 6e 65  |."Character Gene|
00001830  72 61 74 6f 72 20 2d 20  62 79 20 4e 69 63 68 6f  |rator - by Nicho|
00001840  6c 61 73 20 54 69 6d 62  65 72 6c 61 6b 65 20 2d  |las Timberlake -|
00001850  20 4f 6e 65 20 6f 66 20  74 68 65 20 66 6f 72 74  | One of the fort|
00001860  79 20 62 69 6c 6c 69 6f  6e 22 0d 05 28 4f f1 22  |y billion"..(O."|
00001870  55 73 65 72 2d 44 65 66  69 6e 65 64 20 43 68 61  |User-Defined Cha|
00001880  72 61 63 74 65 72 20 63  72 65 61 74 6f 72 73 20  |racter creators |
00001890  74 68 61 74 20 68 61 76  65 20 62 65 65 6e 20 77  |that have been w|
000018a0  72 69 74 74 65 6e 20 6f  76 65 72 20 74 68 65 20  |ritten over the |
000018b0  70 61 73 74 20 74 65 6e  22 0d 05 32 42 f1 22 79  |past ten"..2B."y|
000018c0  65 61 72 73 20 6f 72 20  73 6f 20 2d 20 49 27 76  |ears or so - I'v|
000018d0  65 20 77 72 69 74 74 65  6e 20 34 20 64 69 66 66  |e written 4 diff|
000018e0  65 72 65 6e 74 20 76 65  72 73 69 6f 6e 73 20 6d  |erent versions m|
000018f0  79 73 65 6c 66 2e 2e 2e  2e 2e 22 0d 05 3c 05 f1  |yself....."..<..|
00001900  0d 05 46 4e f1 22 52 61  62 62 69 74 73 20 2d 20  |..FN."Rabbits - |
00001910  62 79 20 4d 69 6b 65 20  52 6f 77 65 20 2d 20 53  |by Mike Rowe - S|
00001920  68 6f 72 74 20 67 72 61  70 68 69 63 73 20 64 65  |hort graphics de|
00001930  6d 6f 20 74 68 61 74 20  22 22 62 72 65 64 22 22  |mo that ""bred""|
00001940  20 72 61 62 62 69 74 73  20 27 74 69 6c 22 0d 05  | rabbits 'til"..|
00001950  50 1e f1 22 74 68 65 79  20 66 69 6c 6c 65 64 20  |P.."they filled |
00001960  74 68 65 20 73 63 72 65  65 6e 2e 22 0d 05 5a 05  |the screen."..Z.|
00001970  f1 0d 05 64 50 f1 22 50  61 72 6b 79 20 2d 20 61  |...dP."Parky - a|
00001980  75 74 68 6f 72 20 75 6e  6b 6e 6f 77 6e 20 2d 20  |uthor unknown - |
00001990  54 68 65 20 70 6f 73 73  69 62 6c 65 20 70 61 74  |The possible pat|
000019a0  68 73 20 74 68 72 6f 75  67 68 20 61 20 70 72 65  |hs through a pre|
000019b0  2d 73 65 74 20 6d 61 7a  65 20 62 65 63 61 6d 65  |-set maze became|
000019c0  22 0d 05 6e 3e f1 22 76  69 73 69 62 6c 65 20 61  |"..n>."visible a|
000019d0  73 20 79 6f 75 20 61 74  74 65 6d 70 74 65 64 20  |s you attempted |
000019e0  74 6f 20 73 6f 6c 76 65  20 69 74 20 61 67 61 69  |to solve it agai|
000019f0  6e 73 74 20 74 68 65 20  63 6c 6f 63 6b 2e 22 0d  |nst the clock.".|
00001a00  05 78 05 f1 0d 05 82 45  f1 22 44 65 63 69 73 69  |.x.....E."Decisi|
00001a10  6f 6e 20 4d 61 6b 65 72  20 2d 20 62 79 20 50 65  |on Maker - by Pe|
00001a20  74 65 20 42 69 62 62 79  20 2d 20 4d 6f 63 6b 28  |te Bibby - Mock(|
00001a30  22 22 46 75 6e 22 22 29  20 70 72 6f 62 6c 65 6d  |""Fun"") problem|
00001a40  20 73 6f 6c 76 65 72 2e  22 0d 05 8c 05 f1 0d 05  | solver.".......|
00001a50  96 4e f1 22 52 65 61 63  74 69 6f 6e 20 54 69 6d  |.N."Reaction Tim|
00001a60  65 72 20 2d 20 62 79 20  50 65 74 65 20 44 61 76  |er - by Pete Dav|
00001a70  69 64 73 6f 6e 20 2d 20  41 6e 73 77 65 72 73 20  |idson - Answers |
00001a80  6f 6e 20 61 20 70 6f 73  74 63 61 72 64 20 70 6c  |on a postcard pl|
00001a90  65 61 73 65 2e 2e 2e 2e  2e 2e 2e 22 0d 05 a0 51  |ease......."...Q|
00001aa0  f1 22 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |."~~~~~~~~~~~~~~|
00001ab0  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |~~~~~~~~~~~~~~~~|
*
00001ae0  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 22 0d 05 aa  |~~~~~~~~~~~~"...|
00001af0  05 e1 0d ff                                       |....|
00001af4
INDEX.m0
INDEX.m1
INDEX.m2
INDEX.m4
INDEX.m5