Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_10.ADF » LETTS5

LETTS5

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_10.ADF
Filename: LETTS5
Read OK:
File size: 1866 bytes
Load address: FFFF1D00
Exec address: FFFF8023
File contents
   10MODE3:VDU23,1,0;0;0;0;:VDU14:PRINT''"PRESS <SHIFT> TO SCROLL"'':PROCtext
   20REPEAT:REPEAT:PRINT''"PLEASE PRESS <P> TO PRINT TEXT, <M> FOR MAIN MENU"
   30UNTIL GET$="P" OR GET$="M"
   40IF GET$="M" THEN CHAIN"$.MENU"
   50VDU15:VDU2:PROCtext:VDU3:UNTILFALSE
   60END
   70DEF PROCtext
   80PRINT"ADAPTED UNLOCKER"
   90PRINT"****************"
  100PRINT"When I read Ray Thomas's letter in Issue 6 of the Mag, I was puzzled as to"
  110PRINT"why Howard's unlocker program would not work with the Elk in 64K mode." 
  120PRINT"Now that I have upgraded to 64K myself I have, I think, found the answer." 
  130PRINT"As with all things that puzzle me, I am never satisfied until I have found"
  140PRINT"it and I hope that I am not treading on Howard's toes in providing it!!" 
  150PRINT"The simple answer is to relocate it as he suggests in the REM statement." 
  160PRINT"It can be located any suitable address, I have tried this out at various"
  170PRINT"addresses including &120 - the unused part of the 6502 stack and it seems"
  180PRINT"to be satisfactory there."
  190PRINT
  200PRINT"When the Elk is in 64K mode, HIMEM is at &8000 and although you can still"
  210PRINT"type HIMEM=HIMEM-&22 or HIMEM=&7F00 to alter it, the Elk does not seem to"
  220PRINT"like it!!  The Basic Stack remains at &8000 and the m/code is not fully"
  230PRINT"assembledandthe Elkhangs up. However, if you ignore alteringHIMEM by"
  240PRINT"deleting line 80 in the unlocker program and alter lines to"
  250PRINT
  260PRINT"     100 P%=&7FDE "
  270PRINT"     200 ?&221=&7F"
  280PRINT
  290PRINT"the program will work.  However, if the stack is used then the code will"
  300PRINT"be deleted."
  310PRINT
  320PRINT"I would suggest that it is better to make further changes which would make"
  330PRINT"the program re-locatable. To do this, add :-"
  340PRINT
  350PRINT"     80 INPUT""Address to assemble to (default &900) ""a$"
  360PRINT"     85 IFa$="""" a$=""900"""
  370PRINT"     87 code%=EVAL(""&""+a$)"
  380PRINT
  390PRINT"and alter lines to"
  400PRINT
  410PRINT"    100 P%=code%"
  420PRINT"    190 ?&220=code% MOD256"
  430PRINT"    200 ?&221=code% DIV256"
  440PRINT
  450PRINT"You will find this new version on this disc."
  460PRINT
  470PRINT"Incidentally, I do not think you can lock a program on tape accidentally"
  480PRINT"as Will says, the way to to this is by using the above program but"
  490PRINT"altering AND#&FE in line 140 to ORA#1."
  500PRINT
  510PRINT"Paul Woodward asks in Issue 9 for the Elk memory map.  This was published"
  520PRINT"in Electron User April 1988 onwards.  I have re-typed this information"
  530PRINT"into a series of programs which use the expanded graphics of my printer"
  540PRINT"and should work on any EPSON standard printer.  The listings can be"
  550PRINT"printed out on 9 sheets of A4 paper or simply displayed on the screen."
  560PRINT
  570PRINT"I may add that I am possibly one of older members of the group having"
  580PRINT"retired some years ago - I must put up the average age up a bit!!  If"
  590PRINT"there are any members near enough to meet up with me, I should be pleased"
  600PRINT"to have a chat!  If not, I am always ready to correspond."
  610PRINT
  620PRINT"Richard A. Dimond,  5 Briary Court, SIDCUP, Kent, DA14 6HZ"
  630PRINT"Telephone 081-302 2395"
  640PRINT"**************************************************************************"
  650PRINT"MY REMARKS ABOUT UNLOCKING PROGRAMS WERE MEANT TO IMPLY THAT THE ONLY"
  660PRINT"SOFTWARE THAT COULD BE UNLOCKED AND COPIED  WITHOUT TECHNICALLY BREAKING"
  670PRINT"THE LAW WOULD BE YOUR OWN SELF-PENNED EFFORTS OR OTHER NON-COPYRIGHT"
  680PRINT"MATERIAL, BUT, AS ALL ELECTRON OWNERS ARE AS HONEST AS THE DAY IS LONG,"
  690PRINT"THERE WAS NO NEED FOR ME TO SAY ANYTHING REALLY,..... WAS THERE? ITS"
  700PRINT"PROBABLY JUST MY PRINTER (PANASONIC KX-P1081), BUT THE ONLY 'GRAPHICS'" 
  710PRINT"I GET FROM THE MEMORY MAP PROGS ARE ITALIC 'D'S, 'M'S & 'O'S. DO OTHER"
  720PRINT"PEOPLE GET THE PROPER EFFECT? BY THE WAY EVERYONE, WHY NOT TAKE A LEAF OUT"
  730PRINT"OF RICHARD'S BOOK AND SEND YOUR LETTER OR ARTICLE AS A PROGRAM RATHER THAN"
  740PRINT"A BORING OLD VIEW/STARWORD FILE? USE YOUR WORD PROCESSOR TO TYPE IN THE"
  750PRINT"TEXT, THEN ENCLOSE EACH LINE IN INVERTED COMMAS, PREFIX EACH LINE WITH"
  760PRINT"""P."" (WHICH WILL END UP AS THE 'BASIC' KEYWORD ""PRINT""), THEN PREFIX"
  770PRINT"ALL LINES WITH A NUMBER AND SAVE THE FILE IN THE USUAL WAY. THE RESULTING"
  780PRINT"FILE CAN THEN BE *EXEC'ED  AND RE-SAVED AS A 'BASIC' PROGRAM. WHY NOT GET"
  790PRINT"THOSE CREATIVE JUICES FLOWING AND BRIGHTEN UP YOUR WORK WITH A BIT OF"
  800PRINT"COLOUR AND GRAPHICS, ANIMATION EVEN, WHY NOT A FULL-LENGTH FEATURE FILM,"
  810PRINT"JUST A MOMENT, I'VE GOT TO TAKE A COLD SHOWER!........ THAT'S BETTER!"
  820PRINT"THANKS FOR ALL THE OTHER BITS AND PIECES YOU SENT RICHARD, THEY'LL ALL BE"
  830PRINT"APPEARING OVER A PERIOD OF TIME."
  840PRINT"**************************************************************************"
  850PRINT
  860PRINT"!BOOTING VIEW"
  870PRINT"*************"
  880PRINT"To carry on from Christopher Chadwick's insights (issue 9) into making"
  890PRINT"View a friendlier piece of software, I enclose my DFS !BOOT file.  It can"
  900PRINT"of course be altered to suit your own needs i.e ADFS by loading it into"
  910PRINT"View, editing and then saving. Below is the listing with a few comments to"
  920PRINT"explain what is happening."
  930PRINT
  940PRINT"*BASIC"
  950PRINT"*TV0,1     ........../ Stops screen flicker/turns off interlacing"
  960PRINT"*FX228,1   ........../ Allows the function keys to be programmed "
  970PRINT"*FX202,48  ........../ Switches off CAPS LOCK"
  980PRINT"*WORD"
  990PRINT"*KEY 0 ""*DRIVE 0|M*CAT|M*FREE|M"""
 1000PRINT"*KEY 1 ""*DRIVE 1|M*CAT|M*FREE|M"""
 1010PRINT"*KEY 2 ""*DRIVE 2|M*CAT|M*FREE|M"""
 1020PRINT"*KEY 3 ""*DRIVE 3|M*CAT|M*FREE|M"""
 1030PRINT"*KEY 4 ""*ACCESS *.* L|M"""
 1040PRINT"*KEY 5 ""*ACCESS *.*|M"""
 1050PRINT"*KEY 6 ""SHEETS|M"" ............ / Can be changed to PRINT"
 1060PRINT"*KEY 7 ""COUNT|M"""
 1070PRINT"*KEY 8 ""|S|A|G| | | |M|S| |D| | |@|M""/ White text, Blue background"
 1080PRINT"*KEY 9 ""|S|A|P| | | |M|S| |G| | |@|M""/ Black text. White background"
 1090PRINT"MODE128        ....../ Mode 0 shadow on - compatible BBC B+ etc"
 1100PRINT"SETUP FI       ....../ Sets Justification OFF & Formatting and Insert ON"
 1110PRINT"PRINTER FX105....../ LOADs printer driver assuming its on the disc"
 1120PRINT"NEW....../ Clear screen and set ruler to 80 column"
 1130PRINT"*CAT"
 1140PRINT"*FREE"
 1150PRINT
 1160PRINT"To set up Green text, Black background change either *KEY 8 or 9 to"
 1170PRINT
 1180PRINT"""|S|A|B| | | |M|S|@|@|@|@|@|M"""
 1190PRINT
 1200PRINT"Don't forget to set the auto !boot option on your disc with *OPT4,3"
 1210PRINT
 1220PRINT"Derek Walker, Bishopbriggs, Glasgow."
 1230PRINT"**************************************************************************"
 1240ENDPROC

>�3:�23,1,0;0;0;0;:�14:�''"PRESS <SHIFT> TO SCROLL"'':�text
>�:�:�''"PLEASE PRESS <P> TO PRINT TEXT, <M> FOR MAIN MENU"
� �="P" � �="M"
(� �="M" � �"$.MENU"
2�15:�2:�text:�3:��
<�
F� �text
P�"ADAPTED UNLOCKER"
Z�"****************"
dQ�"When I read Ray Thomas's letter in Issue 6 of the Mag, I was puzzled as to"
nN�"why Howard's unlocker program would not work with the Elk in 64K mode." 
xQ�"Now that I have upgraded to 64K myself I have, I think, found the answer." 
�Q�"As with all things that puzzle me, I am never satisfied until I have found"
�O�"it and I hope that I am not treading on Howard's toes in providing it!!" 
�P�"The simple answer is to relocate it as he suggests in the REM statement." 
�O�"It can be located any suitable address, I have tried this out at various"
�P�"addresses including &120 - the unused part of the 6502 stack and it seems"
� �"to be satisfactory there."
��
�P�"When the Elk is in 64K mode, HIMEM is at &8000 and although you can still"
�P�"type HIMEM=HIMEM-&22 or HIMEM=&7F00 to alter it, the Elk does not seem to"
�N�"like it!!  The Basic Stack remains at &8000 and the m/code is not fully"
�K�"assembledandthe Elkhangs up. However, if you ignore alteringHIMEM by"
�B�"deleting line 80 in the unlocker program and alter lines to"
��
�"     100 P%=&7FDE "
�"     200 ?&221=&7F"
�
"O�"the program will work.  However, if the stack is used then the code will"
,�"be deleted."
6�
@Q�"I would suggest that it is better to make further changes which would make"
J3�"the program re-locatable. To do this, add :-"
T�
^@�"     80 INPUT""Address to assemble to (default &900) ""a$"
h#�"     85 IFa$="""" a$=""900"""
r#�"     87 code%=EVAL(""&""+a$)"
|�
��"and alter lines to"
��
��"    100 P%=code%"
�!�"    190 ?&220=code% MOD256"
�!�"    200 ?&221=code% DIV256"
��
�3�"You will find this new version on this disc."
��
�O�"Incidentally, I do not think you can lock a program on tape accidentally"
�I�"as Will says, the way to to this is by using the above program but"
�-�"altering AND#&FE in line 140 to ORA#1."
��
�P�"Paul Woodward asks in Issue 9 for the Elk memory map.  This was published"
M�"in Electron User April 1988 onwards.  I have re-typed this information"
N�"into a series of programs which use the expanded graphics of my printer"
J�"and should work on any EPSON standard printer.  The listings can be"
&M�"printed out on 9 sheets of A4 paper or simply displayed on the screen."
0�
:L�"I may add that I am possibly one of older members of the group having"
DL�"retired some years ago - I must put up the average age up a bit!!  If"
NP�"there are any members near enough to meet up with me, I should be pleased"
X@�"to have a chat!  If not, I am always ready to correspond."
b�
lA�"Richard A. Dimond,  5 Briary Court, SIDCUP, Kent, DA14 6HZ"
v�"Telephone 081-302 2395"
�Q�"**************************************************************************"
�L�"MY REMARKS ABOUT UNLOCKING PROGRAMS WERE MEANT TO IMPLY THAT THE ONLY"
�O�"SOFTWARE THAT COULD BE UNLOCKED AND COPIED  WITHOUT TECHNICALLY BREAKING"
�K�"THE LAW WOULD BE YOUR OWN SELF-PENNED EFFORTS OR OTHER NON-COPYRIGHT"
�N�"MATERIAL, BUT, AS ALL ELECTRON OWNERS ARE AS HONEST AS THE DAY IS LONG,"
�K�"THERE WAS NO NEED FOR ME TO SAY ANYTHING REALLY,..... WAS THERE? ITS"
�N�"PROBABLY JUST MY PRINTER (PANASONIC KX-P1081), BUT THE ONLY 'GRAPHICS'" 
�M�"I GET FROM THE MEMORY MAP PROGS ARE ITALIC 'D'S, 'M'S & 'O'S. DO OTHER"
�Q�"PEOPLE GET THE PROPER EFFECT? BY THE WAY EVERYONE, WHY NOT TAKE A LEAF OUT"
�Q�"OF RICHARD'S BOOK AND SEND YOUR LETTER OR ARTICLE AS A PROGRAM RATHER THAN"
�N�"A BORING OLD VIEW/STARWORD FILE? USE YOUR WORD PROCESSOR TO TYPE IN THE"
�M�"TEXT, THEN ENCLOSE EACH LINE IN INVERTED COMMAS, PREFIX EACH LINE WITH"
�O�"""P."" (WHICH WILL END UP AS THE 'BASIC' KEYWORD ""PRINT""), THEN PREFIX"
P�"ALL LINES WITH A NUMBER AND SAVE THE FILE IN THE USUAL WAY. THE RESULTING"
P�"FILE CAN THEN BE *EXEC'ED  AND RE-SAVED AS A 'BASIC' PROGRAM. WHY NOT GET"
L�"THOSE CREATIVE JUICES FLOWING AND BRIGHTEN UP YOUR WORK WITH A BIT OF"
 O�"COLOUR AND GRAPHICS, ANIMATION EVEN, WHY NOT A FULL-LENGTH FEATURE FILM,"
*L�"JUST A MOMENT, I'VE GOT TO TAKE A COLD SHOWER!........ THAT'S BETTER!"
4P�"THANKS FOR ALL THE OTHER BITS AND PIECES YOU SENT RICHARD, THEY'LL ALL BE"
>'�"APPEARING OVER A PERIOD OF TIME."
HQ�"**************************************************************************"
R�
\�"!BOOTING VIEW"
f�"*************"
pM�"To carry on from Christopher Chadwick's insights (issue 9) into making"
zP�"View a friendlier piece of software, I enclose my DFS !BOOT file.  It can"
�N�"of course be altered to suit your own needs i.e ADFS by loading it into"
�Q�"View, editing and then saving. Below is the listing with a few comments to"
�!�"explain what is happening."
��
�
�"*BASIC"
�H�"*TV0,1     ........../ Stops screen flicker/turns off interlacing"
�H�"*FX228,1   ........../ Allows the function keys to be programmed "
�4�"*FX202,48  ........../ Switches off CAPS LOCK"
��"*WORD"
�)�"*KEY 0 ""*DRIVE 0|M*CAT|M*FREE|M"""
�)�"*KEY 1 ""*DRIVE 1|M*CAT|M*FREE|M"""
�)�"*KEY 2 ""*DRIVE 2|M*CAT|M*FREE|M"""
�)�"*KEY 3 ""*DRIVE 3|M*CAT|M*FREE|M"""
!�"*KEY 4 ""*ACCESS *.* L|M"""
�"*KEY 5 ""*ACCESS *.*|M"""
A�"*KEY 6 ""SHEETS|M"" ............ / Can be changed to PRINT"
$�"*KEY 7 ""COUNT|M"""
.K�"*KEY 8 ""|S|A|G| | | |M|S| |D| | |@|M""/ White text, Blue background"
8L�"*KEY 9 ""|S|A|P| | | |M|S| |G| | |@|M""/ Black text. White background"
BF�"MODE128        ....../ Mode 0 shadow on - compatible BBC B+ etc"
LO�"SETUP FI       ....../ Sets Justification OFF & Formatting and Insert ON"
VI�"PRINTER FX105....../ LOADs printer driver assuming its on the disc"
`9�"NEW....../ Clear screen and set ruler to 80 column"
j�"*CAT"
t�"*FREE"
~�
�J�"To set up Green text, Black background change either *KEY 8 or 9 to"
��
�'�"""|S|A|B| | | |M|S|@|@|@|@|@|M"""
��
�J�"Don't forget to set the auto !boot option on your disc with *OPT4,3"
��
�+�"Derek Walker, Bishopbriggs, Glasgow."
�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 3e f5 3a f5 3a f1 27  27 22 50 4c 45 41 53 45  |.>.:.:.''"PLEASE|
00000050  20 50 52 45 53 53 20 3c  50 3e 20 54 4f 20 50 52  | PRESS <P> TO PR|
00000060  49 4e 54 20 54 45 58 54  2c 20 3c 4d 3e 20 46 4f  |INT TEXT, <M> FO|
00000070  52 20 4d 41 49 4e 20 4d  45 4e 55 22 0d 00 1e 13  |R MAIN MENU"....|
00000080  fd 20 be 3d 22 50 22 20  84 20 be 3d 22 4d 22 0d  |. .="P" . .="M".|
00000090  00 28 17 e7 20 be 3d 22  4d 22 20 8c 20 d7 22 24  |.(.. .="M" . ."$|
000000a0  2e 4d 45 4e 55 22 0d 00  32 16 ef 31 35 3a ef 32  |.MENU"..2..15:.2|
000000b0  3a f2 74 65 78 74 3a ef  33 3a fd a3 0d 00 3c 05  |:.text:.3:....<.|
000000c0  e0 0d 00 46 0b dd 20 f2  74 65 78 74 0d 00 50 17  |...F.. .text..P.|
000000d0  f1 22 41 44 41 50 54 45  44 20 55 4e 4c 4f 43 4b  |."ADAPTED UNLOCK|
000000e0  45 52 22 0d 00 5a 17 f1  22 2a 2a 2a 2a 2a 2a 2a  |ER"..Z.."*******|
000000f0  2a 2a 2a 2a 2a 2a 2a 2a  2a 22 0d 00 64 51 f1 22  |*********"..dQ."|
00000100  57 68 65 6e 20 49 20 72  65 61 64 20 52 61 79 20  |When I read Ray |
00000110  54 68 6f 6d 61 73 27 73  20 6c 65 74 74 65 72 20  |Thomas's letter |
00000120  69 6e 20 49 73 73 75 65  20 36 20 6f 66 20 74 68  |in Issue 6 of th|
00000130  65 20 4d 61 67 2c 20 49  20 77 61 73 20 70 75 7a  |e Mag, I was puz|
00000140  7a 6c 65 64 20 61 73 20  74 6f 22 0d 00 6e 4e f1  |zled as to"..nN.|
00000150  22 77 68 79 20 48 6f 77  61 72 64 27 73 20 75 6e  |"why Howard's un|
00000160  6c 6f 63 6b 65 72 20 70  72 6f 67 72 61 6d 20 77  |locker program w|
00000170  6f 75 6c 64 20 6e 6f 74  20 77 6f 72 6b 20 77 69  |ould not work wi|
00000180  74 68 20 74 68 65 20 45  6c 6b 20 69 6e 20 36 34  |th the Elk in 64|
00000190  4b 20 6d 6f 64 65 2e 22  20 0d 00 78 51 f1 22 4e  |K mode." ..xQ."N|
000001a0  6f 77 20 74 68 61 74 20  49 20 68 61 76 65 20 75  |ow that I have u|
000001b0  70 67 72 61 64 65 64 20  74 6f 20 36 34 4b 20 6d  |pgraded to 64K m|
000001c0  79 73 65 6c 66 20 49 20  68 61 76 65 2c 20 49 20  |yself I have, I |
000001d0  74 68 69 6e 6b 2c 20 66  6f 75 6e 64 20 74 68 65  |think, found the|
000001e0  20 61 6e 73 77 65 72 2e  22 20 0d 00 82 51 f1 22  | answer." ...Q."|
000001f0  41 73 20 77 69 74 68 20  61 6c 6c 20 74 68 69 6e  |As with all thin|
00000200  67 73 20 74 68 61 74 20  70 75 7a 7a 6c 65 20 6d  |gs that puzzle m|
00000210  65 2c 20 49 20 61 6d 20  6e 65 76 65 72 20 73 61  |e, I am never sa|
00000220  74 69 73 66 69 65 64 20  75 6e 74 69 6c 20 49 20  |tisfied until I |
00000230  68 61 76 65 20 66 6f 75  6e 64 22 0d 00 8c 4f f1  |have found"...O.|
00000240  22 69 74 20 61 6e 64 20  49 20 68 6f 70 65 20 74  |"it and I hope t|
00000250  68 61 74 20 49 20 61 6d  20 6e 6f 74 20 74 72 65  |hat I am not tre|
00000260  61 64 69 6e 67 20 6f 6e  20 48 6f 77 61 72 64 27  |ading on Howard'|
00000270  73 20 74 6f 65 73 20 69  6e 20 70 72 6f 76 69 64  |s toes in provid|
00000280  69 6e 67 20 69 74 21 21  22 20 0d 00 96 50 f1 22  |ing it!!" ...P."|
00000290  54 68 65 20 73 69 6d 70  6c 65 20 61 6e 73 77 65  |The simple answe|
000002a0  72 20 69 73 20 74 6f 20  72 65 6c 6f 63 61 74 65  |r is to relocate|
000002b0  20 69 74 20 61 73 20 68  65 20 73 75 67 67 65 73  | it as he sugges|
000002c0  74 73 20 69 6e 20 74 68  65 20 52 45 4d 20 73 74  |ts in the REM st|
000002d0  61 74 65 6d 65 6e 74 2e  22 20 0d 00 a0 4f f1 22  |atement." ...O."|
000002e0  49 74 20 63 61 6e 20 62  65 20 6c 6f 63 61 74 65  |It can be locate|
000002f0  64 20 61 6e 79 20 73 75  69 74 61 62 6c 65 20 61  |d any suitable a|
00000300  64 64 72 65 73 73 2c 20  49 20 68 61 76 65 20 74  |ddress, I have t|
00000310  72 69 65 64 20 74 68 69  73 20 6f 75 74 20 61 74  |ried this out at|
00000320  20 76 61 72 69 6f 75 73  22 0d 00 aa 50 f1 22 61  | various"...P."a|
00000330  64 64 72 65 73 73 65 73  20 69 6e 63 6c 75 64 69  |ddresses includi|
00000340  6e 67 20 26 31 32 30 20  2d 20 74 68 65 20 75 6e  |ng &120 - the un|
00000350  75 73 65 64 20 70 61 72  74 20 6f 66 20 74 68 65  |used part of the|
00000360  20 36 35 30 32 20 73 74  61 63 6b 20 61 6e 64 20  | 6502 stack and |
00000370  69 74 20 73 65 65 6d 73  22 0d 00 b4 20 f1 22 74  |it seems"... ."t|
00000380  6f 20 62 65 20 73 61 74  69 73 66 61 63 74 6f 72  |o be satisfactor|
00000390  79 20 74 68 65 72 65 2e  22 0d 00 be 05 f1 0d 00  |y there.".......|
000003a0  c8 50 f1 22 57 68 65 6e  20 74 68 65 20 45 6c 6b  |.P."When the Elk|
000003b0  20 69 73 20 69 6e 20 36  34 4b 20 6d 6f 64 65 2c  | is in 64K mode,|
000003c0  20 48 49 4d 45 4d 20 69  73 20 61 74 20 26 38 30  | HIMEM is at &80|
000003d0  30 30 20 61 6e 64 20 61  6c 74 68 6f 75 67 68 20  |00 and although |
000003e0  79 6f 75 20 63 61 6e 20  73 74 69 6c 6c 22 0d 00  |you can still"..|
000003f0  d2 50 f1 22 74 79 70 65  20 48 49 4d 45 4d 3d 48  |.P."type HIMEM=H|
00000400  49 4d 45 4d 2d 26 32 32  20 6f 72 20 48 49 4d 45  |IMEM-&22 or HIME|
00000410  4d 3d 26 37 46 30 30 20  74 6f 20 61 6c 74 65 72  |M=&7F00 to alter|
00000420  20 69 74 2c 20 74 68 65  20 45 6c 6b 20 64 6f 65  | it, the Elk doe|
00000430  73 20 6e 6f 74 20 73 65  65 6d 20 74 6f 22 0d 00  |s not seem to"..|
00000440  dc 4e f1 22 6c 69 6b 65  20 69 74 21 21 20 20 54  |.N."like it!!  T|
00000450  68 65 20 42 61 73 69 63  20 53 74 61 63 6b 20 72  |he Basic Stack r|
00000460  65 6d 61 69 6e 73 20 61  74 20 26 38 30 30 30 20  |emains at &8000 |
00000470  61 6e 64 20 74 68 65 20  6d 2f 63 6f 64 65 20 69  |and the m/code i|
00000480  73 20 6e 6f 74 20 66 75  6c 6c 79 22 0d 00 e6 4b  |s not fully"...K|
00000490  f1 22 61 73 73 65 6d 62  6c 65 64 61 6e 64 74 68  |."assembledandth|
000004a0  65 20 45 6c 6b 68 61 6e  67 73 20 75 70 2e 20 48  |e Elkhangs up. H|
000004b0  6f 77 65 76 65 72 2c 20  69 66 20 79 6f 75 20 69  |owever, if you i|
000004c0  67 6e 6f 72 65 20 61 6c  74 65 72 69 6e 67 48 49  |gnore alteringHI|
000004d0  4d 45 4d 20 62 79 22 0d  00 f0 42 f1 22 64 65 6c  |MEM by"...B."del|
000004e0  65 74 69 6e 67 20 6c 69  6e 65 20 38 30 20 69 6e  |eting line 80 in|
000004f0  20 74 68 65 20 75 6e 6c  6f 63 6b 65 72 20 70 72  | the unlocker pr|
00000500  6f 67 72 61 6d 20 61 6e  64 20 61 6c 74 65 72 20  |ogram and alter |
00000510  6c 69 6e 65 73 20 74 6f  22 0d 00 fa 05 f1 0d 01  |lines to".......|
00000520  04 19 f1 22 20 20 20 20  20 31 30 30 20 50 25 3d  |..."     100 P%=|
00000530  26 37 46 44 45 20 22 0d  01 0e 19 f1 22 20 20 20  |&7FDE "....."   |
00000540  20 20 32 30 30 20 3f 26  32 32 31 3d 26 37 46 22  |  200 ?&221=&7F"|
00000550  0d 01 18 05 f1 0d 01 22  4f f1 22 74 68 65 20 70  |......."O."the p|
00000560  72 6f 67 72 61 6d 20 77  69 6c 6c 20 77 6f 72 6b  |rogram will work|
00000570  2e 20 20 48 6f 77 65 76  65 72 2c 20 69 66 20 74  |.  However, if t|
00000580  68 65 20 73 74 61 63 6b  20 69 73 20 75 73 65 64  |he stack is used|
00000590  20 74 68 65 6e 20 74 68  65 20 63 6f 64 65 20 77  | then the code w|
000005a0  69 6c 6c 22 0d 01 2c 12  f1 22 62 65 20 64 65 6c  |ill"..,.."be del|
000005b0  65 74 65 64 2e 22 0d 01  36 05 f1 0d 01 40 51 f1  |eted."..6....@Q.|
000005c0  22 49 20 77 6f 75 6c 64  20 73 75 67 67 65 73 74  |"I would suggest|
000005d0  20 74 68 61 74 20 69 74  20 69 73 20 62 65 74 74  | that it is bett|
000005e0  65 72 20 74 6f 20 6d 61  6b 65 20 66 75 72 74 68  |er to make furth|
000005f0  65 72 20 63 68 61 6e 67  65 73 20 77 68 69 63 68  |er changes which|
00000600  20 77 6f 75 6c 64 20 6d  61 6b 65 22 0d 01 4a 33  | would make"..J3|
00000610  f1 22 74 68 65 20 70 72  6f 67 72 61 6d 20 72 65  |."the program re|
00000620  2d 6c 6f 63 61 74 61 62  6c 65 2e 20 54 6f 20 64  |-locatable. To d|
00000630  6f 20 74 68 69 73 2c 20  61 64 64 20 3a 2d 22 0d  |o this, add :-".|
00000640  01 54 05 f1 0d 01 5e 40  f1 22 20 20 20 20 20 38  |.T....^@."     8|
00000650  30 20 49 4e 50 55 54 22  22 41 64 64 72 65 73 73  |0 INPUT""Address|
00000660  20 74 6f 20 61 73 73 65  6d 62 6c 65 20 74 6f 20  | to assemble to |
00000670  28 64 65 66 61 75 6c 74  20 26 39 30 30 29 20 22  |(default &900) "|
00000680  22 61 24 22 0d 01 68 23  f1 22 20 20 20 20 20 38  |"a$"..h#."     8|
00000690  35 20 49 46 61 24 3d 22  22 22 22 20 61 24 3d 22  |5 IFa$="""" a$="|
000006a0  22 39 30 30 22 22 22 0d  01 72 23 f1 22 20 20 20  |"900"""..r#."   |
000006b0  20 20 38 37 20 63 6f 64  65 25 3d 45 56 41 4c 28  |  87 code%=EVAL(|
000006c0  22 22 26 22 22 2b 61 24  29 22 0d 01 7c 05 f1 0d  |""&""+a$)"..|...|
000006d0  01 86 19 f1 22 61 6e 64  20 61 6c 74 65 72 20 6c  |...."and alter l|
000006e0  69 6e 65 73 20 74 6f 22  0d 01 90 05 f1 0d 01 9a  |ines to"........|
000006f0  17 f1 22 20 20 20 20 31  30 30 20 50 25 3d 63 6f  |.."    100 P%=co|
00000700  64 65 25 22 0d 01 a4 21  f1 22 20 20 20 20 31 39  |de%"...!."    19|
00000710  30 20 3f 26 32 32 30 3d  63 6f 64 65 25 20 4d 4f  |0 ?&220=code% MO|
00000720  44 32 35 36 22 0d 01 ae  21 f1 22 20 20 20 20 32  |D256"...!."    2|
00000730  30 30 20 3f 26 32 32 31  3d 63 6f 64 65 25 20 44  |00 ?&221=code% D|
00000740  49 56 32 35 36 22 0d 01  b8 05 f1 0d 01 c2 33 f1  |IV256"........3.|
00000750  22 59 6f 75 20 77 69 6c  6c 20 66 69 6e 64 20 74  |"You will find t|
00000760  68 69 73 20 6e 65 77 20  76 65 72 73 69 6f 6e 20  |his new version |
00000770  6f 6e 20 74 68 69 73 20  64 69 73 63 2e 22 0d 01  |on this disc."..|
00000780  cc 05 f1 0d 01 d6 4f f1  22 49 6e 63 69 64 65 6e  |......O."Inciden|
00000790  74 61 6c 6c 79 2c 20 49  20 64 6f 20 6e 6f 74 20  |tally, I do not |
000007a0  74 68 69 6e 6b 20 79 6f  75 20 63 61 6e 20 6c 6f  |think you can lo|
000007b0  63 6b 20 61 20 70 72 6f  67 72 61 6d 20 6f 6e 20  |ck a program on |
000007c0  74 61 70 65 20 61 63 63  69 64 65 6e 74 61 6c 6c  |tape accidentall|
000007d0  79 22 0d 01 e0 49 f1 22  61 73 20 57 69 6c 6c 20  |y"...I."as Will |
000007e0  73 61 79 73 2c 20 74 68  65 20 77 61 79 20 74 6f  |says, the way to|
000007f0  20 74 6f 20 74 68 69 73  20 69 73 20 62 79 20 75  | to this is by u|
00000800  73 69 6e 67 20 74 68 65  20 61 62 6f 76 65 20 70  |sing the above p|
00000810  72 6f 67 72 61 6d 20 62  75 74 22 0d 01 ea 2d f1  |rogram but"...-.|
00000820  22 61 6c 74 65 72 69 6e  67 20 41 4e 44 23 26 46  |"altering AND#&F|
00000830  45 20 69 6e 20 6c 69 6e  65 20 31 34 30 20 74 6f  |E in line 140 to|
00000840  20 4f 52 41 23 31 2e 22  0d 01 f4 05 f1 0d 01 fe  | ORA#1."........|
00000850  50 f1 22 50 61 75 6c 20  57 6f 6f 64 77 61 72 64  |P."Paul Woodward|
00000860  20 61 73 6b 73 20 69 6e  20 49 73 73 75 65 20 39  | asks in Issue 9|
00000870  20 66 6f 72 20 74 68 65  20 45 6c 6b 20 6d 65 6d  | for the Elk mem|
00000880  6f 72 79 20 6d 61 70 2e  20 20 54 68 69 73 20 77  |ory map.  This w|
00000890  61 73 20 70 75 62 6c 69  73 68 65 64 22 0d 02 08  |as published"...|
000008a0  4d f1 22 69 6e 20 45 6c  65 63 74 72 6f 6e 20 55  |M."in Electron U|
000008b0  73 65 72 20 41 70 72 69  6c 20 31 39 38 38 20 6f  |ser April 1988 o|
000008c0  6e 77 61 72 64 73 2e 20  20 49 20 68 61 76 65 20  |nwards.  I have |
000008d0  72 65 2d 74 79 70 65 64  20 74 68 69 73 20 69 6e  |re-typed this in|
000008e0  66 6f 72 6d 61 74 69 6f  6e 22 0d 02 12 4e f1 22  |formation"...N."|
000008f0  69 6e 74 6f 20 61 20 73  65 72 69 65 73 20 6f 66  |into a series of|
00000900  20 70 72 6f 67 72 61 6d  73 20 77 68 69 63 68 20  | programs which |
00000910  75 73 65 20 74 68 65 20  65 78 70 61 6e 64 65 64  |use the expanded|
00000920  20 67 72 61 70 68 69 63  73 20 6f 66 20 6d 79 20  | graphics of my |
00000930  70 72 69 6e 74 65 72 22  0d 02 1c 4a f1 22 61 6e  |printer"...J."an|
00000940  64 20 73 68 6f 75 6c 64  20 77 6f 72 6b 20 6f 6e  |d should work on|
00000950  20 61 6e 79 20 45 50 53  4f 4e 20 73 74 61 6e 64  | any EPSON stand|
00000960  61 72 64 20 70 72 69 6e  74 65 72 2e 20 20 54 68  |ard printer.  Th|
00000970  65 20 6c 69 73 74 69 6e  67 73 20 63 61 6e 20 62  |e listings can b|
00000980  65 22 0d 02 26 4d f1 22  70 72 69 6e 74 65 64 20  |e"..&M."printed |
00000990  6f 75 74 20 6f 6e 20 39  20 73 68 65 65 74 73 20  |out on 9 sheets |
000009a0  6f 66 20 41 34 20 70 61  70 65 72 20 6f 72 20 73  |of A4 paper or s|
000009b0  69 6d 70 6c 79 20 64 69  73 70 6c 61 79 65 64 20  |imply displayed |
000009c0  6f 6e 20 74 68 65 20 73  63 72 65 65 6e 2e 22 0d  |on the screen.".|
000009d0  02 30 05 f1 0d 02 3a 4c  f1 22 49 20 6d 61 79 20  |.0....:L."I may |
000009e0  61 64 64 20 74 68 61 74  20 49 20 61 6d 20 70 6f  |add that I am po|
000009f0  73 73 69 62 6c 79 20 6f  6e 65 20 6f 66 20 6f 6c  |ssibly one of ol|
00000a00  64 65 72 20 6d 65 6d 62  65 72 73 20 6f 66 20 74  |der members of t|
00000a10  68 65 20 67 72 6f 75 70  20 68 61 76 69 6e 67 22  |he group having"|
00000a20  0d 02 44 4c f1 22 72 65  74 69 72 65 64 20 73 6f  |..DL."retired so|
00000a30  6d 65 20 79 65 61 72 73  20 61 67 6f 20 2d 20 49  |me years ago - I|
00000a40  20 6d 75 73 74 20 70 75  74 20 75 70 20 74 68 65  | must put up the|
00000a50  20 61 76 65 72 61 67 65  20 61 67 65 20 75 70 20  | average age up |
00000a60  61 20 62 69 74 21 21 20  20 49 66 22 0d 02 4e 50  |a bit!!  If"..NP|
00000a70  f1 22 74 68 65 72 65 20  61 72 65 20 61 6e 79 20  |."there are any |
00000a80  6d 65 6d 62 65 72 73 20  6e 65 61 72 20 65 6e 6f  |members near eno|
00000a90  75 67 68 20 74 6f 20 6d  65 65 74 20 75 70 20 77  |ugh to meet up w|
00000aa0  69 74 68 20 6d 65 2c 20  49 20 73 68 6f 75 6c 64  |ith me, I should|
00000ab0  20 62 65 20 70 6c 65 61  73 65 64 22 0d 02 58 40  | be pleased"..X@|
00000ac0  f1 22 74 6f 20 68 61 76  65 20 61 20 63 68 61 74  |."to have a chat|
00000ad0  21 20 20 49 66 20 6e 6f  74 2c 20 49 20 61 6d 20  |!  If not, I am |
00000ae0  61 6c 77 61 79 73 20 72  65 61 64 79 20 74 6f 20  |always ready to |
00000af0  63 6f 72 72 65 73 70 6f  6e 64 2e 22 0d 02 62 05  |correspond."..b.|
00000b00  f1 0d 02 6c 41 f1 22 52  69 63 68 61 72 64 20 41  |...lA."Richard A|
00000b10  2e 20 44 69 6d 6f 6e 64  2c 20 20 35 20 42 72 69  |. Dimond,  5 Bri|
00000b20  61 72 79 20 43 6f 75 72  74 2c 20 53 49 44 43 55  |ary Court, SIDCU|
00000b30  50 2c 20 4b 65 6e 74 2c  20 44 41 31 34 20 36 48  |P, Kent, DA14 6H|
00000b40  5a 22 0d 02 76 1d f1 22  54 65 6c 65 70 68 6f 6e  |Z"..v.."Telephon|
00000b50  65 20 30 38 31 2d 33 30  32 20 32 33 39 35 22 0d  |e 081-302 2395".|
00000b60  02 80 51 f1 22 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |..Q."***********|
00000b70  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000ba0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 22  |***************"|
00000bb0  0d 02 8a 4c f1 22 4d 59  20 52 45 4d 41 52 4b 53  |...L."MY REMARKS|
00000bc0  20 41 42 4f 55 54 20 55  4e 4c 4f 43 4b 49 4e 47  | ABOUT UNLOCKING|
00000bd0  20 50 52 4f 47 52 41 4d  53 20 57 45 52 45 20 4d  | PROGRAMS WERE M|
00000be0  45 41 4e 54 20 54 4f 20  49 4d 50 4c 59 20 54 48  |EANT TO IMPLY TH|
00000bf0  41 54 20 54 48 45 20 4f  4e 4c 59 22 0d 02 94 4f  |AT THE ONLY"...O|
00000c00  f1 22 53 4f 46 54 57 41  52 45 20 54 48 41 54 20  |."SOFTWARE THAT |
00000c10  43 4f 55 4c 44 20 42 45  20 55 4e 4c 4f 43 4b 45  |COULD BE UNLOCKE|
00000c20  44 20 41 4e 44 20 43 4f  50 49 45 44 20 20 57 49  |D AND COPIED  WI|
00000c30  54 48 4f 55 54 20 54 45  43 48 4e 49 43 41 4c 4c  |THOUT TECHNICALL|
00000c40  59 20 42 52 45 41 4b 49  4e 47 22 0d 02 9e 4b f1  |Y BREAKING"...K.|
00000c50  22 54 48 45 20 4c 41 57  20 57 4f 55 4c 44 20 42  |"THE LAW WOULD B|
00000c60  45 20 59 4f 55 52 20 4f  57 4e 20 53 45 4c 46 2d  |E YOUR OWN SELF-|
00000c70  50 45 4e 4e 45 44 20 45  46 46 4f 52 54 53 20 4f  |PENNED EFFORTS O|
00000c80  52 20 4f 54 48 45 52 20  4e 4f 4e 2d 43 4f 50 59  |R OTHER NON-COPY|
00000c90  52 49 47 48 54 22 0d 02  a8 4e f1 22 4d 41 54 45  |RIGHT"...N."MATE|
00000ca0  52 49 41 4c 2c 20 42 55  54 2c 20 41 53 20 41 4c  |RIAL, BUT, AS AL|
00000cb0  4c 20 45 4c 45 43 54 52  4f 4e 20 4f 57 4e 45 52  |L ELECTRON OWNER|
00000cc0  53 20 41 52 45 20 41 53  20 48 4f 4e 45 53 54 20  |S ARE AS HONEST |
00000cd0  41 53 20 54 48 45 20 44  41 59 20 49 53 20 4c 4f  |AS THE DAY IS LO|
00000ce0  4e 47 2c 22 0d 02 b2 4b  f1 22 54 48 45 52 45 20  |NG,"...K."THERE |
00000cf0  57 41 53 20 4e 4f 20 4e  45 45 44 20 46 4f 52 20  |WAS NO NEED FOR |
00000d00  4d 45 20 54 4f 20 53 41  59 20 41 4e 59 54 48 49  |ME TO SAY ANYTHI|
00000d10  4e 47 20 52 45 41 4c 4c  59 2c 2e 2e 2e 2e 2e 20  |NG REALLY,..... |
00000d20  57 41 53 20 54 48 45 52  45 3f 20 49 54 53 22 0d  |WAS THERE? ITS".|
00000d30  02 bc 4e f1 22 50 52 4f  42 41 42 4c 59 20 4a 55  |..N."PROBABLY JU|
00000d40  53 54 20 4d 59 20 50 52  49 4e 54 45 52 20 28 50  |ST MY PRINTER (P|
00000d50  41 4e 41 53 4f 4e 49 43  20 4b 58 2d 50 31 30 38  |ANASONIC KX-P108|
00000d60  31 29 2c 20 42 55 54 20  54 48 45 20 4f 4e 4c 59  |1), BUT THE ONLY|
00000d70  20 27 47 52 41 50 48 49  43 53 27 22 20 0d 02 c6  | 'GRAPHICS'" ...|
00000d80  4d f1 22 49 20 47 45 54  20 46 52 4f 4d 20 54 48  |M."I GET FROM TH|
00000d90  45 20 4d 45 4d 4f 52 59  20 4d 41 50 20 50 52 4f  |E MEMORY MAP PRO|
00000da0  47 53 20 41 52 45 20 49  54 41 4c 49 43 20 27 44  |GS ARE ITALIC 'D|
00000db0  27 53 2c 20 27 4d 27 53  20 26 20 27 4f 27 53 2e  |'S, 'M'S & 'O'S.|
00000dc0  20 44 4f 20 4f 54 48 45  52 22 0d 02 d0 51 f1 22  | DO OTHER"...Q."|
00000dd0  50 45 4f 50 4c 45 20 47  45 54 20 54 48 45 20 50  |PEOPLE GET THE P|
00000de0  52 4f 50 45 52 20 45 46  46 45 43 54 3f 20 42 59  |ROPER EFFECT? BY|
00000df0  20 54 48 45 20 57 41 59  20 45 56 45 52 59 4f 4e  | THE WAY EVERYON|
00000e00  45 2c 20 57 48 59 20 4e  4f 54 20 54 41 4b 45 20  |E, WHY NOT TAKE |
00000e10  41 20 4c 45 41 46 20 4f  55 54 22 0d 02 da 51 f1  |A LEAF OUT"...Q.|
00000e20  22 4f 46 20 52 49 43 48  41 52 44 27 53 20 42 4f  |"OF RICHARD'S BO|
00000e30  4f 4b 20 41 4e 44 20 53  45 4e 44 20 59 4f 55 52  |OK AND SEND YOUR|
00000e40  20 4c 45 54 54 45 52 20  4f 52 20 41 52 54 49 43  | LETTER OR ARTIC|
00000e50  4c 45 20 41 53 20 41 20  50 52 4f 47 52 41 4d 20  |LE AS A PROGRAM |
00000e60  52 41 54 48 45 52 20 54  48 41 4e 22 0d 02 e4 4e  |RATHER THAN"...N|
00000e70  f1 22 41 20 42 4f 52 49  4e 47 20 4f 4c 44 20 56  |."A BORING OLD V|
00000e80  49 45 57 2f 53 54 41 52  57 4f 52 44 20 46 49 4c  |IEW/STARWORD FIL|
00000e90  45 3f 20 55 53 45 20 59  4f 55 52 20 57 4f 52 44  |E? USE YOUR WORD|
00000ea0  20 50 52 4f 43 45 53 53  4f 52 20 54 4f 20 54 59  | PROCESSOR TO TY|
00000eb0  50 45 20 49 4e 20 54 48  45 22 0d 02 ee 4d f1 22  |PE IN THE"...M."|
00000ec0  54 45 58 54 2c 20 54 48  45 4e 20 45 4e 43 4c 4f  |TEXT, THEN ENCLO|
00000ed0  53 45 20 45 41 43 48 20  4c 49 4e 45 20 49 4e 20  |SE EACH LINE IN |
00000ee0  49 4e 56 45 52 54 45 44  20 43 4f 4d 4d 41 53 2c  |INVERTED COMMAS,|
00000ef0  20 50 52 45 46 49 58 20  45 41 43 48 20 4c 49 4e  | PREFIX EACH LIN|
00000f00  45 20 57 49 54 48 22 0d  02 f8 4f f1 22 22 22 50  |E WITH"...O."""P|
00000f10  2e 22 22 20 28 57 48 49  43 48 20 57 49 4c 4c 20  |."" (WHICH WILL |
00000f20  45 4e 44 20 55 50 20 41  53 20 54 48 45 20 27 42  |END UP AS THE 'B|
00000f30  41 53 49 43 27 20 4b 45  59 57 4f 52 44 20 22 22  |ASIC' KEYWORD ""|
00000f40  50 52 49 4e 54 22 22 29  2c 20 54 48 45 4e 20 50  |PRINT""), THEN P|
00000f50  52 45 46 49 58 22 0d 03  02 50 f1 22 41 4c 4c 20  |REFIX"...P."ALL |
00000f60  4c 49 4e 45 53 20 57 49  54 48 20 41 20 4e 55 4d  |LINES WITH A NUM|
00000f70  42 45 52 20 41 4e 44 20  53 41 56 45 20 54 48 45  |BER AND SAVE THE|
00000f80  20 46 49 4c 45 20 49 4e  20 54 48 45 20 55 53 55  | FILE IN THE USU|
00000f90  41 4c 20 57 41 59 2e 20  54 48 45 20 52 45 53 55  |AL WAY. THE RESU|
00000fa0  4c 54 49 4e 47 22 0d 03  0c 50 f1 22 46 49 4c 45  |LTING"...P."FILE|
00000fb0  20 43 41 4e 20 54 48 45  4e 20 42 45 20 2a 45 58  | CAN THEN BE *EX|
00000fc0  45 43 27 45 44 20 20 41  4e 44 20 52 45 2d 53 41  |EC'ED  AND RE-SA|
00000fd0  56 45 44 20 41 53 20 41  20 27 42 41 53 49 43 27  |VED AS A 'BASIC'|
00000fe0  20 50 52 4f 47 52 41 4d  2e 20 57 48 59 20 4e 4f  | PROGRAM. WHY NO|
00000ff0  54 20 47 45 54 22 0d 03  16 4c f1 22 54 48 4f 53  |T GET"...L."THOS|
00001000  45 20 43 52 45 41 54 49  56 45 20 4a 55 49 43 45  |E CREATIVE JUICE|
00001010  53 20 46 4c 4f 57 49 4e  47 20 41 4e 44 20 42 52  |S FLOWING AND BR|
00001020  49 47 48 54 45 4e 20 55  50 20 59 4f 55 52 20 57  |IGHTEN UP YOUR W|
00001030  4f 52 4b 20 57 49 54 48  20 41 20 42 49 54 20 4f  |ORK WITH A BIT O|
00001040  46 22 0d 03 20 4f f1 22  43 4f 4c 4f 55 52 20 41  |F".. O."COLOUR A|
00001050  4e 44 20 47 52 41 50 48  49 43 53 2c 20 41 4e 49  |ND GRAPHICS, ANI|
00001060  4d 41 54 49 4f 4e 20 45  56 45 4e 2c 20 57 48 59  |MATION EVEN, WHY|
00001070  20 4e 4f 54 20 41 20 46  55 4c 4c 2d 4c 45 4e 47  | NOT A FULL-LENG|
00001080  54 48 20 46 45 41 54 55  52 45 20 46 49 4c 4d 2c  |TH FEATURE FILM,|
00001090  22 0d 03 2a 4c f1 22 4a  55 53 54 20 41 20 4d 4f  |"..*L."JUST A MO|
000010a0  4d 45 4e 54 2c 20 49 27  56 45 20 47 4f 54 20 54  |MENT, I'VE GOT T|
000010b0  4f 20 54 41 4b 45 20 41  20 43 4f 4c 44 20 53 48  |O TAKE A COLD SH|
000010c0  4f 57 45 52 21 2e 2e 2e  2e 2e 2e 2e 2e 20 54 48  |OWER!........ TH|
000010d0  41 54 27 53 20 42 45 54  54 45 52 21 22 0d 03 34  |AT'S BETTER!"..4|
000010e0  50 f1 22 54 48 41 4e 4b  53 20 46 4f 52 20 41 4c  |P."THANKS FOR AL|
000010f0  4c 20 54 48 45 20 4f 54  48 45 52 20 42 49 54 53  |L THE OTHER BITS|
00001100  20 41 4e 44 20 50 49 45  43 45 53 20 59 4f 55 20  | AND PIECES YOU |
00001110  53 45 4e 54 20 52 49 43  48 41 52 44 2c 20 54 48  |SENT RICHARD, TH|
00001120  45 59 27 4c 4c 20 41 4c  4c 20 42 45 22 0d 03 3e  |EY'LL ALL BE"..>|
00001130  27 f1 22 41 50 50 45 41  52 49 4e 47 20 4f 56 45  |'."APPEARING OVE|
00001140  52 20 41 20 50 45 52 49  4f 44 20 4f 46 20 54 49  |R A PERIOD OF TI|
00001150  4d 45 2e 22 0d 03 48 51  f1 22 2a 2a 2a 2a 2a 2a  |ME."..HQ."******|
00001160  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
000011a0  2a 2a 2a 2a 22 0d 03 52  05 f1 0d 03 5c 14 f1 22  |****"..R....\.."|
000011b0  21 42 4f 4f 54 49 4e 47  20 56 49 45 57 22 0d 03  |!BOOTING VIEW"..|
000011c0  66 14 f1 22 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |f.."************|
000011d0  2a 22 0d 03 70 4d f1 22  54 6f 20 63 61 72 72 79  |*"..pM."To carry|
000011e0  20 6f 6e 20 66 72 6f 6d  20 43 68 72 69 73 74 6f  | on from Christo|
000011f0  70 68 65 72 20 43 68 61  64 77 69 63 6b 27 73 20  |pher Chadwick's |
00001200  69 6e 73 69 67 68 74 73  20 28 69 73 73 75 65 20  |insights (issue |
00001210  39 29 20 69 6e 74 6f 20  6d 61 6b 69 6e 67 22 0d  |9) into making".|
00001220  03 7a 50 f1 22 56 69 65  77 20 61 20 66 72 69 65  |.zP."View a frie|
00001230  6e 64 6c 69 65 72 20 70  69 65 63 65 20 6f 66 20  |ndlier piece of |
00001240  73 6f 66 74 77 61 72 65  2c 20 49 20 65 6e 63 6c  |software, I encl|
00001250  6f 73 65 20 6d 79 20 44  46 53 20 21 42 4f 4f 54  |ose my DFS !BOOT|
00001260  20 66 69 6c 65 2e 20 20  49 74 20 63 61 6e 22 0d  | file.  It can".|
00001270  03 84 4e f1 22 6f 66 20  63 6f 75 72 73 65 20 62  |..N."of course b|
00001280  65 20 61 6c 74 65 72 65  64 20 74 6f 20 73 75 69  |e altered to sui|
00001290  74 20 79 6f 75 72 20 6f  77 6e 20 6e 65 65 64 73  |t your own needs|
000012a0  20 69 2e 65 20 41 44 46  53 20 62 79 20 6c 6f 61  | i.e ADFS by loa|
000012b0  64 69 6e 67 20 69 74 20  69 6e 74 6f 22 0d 03 8e  |ding it into"...|
000012c0  51 f1 22 56 69 65 77 2c  20 65 64 69 74 69 6e 67  |Q."View, editing|
000012d0  20 61 6e 64 20 74 68 65  6e 20 73 61 76 69 6e 67  | and then saving|
000012e0  2e 20 42 65 6c 6f 77 20  69 73 20 74 68 65 20 6c  |. Below is the l|
000012f0  69 73 74 69 6e 67 20 77  69 74 68 20 61 20 66 65  |isting with a fe|
00001300  77 20 63 6f 6d 6d 65 6e  74 73 20 74 6f 22 0d 03  |w comments to"..|
00001310  98 21 f1 22 65 78 70 6c  61 69 6e 20 77 68 61 74  |.!."explain what|
00001320  20 69 73 20 68 61 70 70  65 6e 69 6e 67 2e 22 0d  | is happening.".|
00001330  03 a2 05 f1 0d 03 ac 0d  f1 22 2a 42 41 53 49 43  |........."*BASIC|
00001340  22 0d 03 b6 48 f1 22 2a  54 56 30 2c 31 20 20 20  |"...H."*TV0,1   |
00001350  20 20 2e 2e 2e 2e 2e 2e  2e 2e 2e 2e 2f 20 53 74  |  ........../ St|
00001360  6f 70 73 20 73 63 72 65  65 6e 20 66 6c 69 63 6b  |ops screen flick|
00001370  65 72 2f 74 75 72 6e 73  20 6f 66 66 20 69 6e 74  |er/turns off int|
00001380  65 72 6c 61 63 69 6e 67  22 0d 03 c0 48 f1 22 2a  |erlacing"...H."*|
00001390  46 58 32 32 38 2c 31 20  20 20 2e 2e 2e 2e 2e 2e  |FX228,1   ......|
000013a0  2e 2e 2e 2e 2f 20 41 6c  6c 6f 77 73 20 74 68 65  |..../ Allows the|
000013b0  20 66 75 6e 63 74 69 6f  6e 20 6b 65 79 73 20 74  | function keys t|
000013c0  6f 20 62 65 20 70 72 6f  67 72 61 6d 6d 65 64 20  |o be programmed |
000013d0  22 0d 03 ca 34 f1 22 2a  46 58 32 30 32 2c 34 38  |"...4."*FX202,48|
000013e0  20 20 2e 2e 2e 2e 2e 2e  2e 2e 2e 2e 2f 20 53 77  |  ........../ Sw|
000013f0  69 74 63 68 65 73 20 6f  66 66 20 43 41 50 53 20  |itches off CAPS |
00001400  4c 4f 43 4b 22 0d 03 d4  0c f1 22 2a 57 4f 52 44  |LOCK"....."*WORD|
00001410  22 0d 03 de 29 f1 22 2a  4b 45 59 20 30 20 22 22  |"...)."*KEY 0 ""|
00001420  2a 44 52 49 56 45 20 30  7c 4d 2a 43 41 54 7c 4d  |*DRIVE 0|M*CAT|M|
00001430  2a 46 52 45 45 7c 4d 22  22 22 0d 03 e8 29 f1 22  |*FREE|M"""...)."|
00001440  2a 4b 45 59 20 31 20 22  22 2a 44 52 49 56 45 20  |*KEY 1 ""*DRIVE |
00001450  31 7c 4d 2a 43 41 54 7c  4d 2a 46 52 45 45 7c 4d  |1|M*CAT|M*FREE|M|
00001460  22 22 22 0d 03 f2 29 f1  22 2a 4b 45 59 20 32 20  |"""...)."*KEY 2 |
00001470  22 22 2a 44 52 49 56 45  20 32 7c 4d 2a 43 41 54  |""*DRIVE 2|M*CAT|
00001480  7c 4d 2a 46 52 45 45 7c  4d 22 22 22 0d 03 fc 29  ||M*FREE|M"""...)|
00001490  f1 22 2a 4b 45 59 20 33  20 22 22 2a 44 52 49 56  |."*KEY 3 ""*DRIV|
000014a0  45 20 33 7c 4d 2a 43 41  54 7c 4d 2a 46 52 45 45  |E 3|M*CAT|M*FREE|
000014b0  7c 4d 22 22 22 0d 04 06  21 f1 22 2a 4b 45 59 20  ||M"""...!."*KEY |
000014c0  34 20 22 22 2a 41 43 43  45 53 53 20 2a 2e 2a 20  |4 ""*ACCESS *.* |
000014d0  4c 7c 4d 22 22 22 0d 04  10 1f f1 22 2a 4b 45 59  |L|M"""....."*KEY|
000014e0  20 35 20 22 22 2a 41 43  43 45 53 53 20 2a 2e 2a  | 5 ""*ACCESS *.*|
000014f0  7c 4d 22 22 22 0d 04 1a  41 f1 22 2a 4b 45 59 20  ||M"""...A."*KEY |
00001500  36 20 22 22 53 48 45 45  54 53 7c 4d 22 22 20 2e  |6 ""SHEETS|M"" .|
00001510  2e 2e 2e 2e 2e 2e 2e 2e  2e 2e 2e 20 2f 20 43 61  |........... / Ca|
00001520  6e 20 62 65 20 63 68 61  6e 67 65 64 20 74 6f 20  |n be changed to |
00001530  50 52 49 4e 54 22 0d 04  24 19 f1 22 2a 4b 45 59  |PRINT"..$.."*KEY|
00001540  20 37 20 22 22 43 4f 55  4e 54 7c 4d 22 22 22 0d  | 7 ""COUNT|M""".|
00001550  04 2e 4b f1 22 2a 4b 45  59 20 38 20 22 22 7c 53  |..K."*KEY 8 ""|S|
00001560  7c 41 7c 47 7c 20 7c 20  7c 20 7c 4d 7c 53 7c 20  ||A|G| | | |M|S| |
00001570  7c 44 7c 20 7c 20 7c 40  7c 4d 22 22 2f 20 57 68  ||D| | |@|M""/ Wh|
00001580  69 74 65 20 74 65 78 74  2c 20 42 6c 75 65 20 62  |ite text, Blue b|
00001590  61 63 6b 67 72 6f 75 6e  64 22 0d 04 38 4c f1 22  |ackground"..8L."|
000015a0  2a 4b 45 59 20 39 20 22  22 7c 53 7c 41 7c 50 7c  |*KEY 9 ""|S|A|P||
000015b0  20 7c 20 7c 20 7c 4d 7c  53 7c 20 7c 47 7c 20 7c  | | | |M|S| |G| ||
000015c0  20 7c 40 7c 4d 22 22 2f  20 42 6c 61 63 6b 20 74  | |@|M""/ Black t|
000015d0  65 78 74 2e 20 57 68 69  74 65 20 62 61 63 6b 67  |ext. White backg|
000015e0  72 6f 75 6e 64 22 0d 04  42 46 f1 22 4d 4f 44 45  |round"..BF."MODE|
000015f0  31 32 38 20 20 20 20 20  20 20 20 2e 2e 2e 2e 2e  |128        .....|
00001600  2e 2f 20 4d 6f 64 65 20  30 20 73 68 61 64 6f 77  |./ Mode 0 shadow|
00001610  20 6f 6e 20 2d 20 63 6f  6d 70 61 74 69 62 6c 65  | on - compatible|
00001620  20 42 42 43 20 42 2b 20  65 74 63 22 0d 04 4c 4f  | BBC B+ etc"..LO|
00001630  f1 22 53 45 54 55 50 20  46 49 20 20 20 20 20 20  |."SETUP FI      |
00001640  20 2e 2e 2e 2e 2e 2e 2f  20 53 65 74 73 20 4a 75  | ....../ Sets Ju|
00001650  73 74 69 66 69 63 61 74  69 6f 6e 20 4f 46 46 20  |stification OFF |
00001660  26 20 46 6f 72 6d 61 74  74 69 6e 67 20 61 6e 64  |& Formatting and|
00001670  20 49 6e 73 65 72 74 20  4f 4e 22 0d 04 56 49 f1  | Insert ON"..VI.|
00001680  22 50 52 49 4e 54 45 52  20 46 58 31 30 35 2e 2e  |"PRINTER FX105..|
00001690  2e 2e 2e 2e 2f 20 4c 4f  41 44 73 20 70 72 69 6e  |..../ LOADs prin|
000016a0  74 65 72 20 64 72 69 76  65 72 20 61 73 73 75 6d  |ter driver assum|
000016b0  69 6e 67 20 69 74 73 20  6f 6e 20 74 68 65 20 64  |ing its on the d|
000016c0  69 73 63 22 0d 04 60 39  f1 22 4e 45 57 2e 2e 2e  |isc"..`9."NEW...|
000016d0  2e 2e 2e 2f 20 43 6c 65  61 72 20 73 63 72 65 65  |.../ Clear scree|
000016e0  6e 20 61 6e 64 20 73 65  74 20 72 75 6c 65 72 20  |n and set ruler |
000016f0  74 6f 20 38 30 20 63 6f  6c 75 6d 6e 22 0d 04 6a  |to 80 column"..j|
00001700  0b f1 22 2a 43 41 54 22  0d 04 74 0c f1 22 2a 46  |.."*CAT"..t.."*F|
00001710  52 45 45 22 0d 04 7e 05  f1 0d 04 88 4a f1 22 54  |REE"..~.....J."T|
00001720  6f 20 73 65 74 20 75 70  20 47 72 65 65 6e 20 74  |o set up Green t|
00001730  65 78 74 2c 20 42 6c 61  63 6b 20 62 61 63 6b 67  |ext, Black backg|
00001740  72 6f 75 6e 64 20 63 68  61 6e 67 65 20 65 69 74  |round change eit|
00001750  68 65 72 20 2a 4b 45 59  20 38 20 6f 72 20 39 20  |her *KEY 8 or 9 |
00001760  74 6f 22 0d 04 92 05 f1  0d 04 9c 27 f1 22 22 22  |to"........'."""|
00001770  7c 53 7c 41 7c 42 7c 20  7c 20 7c 20 7c 4d 7c 53  ||S|A|B| | | |M|S|
00001780  7c 40 7c 40 7c 40 7c 40  7c 40 7c 4d 22 22 22 0d  ||@|@|@|@|@|M""".|
00001790  04 a6 05 f1 0d 04 b0 4a  f1 22 44 6f 6e 27 74 20  |.......J."Don't |
000017a0  66 6f 72 67 65 74 20 74  6f 20 73 65 74 20 74 68  |forget to set th|
000017b0  65 20 61 75 74 6f 20 21  62 6f 6f 74 20 6f 70 74  |e auto !boot opt|
000017c0  69 6f 6e 20 6f 6e 20 79  6f 75 72 20 64 69 73 63  |ion on your disc|
000017d0  20 77 69 74 68 20 2a 4f  50 54 34 2c 33 22 0d 04  | with *OPT4,3"..|
000017e0  ba 05 f1 0d 04 c4 2b f1  22 44 65 72 65 6b 20 57  |......+."Derek W|
000017f0  61 6c 6b 65 72 2c 20 42  69 73 68 6f 70 62 72 69  |alker, Bishopbri|
00001800  67 67 73 2c 20 47 6c 61  73 67 6f 77 2e 22 0d 04  |ggs, Glasgow."..|
00001810  ce 51 f1 22 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |.Q."************|
00001820  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00001850  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 22 0d  |**************".|
00001860  04 d8 05 e1 0d ff                                 |......|
00001866
LETTS5.m0
LETTS5.m1
LETTS5.m2
LETTS5.m4
LETTS5.m5