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

LETTS3

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: LETTS3
Read OK:
File size: 12EE bytes
Load address: FFFF1D00
Exec address: FFFF8023
File contents
   10MODE3:VDU23,1,0;0;0;0;:VDU14:PRINT''"PRESS <SHIFT> TO SCROLL"''
   20PROCtext
   30REPEAT:REPEAT:PRINT''"PLEASE PRESS <F> FOR NEXT FILE, <P> TO PRINT TEXT, <M> FOR MAIN MENU":UNTIL GET$="F" OR GET$="M" OR GET$="P"
   40IF GET$="F" THEN CHAIN"$.LETTS4"
   50IF GET$="M" THEN CHAIN"$.MENU"
   60VDU15:VDU2:PROCtext:VDU3:UNTIL FALSE
   70END
   80DEF PROCtext
   90PRINT"SHOW DISAPPOINTMENT"
  100PRINT"*******************"
  110PRINT"I Was disappointed on arrival at the Harrogate BAU show to find the stand"
  120PRINT"allocated to Pres was occupied by another firm, leaving it an all-32 bit"
  130PRINT"circus.  Electro Music Research put on their (his?) usual impressive"
  140PRINT"demonstration, Acorn had their Notebook to Arc link running, and having"
  150PRINT"gone on the Friday I even got to see Dominic Diamond ( who ? ). He was"
  160PRINT"there to present prizes for some very good winning entries in a ""Design an"
  170PRINT"Acorn User Show Poster"" competition run amongst local schools, and giving"
  180PRINT"away models of Lotus cars to anyone who beat him on the new Arc Lotus"
  190PRINT"racing game. "
  200PRINT
  210PRINT"Still, got a free disc for entering the treasure trail competition even"
  220PRINT"though my brain, usually good with anagrams, froze and I couldn't see the"
  230PRINT"solution.  Until 5 minutes after I got home, that is.  If you want to try"
  240PRINT"it, the letters were:-"
  250PRINT
  260PRINT"      A A C C D E E I I L N N N O O R R S S S T T U Y"
  270PRINT
  280PRINT"and had to fit into seven words as:-"
  290PRINT 
  300PRINT"    _ _ _ _ _    _ _ _ _ _    _ _ _     _ _    _ _    _ _    _ _ _ _ _"
  310PRINT  
  320PRINT
  330PRINT"I'd like to take issue with ""Chadders"" on a couple of points in his letter"
  340PRINT"in EUG 9.  By definition, anything produced by Acorn (ie the Plus 3 with"
  350PRINT"ADFS on 3.5"" Discs) IS the standard, which other add-on manufacturers need"
  360PRINT"to follow.  Yes I am aware that with so few made / sold, it made little"
  370PRINT"enough impression but must still be treated as the standard."
  380PRINT
  390PRINT"Also I understood that because of variations in disc tolerances, flexing"
  400PRINT"of discs etc, floppy disc heads DO rub the disc surface like a tape"
  410PRINT"recorder to ensure a good signal.  Thus a floppy drive has to stop after"
  420PRINT"each access to stop the head wearing away.  Only the rigid and"
  430PRINT"non-removable nature of a hard disc gives the accuracy needed to allow the"
  440PRINT"heads to ""fly"" microns above the disc rather than touching it, in turn"
  450PRINT"allowing the platters to be spun faster and continuously."
  460PRINT
  470PRINT"Apologies to Chis Chadwick and anyone else, but the DOSCOPY routine left"
  480PRINT"little space for buffers on a BEEB, and there were other machine"
  490PRINT"differences so instead of converting it I embarked on a machine-code only"
  500PRINT"Elk version.  So far this does a *CAT (or DIR in MSDOS) of the root"
  510PRINT"directory (as long as there aren't too many entries), but further"
  520PRINT"development is slowing down somewhat.  Why do I always seem to have"
  530PRINT"trouble finishing any......."
  540PRINT
  550PRINT"Derek Hilton, Penwortham, Preston."
  560PRINT"**************************************************************************"
  570PRINT"COULD BE BETTER"
  580PRINT"***************"
  590PRINT"Thanks for Issue 9 of the magazine. I'll agree with your statement about"
  600PRINT"its shortcomings, although the pictures transferred from the Arc looked"
  610PRINT"surprisingly good in Elk black and white."
  620PRINT
  630PRINT"By the way, I didn't select the ""Last Bit"" first (what happened to the"
  640PRINT"First Bit?). Also, the second side of the disc has come in very useful,"
  650PRINT"though it could be used for increasing the contents of the disc in the"
  660PRINT"future."
  670PRINT
  680PRINT"Finally, what happened to make those silly dots (or CTRL codes to be"
  690PRINT"technical) appear instead of ""$""'s on the disc. "
  700PRINT
  710PRINT"James Treadwell, HeadFirst P.D., Southport."
  720PRINT"**************************************************************************"
  730PRINT"AS I HOPE YOU CAN SEE FROM THIS DISC, THE STANDARD IS ON THE CLIMB"
  740PRINT"(NOWHERE ELSE TO GO!) AND THINGS SHOULD IMPROVE STILL FURTHER IN THE"
  750PRINT"FUTURE. THERE NEVER WAS A 'FIRST BIT', I THINK YOU ALL GET ENOUGH OF MY"
  760PRINT"SPIEL WHEN I INCLUDE REPLIES LIKE THIS, WITHOUT ME HOGGING EXTRA SPACE!"
  770PRINT"TALKINGOFSPACE, YOU MUST REMEMBER THAT NOT EVERYONE HAS A DOUBLE SIDED"
  780PRINT"DRIVE SO I AM HAVING TO AIM AT THE LOWEST COMMON DENOMINATOR (SINGLE SIDED"
  790PRINT"DFS) SO EACH ISSUE WILL NOT CONTAIN MORE THAN 200k OF CODING. THE SILLY"
  800PRINT"DOTS CAME ABOUT BECAUSE THE SILLY EDITOR USED SLOGGER'S SILLY (OR PERHAPS"
  810PRINT"SUPERIOR) PEGASUS DFS SYSTEM WHICH DOESN'T SEEM TO NEED THE CTRL CODE"
  820PRINT"PREFIXES, BUT WILL RECOGNISE THEM IF THEY ARE INCLUDED. THE MAJORITY OF"
  830PRINT"THE ISSUE 9 DFS DISCS HAD TO BE REPLACED BECAUSE OF THIS, BUT OBVIOUSLY A"
  840PRINT"FEW OF YOU WERE ABLE TO CORRECT THE PROBLEM YOURSELVES. I KNOW DEREK"
  850PRINT"WALKER USED A DISC EDITOR FOR THIS PURPOSE. WE LIVE AND LEARN EH?........."
  860PRINT"**************************************************************************"
  870ENDPROC

8�3:�23,1,0;0;0;0;:�14:�''"PRESS <SHIFT> TO SCROLL"''
	�text
i�:�:�''"PLEASE PRESS <F> FOR NEXT FILE, <P> TO PRINT TEXT, <M> FOR MAIN MENU":� �="F" � �="M" � �="P"
(� �="F" � �"$.LETTS4"
2� �="M" � �"$.MENU"
<�15:�2:�text:�3:� �
F�
P� �text
Z�"SHOW DISAPPOINTMENT"
d�"*******************"
nP�"I Was disappointed on arrival at the Harrogate BAU show to find the stand"
xO�"allocated to Pres was occupied by another firm, leaving it an all-32 bit"
�K�"circus.  Electro Music Research put on their (his?) usual impressive"
�N�"demonstration, Acorn had their Notebook to Arc link running, and having"
�M�"gone on the Friday I even got to see Dominic Diamond ( who ? ). He was"
�R�"there to present prizes for some very good winning entries in a ""Design an"
�Q�"Acorn User Show Poster"" competition run amongst local schools, and giving"
�L�"away models of Lotus cars to anyone who beat him on the new Arc Lotus"
��"racing game. "
��
�N�"Still, got a free disc for entering the treasure trail competition even"
�P�"though my brain, usually good with anagrams, froze and I couldn't see the"
�P�"solution.  Until 5 minutes after I got home, that is.  If you want to try"
��"it, the letters were:-"
��
<�"      A A C C D E E I I L N N N O O R R S S S T T U Y"
�
+�"and had to fit into seven words as:-"
"� 
,M�"    _ _ _ _ _    _ _ _ _ _    _ _ _     _ _    _ _    _ _    _ _ _ _ _"
6�  
@�
JS�"I'd like to take issue with ""Chadders"" on a couple of points in his letter"
TO�"in EUG 9.  By definition, anything produced by Acorn (ie the Plus 3 with"
^R�"ADFS on 3.5"" Discs) IS the standard, which other add-on manufacturers need"
hN�"to follow.  Yes I am aware that with so few made / sold, it made little"
rC�"enough impression but must still be treated as the standard."
|�
�O�"Also I understood that because of variations in disc tolerances, flexing"
�J�"of discs etc, floppy disc heads DO rub the disc surface like a tape"
�O�"recorder to ensure a good signal.  Thus a floppy drive has to stop after"
�E�"each access to stop the head wearing away.  Only the rigid and"
�Q�"non-removable nature of a hard disc gives the accuracy needed to allow the"
�O�"heads to ""fly"" microns above the disc rather than touching it, in turn"
�@�"allowing the platters to be spun faster and continuously."
��
�O�"Apologies to Chis Chadwick and anyone else, but the DOSCOPY routine left"
�G�"little space for buffers on a BEEB, and there were other machine"
�P�"differences so instead of converting it I embarked on a machine-code only"
�J�"Elk version.  So far this does a *CAT (or DIR in MSDOS) of the root"
�H�"directory (as long as there aren't too many entries), but further"
J�"development is slowing down somewhat.  Why do I always seem to have"
#�"trouble finishing any......."
�
&)�"Derek Hilton, Penwortham, Preston."
0Q�"**************************************************************************"
:�"COULD BE BETTER"
D�"***************"
NO�"Thanks for Issue 9 of the magazine. I'll agree with your statement about"
XN�"its shortcomings, although the pictures transferred from the Arc looked"
b0�"surprisingly good in Elk black and white."
l�
vO�"By the way, I didn't select the ""Last Bit"" first (what happened to the"
�N�"First Bit?). Also, the second side of the disc has come in very useful,"
�M�"though it could be used for increasing the contents of the disc in the"
��"future."
��
�K�"Finally, what happened to make those silly dots (or CTRL codes to be"
�9�"technical) appear instead of ""$""'s on the disc. "
��
�2�"James Treadwell, HeadFirst P.D., Southport."
�Q�"**************************************************************************"
�I�"AS I HOPE YOU CAN SEE FROM THIS DISC, THE STANDARD IS ON THE CLIMB"
�K�"(NOWHERE ELSE TO GO!) AND THINGS SHOULD IMPROVE STILL FURTHER IN THE"
�N�"FUTURE. THERE NEVER WAS A 'FIRST BIT', I THINK YOU ALL GET ENOUGH OF MY"
�N�"SPIEL WHEN I INCLUDE REPLIES LIKE THIS, WITHOUT ME HOGGING EXTRA SPACE!"
M�"TALKINGOFSPACE, YOU MUST REMEMBER THAT NOT EVERYONE HAS A DOUBLE SIDED"
Q�"DRIVE SO I AM HAVING TO AIM AT THE LOWEST COMMON DENOMINATOR (SINGLE SIDED"
N�"DFS) SO EACH ISSUE WILL NOT CONTAIN MORE THAN 200k OF CODING. THE SILLY"
 P�"DOTS CAME ABOUT BECAUSE THE SILLY EDITOR USED SLOGGER'S SILLY (OR PERHAPS"
*L�"SUPERIOR) PEGASUS DFS SYSTEM WHICH DOESN'T SEEM TO NEED THE CTRL CODE"
4N�"PREFIXES, BUT WILL RECOGNISE THEM IF THEY ARE INCLUDED. THE MAJORITY OF"
>P�"THE ISSUE 9 DFS DISCS HAD TO BE REPLACED BECAUSE OF THIS, BUT OBVIOUSLY A"
HK�"FEW OF YOU WERE ABLE TO CORRECT THE PROBLEM YOURSELVES. I KNOW DEREK"
RQ�"WALKER USED A DISC EDITOR FOR THIS PURPOSE. WE LIVE AND LEARN EH?........."
\Q�"**************************************************************************"
f�
�
00000000  0d 00 0a 38 eb 33 3a ef  32 33 2c 31 2c 30 3b 30  |...8.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  0d 00 14 09 f2 74 65 78  |CROLL"''.....tex|
00000040  74 0d 00 1e 69 f5 3a f5  3a f1 27 27 22 50 4c 45  |t...i.:.:.''"PLE|
00000050  41 53 45 20 50 52 45 53  53 20 3c 46 3e 20 46 4f  |ASE PRESS <F> FO|
00000060  52 20 4e 45 58 54 20 46  49 4c 45 2c 20 3c 50 3e  |R NEXT FILE, <P>|
00000070  20 54 4f 20 50 52 49 4e  54 20 54 45 58 54 2c 20  | TO PRINT TEXT, |
00000080  3c 4d 3e 20 46 4f 52 20  4d 41 49 4e 20 4d 45 4e  |<M> FOR MAIN MEN|
00000090  55 22 3a fd 20 be 3d 22  46 22 20 84 20 be 3d 22  |U":. .="F" . .="|
000000a0  4d 22 20 84 20 be 3d 22  50 22 0d 00 28 19 e7 20  |M" . .="P"..(.. |
000000b0  be 3d 22 46 22 20 8c 20  d7 22 24 2e 4c 45 54 54  |.="F" . ."$.LETT|
000000c0  53 34 22 0d 00 32 17 e7  20 be 3d 22 4d 22 20 8c  |S4"..2.. .="M" .|
000000d0  20 d7 22 24 2e 4d 45 4e  55 22 0d 00 3c 17 ef 31  | ."$.MENU"..<..1|
000000e0  35 3a ef 32 3a f2 74 65  78 74 3a ef 33 3a fd 20  |5:.2:.text:.3:. |
000000f0  a3 0d 00 46 05 e0 0d 00  50 0b dd 20 f2 74 65 78  |...F....P.. .tex|
00000100  74 0d 00 5a 1a f1 22 53  48 4f 57 20 44 49 53 41  |t..Z.."SHOW DISA|
00000110  50 50 4f 49 4e 54 4d 45  4e 54 22 0d 00 64 1a f1  |PPOINTMENT"..d..|
00000120  22 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |"***************|
00000130  2a 2a 2a 2a 22 0d 00 6e  50 f1 22 49 20 57 61 73  |****"..nP."I Was|
00000140  20 64 69 73 61 70 70 6f  69 6e 74 65 64 20 6f 6e  | disappointed on|
00000150  20 61 72 72 69 76 61 6c  20 61 74 20 74 68 65 20  | arrival at the |
00000160  48 61 72 72 6f 67 61 74  65 20 42 41 55 20 73 68  |Harrogate BAU sh|
00000170  6f 77 20 74 6f 20 66 69  6e 64 20 74 68 65 20 73  |ow to find the s|
00000180  74 61 6e 64 22 0d 00 78  4f f1 22 61 6c 6c 6f 63  |tand"..xO."alloc|
00000190  61 74 65 64 20 74 6f 20  50 72 65 73 20 77 61 73  |ated to Pres was|
000001a0  20 6f 63 63 75 70 69 65  64 20 62 79 20 61 6e 6f  | occupied by ano|
000001b0  74 68 65 72 20 66 69 72  6d 2c 20 6c 65 61 76 69  |ther firm, leavi|
000001c0  6e 67 20 69 74 20 61 6e  20 61 6c 6c 2d 33 32 20  |ng it an all-32 |
000001d0  62 69 74 22 0d 00 82 4b  f1 22 63 69 72 63 75 73  |bit"...K."circus|
000001e0  2e 20 20 45 6c 65 63 74  72 6f 20 4d 75 73 69 63  |.  Electro Music|
000001f0  20 52 65 73 65 61 72 63  68 20 70 75 74 20 6f 6e  | Research put on|
00000200  20 74 68 65 69 72 20 28  68 69 73 3f 29 20 75 73  | their (his?) us|
00000210  75 61 6c 20 69 6d 70 72  65 73 73 69 76 65 22 0d  |ual impressive".|
00000220  00 8c 4e f1 22 64 65 6d  6f 6e 73 74 72 61 74 69  |..N."demonstrati|
00000230  6f 6e 2c 20 41 63 6f 72  6e 20 68 61 64 20 74 68  |on, Acorn had th|
00000240  65 69 72 20 4e 6f 74 65  62 6f 6f 6b 20 74 6f 20  |eir Notebook to |
00000250  41 72 63 20 6c 69 6e 6b  20 72 75 6e 6e 69 6e 67  |Arc link running|
00000260  2c 20 61 6e 64 20 68 61  76 69 6e 67 22 0d 00 96  |, and having"...|
00000270  4d f1 22 67 6f 6e 65 20  6f 6e 20 74 68 65 20 46  |M."gone on the F|
00000280  72 69 64 61 79 20 49 20  65 76 65 6e 20 67 6f 74  |riday I even got|
00000290  20 74 6f 20 73 65 65 20  44 6f 6d 69 6e 69 63 20  | to see Dominic |
000002a0  44 69 61 6d 6f 6e 64 20  28 20 77 68 6f 20 3f 20  |Diamond ( who ? |
000002b0  29 2e 20 48 65 20 77 61  73 22 0d 00 a0 52 f1 22  |). He was"...R."|
000002c0  74 68 65 72 65 20 74 6f  20 70 72 65 73 65 6e 74  |there to present|
000002d0  20 70 72 69 7a 65 73 20  66 6f 72 20 73 6f 6d 65  | prizes for some|
000002e0  20 76 65 72 79 20 67 6f  6f 64 20 77 69 6e 6e 69  | very good winni|
000002f0  6e 67 20 65 6e 74 72 69  65 73 20 69 6e 20 61 20  |ng entries in a |
00000300  22 22 44 65 73 69 67 6e  20 61 6e 22 0d 00 aa 51  |""Design an"...Q|
00000310  f1 22 41 63 6f 72 6e 20  55 73 65 72 20 53 68 6f  |."Acorn User Sho|
00000320  77 20 50 6f 73 74 65 72  22 22 20 63 6f 6d 70 65  |w Poster"" compe|
00000330  74 69 74 69 6f 6e 20 72  75 6e 20 61 6d 6f 6e 67  |tition run among|
00000340  73 74 20 6c 6f 63 61 6c  20 73 63 68 6f 6f 6c 73  |st local schools|
00000350  2c 20 61 6e 64 20 67 69  76 69 6e 67 22 0d 00 b4  |, and giving"...|
00000360  4c f1 22 61 77 61 79 20  6d 6f 64 65 6c 73 20 6f  |L."away models o|
00000370  66 20 4c 6f 74 75 73 20  63 61 72 73 20 74 6f 20  |f Lotus cars to |
00000380  61 6e 79 6f 6e 65 20 77  68 6f 20 62 65 61 74 20  |anyone who beat |
00000390  68 69 6d 20 6f 6e 20 74  68 65 20 6e 65 77 20 41  |him on the new A|
000003a0  72 63 20 4c 6f 74 75 73  22 0d 00 be 14 f1 22 72  |rc Lotus"....."r|
000003b0  61 63 69 6e 67 20 67 61  6d 65 2e 20 22 0d 00 c8  |acing game. "...|
000003c0  05 f1 0d 00 d2 4e f1 22  53 74 69 6c 6c 2c 20 67  |.....N."Still, g|
000003d0  6f 74 20 61 20 66 72 65  65 20 64 69 73 63 20 66  |ot a free disc f|
000003e0  6f 72 20 65 6e 74 65 72  69 6e 67 20 74 68 65 20  |or entering the |
000003f0  74 72 65 61 73 75 72 65  20 74 72 61 69 6c 20 63  |treasure trail c|
00000400  6f 6d 70 65 74 69 74 69  6f 6e 20 65 76 65 6e 22  |ompetition even"|
00000410  0d 00 dc 50 f1 22 74 68  6f 75 67 68 20 6d 79 20  |...P."though my |
00000420  62 72 61 69 6e 2c 20 75  73 75 61 6c 6c 79 20 67  |brain, usually g|
00000430  6f 6f 64 20 77 69 74 68  20 61 6e 61 67 72 61 6d  |ood with anagram|
00000440  73 2c 20 66 72 6f 7a 65  20 61 6e 64 20 49 20 63  |s, froze and I c|
00000450  6f 75 6c 64 6e 27 74 20  73 65 65 20 74 68 65 22  |ouldn't see the"|
00000460  0d 00 e6 50 f1 22 73 6f  6c 75 74 69 6f 6e 2e 20  |...P."solution. |
00000470  20 55 6e 74 69 6c 20 35  20 6d 69 6e 75 74 65 73  | Until 5 minutes|
00000480  20 61 66 74 65 72 20 49  20 67 6f 74 20 68 6f 6d  | after I got hom|
00000490  65 2c 20 74 68 61 74 20  69 73 2e 20 20 49 66 20  |e, that is.  If |
000004a0  79 6f 75 20 77 61 6e 74  20 74 6f 20 74 72 79 22  |you want to try"|
000004b0  0d 00 f0 1d f1 22 69 74  2c 20 74 68 65 20 6c 65  |....."it, the le|
000004c0  74 74 65 72 73 20 77 65  72 65 3a 2d 22 0d 00 fa  |tters were:-"...|
000004d0  05 f1 0d 01 04 3c f1 22  20 20 20 20 20 20 41 20  |.....<."      A |
000004e0  41 20 43 20 43 20 44 20  45 20 45 20 49 20 49 20  |A C C D E E I I |
000004f0  4c 20 4e 20 4e 20 4e 20  4f 20 4f 20 52 20 52 20  |L N N N O O R R |
00000500  53 20 53 20 53 20 54 20  54 20 55 20 59 22 0d 01  |S S S T T U Y"..|
00000510  0e 05 f1 0d 01 18 2b f1  22 61 6e 64 20 68 61 64  |......+."and had|
00000520  20 74 6f 20 66 69 74 20  69 6e 74 6f 20 73 65 76  | to fit into sev|
00000530  65 6e 20 77 6f 72 64 73  20 61 73 3a 2d 22 0d 01  |en words as:-"..|
00000540  22 06 f1 20 0d 01 2c 4d  f1 22 20 20 20 20 5f 20  |".. ..,M."    _ |
00000550  5f 20 5f 20 5f 20 5f 20  20 20 20 5f 20 5f 20 5f  |_ _ _ _    _ _ _|
00000560  20 5f 20 5f 20 20 20 20  5f 20 5f 20 5f 20 20 20  | _ _    _ _ _   |
00000570  20 20 5f 20 5f 20 20 20  20 5f 20 5f 20 20 20 20  |  _ _    _ _    |
00000580  5f 20 5f 20 20 20 20 5f  20 5f 20 5f 20 5f 20 5f  |_ _    _ _ _ _ _|
00000590  22 0d 01 36 07 f1 20 20  0d 01 40 05 f1 0d 01 4a  |"..6..  ..@....J|
000005a0  53 f1 22 49 27 64 20 6c  69 6b 65 20 74 6f 20 74  |S."I'd like to t|
000005b0  61 6b 65 20 69 73 73 75  65 20 77 69 74 68 20 22  |ake issue with "|
000005c0  22 43 68 61 64 64 65 72  73 22 22 20 6f 6e 20 61  |"Chadders"" on a|
000005d0  20 63 6f 75 70 6c 65 20  6f 66 20 70 6f 69 6e 74  | couple of point|
000005e0  73 20 69 6e 20 68 69 73  20 6c 65 74 74 65 72 22  |s in his letter"|
000005f0  0d 01 54 4f f1 22 69 6e  20 45 55 47 20 39 2e 20  |..TO."in EUG 9. |
00000600  20 42 79 20 64 65 66 69  6e 69 74 69 6f 6e 2c 20  | By definition, |
00000610  61 6e 79 74 68 69 6e 67  20 70 72 6f 64 75 63 65  |anything produce|
00000620  64 20 62 79 20 41 63 6f  72 6e 20 28 69 65 20 74  |d by Acorn (ie t|
00000630  68 65 20 50 6c 75 73 20  33 20 77 69 74 68 22 0d  |he Plus 3 with".|
00000640  01 5e 52 f1 22 41 44 46  53 20 6f 6e 20 33 2e 35  |.^R."ADFS on 3.5|
00000650  22 22 20 44 69 73 63 73  29 20 49 53 20 74 68 65  |"" Discs) IS the|
00000660  20 73 74 61 6e 64 61 72  64 2c 20 77 68 69 63 68  | standard, which|
00000670  20 6f 74 68 65 72 20 61  64 64 2d 6f 6e 20 6d 61  | other add-on ma|
00000680  6e 75 66 61 63 74 75 72  65 72 73 20 6e 65 65 64  |nufacturers need|
00000690  22 0d 01 68 4e f1 22 74  6f 20 66 6f 6c 6c 6f 77  |"..hN."to follow|
000006a0  2e 20 20 59 65 73 20 49  20 61 6d 20 61 77 61 72  |.  Yes I am awar|
000006b0  65 20 74 68 61 74 20 77  69 74 68 20 73 6f 20 66  |e that with so f|
000006c0  65 77 20 6d 61 64 65 20  2f 20 73 6f 6c 64 2c 20  |ew made / sold, |
000006d0  69 74 20 6d 61 64 65 20  6c 69 74 74 6c 65 22 0d  |it made little".|
000006e0  01 72 43 f1 22 65 6e 6f  75 67 68 20 69 6d 70 72  |.rC."enough impr|
000006f0  65 73 73 69 6f 6e 20 62  75 74 20 6d 75 73 74 20  |ession but must |
00000700  73 74 69 6c 6c 20 62 65  20 74 72 65 61 74 65 64  |still be treated|
00000710  20 61 73 20 74 68 65 20  73 74 61 6e 64 61 72 64  | as the standard|
00000720  2e 22 0d 01 7c 05 f1 0d  01 86 4f f1 22 41 6c 73  |."..|.....O."Als|
00000730  6f 20 49 20 75 6e 64 65  72 73 74 6f 6f 64 20 74  |o I understood t|
00000740  68 61 74 20 62 65 63 61  75 73 65 20 6f 66 20 76  |hat because of v|
00000750  61 72 69 61 74 69 6f 6e  73 20 69 6e 20 64 69 73  |ariations in dis|
00000760  63 20 74 6f 6c 65 72 61  6e 63 65 73 2c 20 66 6c  |c tolerances, fl|
00000770  65 78 69 6e 67 22 0d 01  90 4a f1 22 6f 66 20 64  |exing"...J."of d|
00000780  69 73 63 73 20 65 74 63  2c 20 66 6c 6f 70 70 79  |iscs etc, floppy|
00000790  20 64 69 73 63 20 68 65  61 64 73 20 44 4f 20 72  | disc heads DO r|
000007a0  75 62 20 74 68 65 20 64  69 73 63 20 73 75 72 66  |ub the disc surf|
000007b0  61 63 65 20 6c 69 6b 65  20 61 20 74 61 70 65 22  |ace like a tape"|
000007c0  0d 01 9a 4f f1 22 72 65  63 6f 72 64 65 72 20 74  |...O."recorder t|
000007d0  6f 20 65 6e 73 75 72 65  20 61 20 67 6f 6f 64 20  |o ensure a good |
000007e0  73 69 67 6e 61 6c 2e 20  20 54 68 75 73 20 61 20  |signal.  Thus a |
000007f0  66 6c 6f 70 70 79 20 64  72 69 76 65 20 68 61 73  |floppy drive has|
00000800  20 74 6f 20 73 74 6f 70  20 61 66 74 65 72 22 0d  | to stop after".|
00000810  01 a4 45 f1 22 65 61 63  68 20 61 63 63 65 73 73  |..E."each access|
00000820  20 74 6f 20 73 74 6f 70  20 74 68 65 20 68 65 61  | to stop the hea|
00000830  64 20 77 65 61 72 69 6e  67 20 61 77 61 79 2e 20  |d wearing away. |
00000840  20 4f 6e 6c 79 20 74 68  65 20 72 69 67 69 64 20  | Only the rigid |
00000850  61 6e 64 22 0d 01 ae 51  f1 22 6e 6f 6e 2d 72 65  |and"...Q."non-re|
00000860  6d 6f 76 61 62 6c 65 20  6e 61 74 75 72 65 20 6f  |movable nature o|
00000870  66 20 61 20 68 61 72 64  20 64 69 73 63 20 67 69  |f a hard disc gi|
00000880  76 65 73 20 74 68 65 20  61 63 63 75 72 61 63 79  |ves the accuracy|
00000890  20 6e 65 65 64 65 64 20  74 6f 20 61 6c 6c 6f 77  | needed to allow|
000008a0  20 74 68 65 22 0d 01 b8  4f f1 22 68 65 61 64 73  | the"...O."heads|
000008b0  20 74 6f 20 22 22 66 6c  79 22 22 20 6d 69 63 72  | to ""fly"" micr|
000008c0  6f 6e 73 20 61 62 6f 76  65 20 74 68 65 20 64 69  |ons above the di|
000008d0  73 63 20 72 61 74 68 65  72 20 74 68 61 6e 20 74  |sc rather than t|
000008e0  6f 75 63 68 69 6e 67 20  69 74 2c 20 69 6e 20 74  |ouching it, in t|
000008f0  75 72 6e 22 0d 01 c2 40  f1 22 61 6c 6c 6f 77 69  |urn"...@."allowi|
00000900  6e 67 20 74 68 65 20 70  6c 61 74 74 65 72 73 20  |ng the platters |
00000910  74 6f 20 62 65 20 73 70  75 6e 20 66 61 73 74 65  |to be spun faste|
00000920  72 20 61 6e 64 20 63 6f  6e 74 69 6e 75 6f 75 73  |r and continuous|
00000930  6c 79 2e 22 0d 01 cc 05  f1 0d 01 d6 4f f1 22 41  |ly."........O."A|
00000940  70 6f 6c 6f 67 69 65 73  20 74 6f 20 43 68 69 73  |pologies to Chis|
00000950  20 43 68 61 64 77 69 63  6b 20 61 6e 64 20 61 6e  | Chadwick and an|
00000960  79 6f 6e 65 20 65 6c 73  65 2c 20 62 75 74 20 74  |yone else, but t|
00000970  68 65 20 44 4f 53 43 4f  50 59 20 72 6f 75 74 69  |he DOSCOPY routi|
00000980  6e 65 20 6c 65 66 74 22  0d 01 e0 47 f1 22 6c 69  |ne left"...G."li|
00000990  74 74 6c 65 20 73 70 61  63 65 20 66 6f 72 20 62  |ttle space for b|
000009a0  75 66 66 65 72 73 20 6f  6e 20 61 20 42 45 45 42  |uffers on a BEEB|
000009b0  2c 20 61 6e 64 20 74 68  65 72 65 20 77 65 72 65  |, and there were|
000009c0  20 6f 74 68 65 72 20 6d  61 63 68 69 6e 65 22 0d  | other machine".|
000009d0  01 ea 50 f1 22 64 69 66  66 65 72 65 6e 63 65 73  |..P."differences|
000009e0  20 73 6f 20 69 6e 73 74  65 61 64 20 6f 66 20 63  | so instead of c|
000009f0  6f 6e 76 65 72 74 69 6e  67 20 69 74 20 49 20 65  |onverting it I e|
00000a00  6d 62 61 72 6b 65 64 20  6f 6e 20 61 20 6d 61 63  |mbarked on a mac|
00000a10  68 69 6e 65 2d 63 6f 64  65 20 6f 6e 6c 79 22 0d  |hine-code only".|
00000a20  01 f4 4a f1 22 45 6c 6b  20 76 65 72 73 69 6f 6e  |..J."Elk version|
00000a30  2e 20 20 53 6f 20 66 61  72 20 74 68 69 73 20 64  |.  So far this d|
00000a40  6f 65 73 20 61 20 2a 43  41 54 20 28 6f 72 20 44  |oes a *CAT (or D|
00000a50  49 52 20 69 6e 20 4d 53  44 4f 53 29 20 6f 66 20  |IR in MSDOS) of |
00000a60  74 68 65 20 72 6f 6f 74  22 0d 01 fe 48 f1 22 64  |the root"...H."d|
00000a70  69 72 65 63 74 6f 72 79  20 28 61 73 20 6c 6f 6e  |irectory (as lon|
00000a80  67 20 61 73 20 74 68 65  72 65 20 61 72 65 6e 27  |g as there aren'|
00000a90  74 20 74 6f 6f 20 6d 61  6e 79 20 65 6e 74 72 69  |t too many entri|
00000aa0  65 73 29 2c 20 62 75 74  20 66 75 72 74 68 65 72  |es), but further|
00000ab0  22 0d 02 08 4a f1 22 64  65 76 65 6c 6f 70 6d 65  |"...J."developme|
00000ac0  6e 74 20 69 73 20 73 6c  6f 77 69 6e 67 20 64 6f  |nt is slowing do|
00000ad0  77 6e 20 73 6f 6d 65 77  68 61 74 2e 20 20 57 68  |wn somewhat.  Wh|
00000ae0  79 20 64 6f 20 49 20 61  6c 77 61 79 73 20 73 65  |y do I always se|
00000af0  65 6d 20 74 6f 20 68 61  76 65 22 0d 02 12 23 f1  |em to have"...#.|
00000b00  22 74 72 6f 75 62 6c 65  20 66 69 6e 69 73 68 69  |"trouble finishi|
00000b10  6e 67 20 61 6e 79 2e 2e  2e 2e 2e 2e 2e 22 0d 02  |ng any......."..|
00000b20  1c 05 f1 0d 02 26 29 f1  22 44 65 72 65 6b 20 48  |.....&)."Derek H|
00000b30  69 6c 74 6f 6e 2c 20 50  65 6e 77 6f 72 74 68 61  |ilton, Penwortha|
00000b40  6d 2c 20 50 72 65 73 74  6f 6e 2e 22 0d 02 30 51  |m, Preston."..0Q|
00000b50  f1 22 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |."**************|
00000b60  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000b90  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 22 0d 02 3a  |************"..:|
00000ba0  16 f1 22 43 4f 55 4c 44  20 42 45 20 42 45 54 54  |.."COULD BE BETT|
00000bb0  45 52 22 0d 02 44 16 f1  22 2a 2a 2a 2a 2a 2a 2a  |ER"..D.."*******|
00000bc0  2a 2a 2a 2a 2a 2a 2a 2a  22 0d 02 4e 4f f1 22 54  |********"..NO."T|
00000bd0  68 61 6e 6b 73 20 66 6f  72 20 49 73 73 75 65 20  |hanks for Issue |
00000be0  39 20 6f 66 20 74 68 65  20 6d 61 67 61 7a 69 6e  |9 of the magazin|
00000bf0  65 2e 20 49 27 6c 6c 20  61 67 72 65 65 20 77 69  |e. I'll agree wi|
00000c00  74 68 20 79 6f 75 72 20  73 74 61 74 65 6d 65 6e  |th your statemen|
00000c10  74 20 61 62 6f 75 74 22  0d 02 58 4e f1 22 69 74  |t about"..XN."it|
00000c20  73 20 73 68 6f 72 74 63  6f 6d 69 6e 67 73 2c 20  |s shortcomings, |
00000c30  61 6c 74 68 6f 75 67 68  20 74 68 65 20 70 69 63  |although the pic|
00000c40  74 75 72 65 73 20 74 72  61 6e 73 66 65 72 72 65  |tures transferre|
00000c50  64 20 66 72 6f 6d 20 74  68 65 20 41 72 63 20 6c  |d from the Arc l|
00000c60  6f 6f 6b 65 64 22 0d 02  62 30 f1 22 73 75 72 70  |ooked"..b0."surp|
00000c70  72 69 73 69 6e 67 6c 79  20 67 6f 6f 64 20 69 6e  |risingly good in|
00000c80  20 45 6c 6b 20 62 6c 61  63 6b 20 61 6e 64 20 77  | Elk black and w|
00000c90  68 69 74 65 2e 22 0d 02  6c 05 f1 0d 02 76 4f f1  |hite."..l....vO.|
00000ca0  22 42 79 20 74 68 65 20  77 61 79 2c 20 49 20 64  |"By the way, I d|
00000cb0  69 64 6e 27 74 20 73 65  6c 65 63 74 20 74 68 65  |idn't select the|
00000cc0  20 22 22 4c 61 73 74 20  42 69 74 22 22 20 66 69  | ""Last Bit"" fi|
00000cd0  72 73 74 20 28 77 68 61  74 20 68 61 70 70 65 6e  |rst (what happen|
00000ce0  65 64 20 74 6f 20 74 68  65 22 0d 02 80 4e f1 22  |ed to the"...N."|
00000cf0  46 69 72 73 74 20 42 69  74 3f 29 2e 20 41 6c 73  |First Bit?). Als|
00000d00  6f 2c 20 74 68 65 20 73  65 63 6f 6e 64 20 73 69  |o, the second si|
00000d10  64 65 20 6f 66 20 74 68  65 20 64 69 73 63 20 68  |de of the disc h|
00000d20  61 73 20 63 6f 6d 65 20  69 6e 20 76 65 72 79 20  |as come in very |
00000d30  75 73 65 66 75 6c 2c 22  0d 02 8a 4d f1 22 74 68  |useful,"...M."th|
00000d40  6f 75 67 68 20 69 74 20  63 6f 75 6c 64 20 62 65  |ough it could be|
00000d50  20 75 73 65 64 20 66 6f  72 20 69 6e 63 72 65 61  | used for increa|
00000d60  73 69 6e 67 20 74 68 65  20 63 6f 6e 74 65 6e 74  |sing the content|
00000d70  73 20 6f 66 20 74 68 65  20 64 69 73 63 20 69 6e  |s of the disc in|
00000d80  20 74 68 65 22 0d 02 94  0e f1 22 66 75 74 75 72  | the"....."futur|
00000d90  65 2e 22 0d 02 9e 05 f1  0d 02 a8 4b f1 22 46 69  |e."........K."Fi|
00000da0  6e 61 6c 6c 79 2c 20 77  68 61 74 20 68 61 70 70  |nally, what happ|
00000db0  65 6e 65 64 20 74 6f 20  6d 61 6b 65 20 74 68 6f  |ened to make tho|
00000dc0  73 65 20 73 69 6c 6c 79  20 64 6f 74 73 20 28 6f  |se silly dots (o|
00000dd0  72 20 43 54 52 4c 20 63  6f 64 65 73 20 74 6f 20  |r CTRL codes to |
00000de0  62 65 22 0d 02 b2 39 f1  22 74 65 63 68 6e 69 63  |be"...9."technic|
00000df0  61 6c 29 20 61 70 70 65  61 72 20 69 6e 73 74 65  |al) appear inste|
00000e00  61 64 20 6f 66 20 22 22  24 22 22 27 73 20 6f 6e  |ad of ""$""'s on|
00000e10  20 74 68 65 20 64 69 73  63 2e 20 22 0d 02 bc 05  | the disc. "....|
00000e20  f1 0d 02 c6 32 f1 22 4a  61 6d 65 73 20 54 72 65  |....2."James Tre|
00000e30  61 64 77 65 6c 6c 2c 20  48 65 61 64 46 69 72 73  |adwell, HeadFirs|
00000e40  74 20 50 2e 44 2e 2c 20  53 6f 75 74 68 70 6f 72  |t P.D., Southpor|
00000e50  74 2e 22 0d 02 d0 51 f1  22 2a 2a 2a 2a 2a 2a 2a  |t."...Q."*******|
00000e60  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000ea0  2a 2a 2a 22 0d 02 da 49  f1 22 41 53 20 49 20 48  |***"...I."AS I H|
00000eb0  4f 50 45 20 59 4f 55 20  43 41 4e 20 53 45 45 20  |OPE YOU CAN SEE |
00000ec0  46 52 4f 4d 20 54 48 49  53 20 44 49 53 43 2c 20  |FROM THIS DISC, |
00000ed0  54 48 45 20 53 54 41 4e  44 41 52 44 20 49 53 20  |THE STANDARD IS |
00000ee0  4f 4e 20 54 48 45 20 43  4c 49 4d 42 22 0d 02 e4  |ON THE CLIMB"...|
00000ef0  4b f1 22 28 4e 4f 57 48  45 52 45 20 45 4c 53 45  |K."(NOWHERE ELSE|
00000f00  20 54 4f 20 47 4f 21 29  20 41 4e 44 20 54 48 49  | TO GO!) AND THI|
00000f10  4e 47 53 20 53 48 4f 55  4c 44 20 49 4d 50 52 4f  |NGS SHOULD IMPRO|
00000f20  56 45 20 53 54 49 4c 4c  20 46 55 52 54 48 45 52  |VE STILL FURTHER|
00000f30  20 49 4e 20 54 48 45 22  0d 02 ee 4e f1 22 46 55  | IN THE"...N."FU|
00000f40  54 55 52 45 2e 20 54 48  45 52 45 20 4e 45 56 45  |TURE. THERE NEVE|
00000f50  52 20 57 41 53 20 41 20  27 46 49 52 53 54 20 42  |R WAS A 'FIRST B|
00000f60  49 54 27 2c 20 49 20 54  48 49 4e 4b 20 59 4f 55  |IT', I THINK YOU|
00000f70  20 41 4c 4c 20 47 45 54  20 45 4e 4f 55 47 48 20  | ALL GET ENOUGH |
00000f80  4f 46 20 4d 59 22 0d 02  f8 4e f1 22 53 50 49 45  |OF MY"...N."SPIE|
00000f90  4c 20 57 48 45 4e 20 49  20 49 4e 43 4c 55 44 45  |L WHEN I INCLUDE|
00000fa0  20 52 45 50 4c 49 45 53  20 4c 49 4b 45 20 54 48  | REPLIES LIKE TH|
00000fb0  49 53 2c 20 57 49 54 48  4f 55 54 20 4d 45 20 48  |IS, WITHOUT ME H|
00000fc0  4f 47 47 49 4e 47 20 45  58 54 52 41 20 53 50 41  |OGGING EXTRA SPA|
00000fd0  43 45 21 22 0d 03 02 4d  f1 22 54 41 4c 4b 49 4e  |CE!"...M."TALKIN|
00000fe0  47 4f 46 53 50 41 43 45  2c 20 59 4f 55 20 4d 55  |GOFSPACE, YOU MU|
00000ff0  53 54 20 52 45 4d 45 4d  42 45 52 20 54 48 41 54  |ST REMEMBER THAT|
00001000  20 4e 4f 54 20 45 56 45  52 59 4f 4e 45 20 48 41  | NOT EVERYONE HA|
00001010  53 20 41 20 44 4f 55 42  4c 45 20 53 49 44 45 44  |S A DOUBLE SIDED|
00001020  22 0d 03 0c 51 f1 22 44  52 49 56 45 20 53 4f 20  |"...Q."DRIVE SO |
00001030  49 20 41 4d 20 48 41 56  49 4e 47 20 54 4f 20 41  |I AM HAVING TO A|
00001040  49 4d 20 41 54 20 54 48  45 20 4c 4f 57 45 53 54  |IM AT THE LOWEST|
00001050  20 43 4f 4d 4d 4f 4e 20  44 45 4e 4f 4d 49 4e 41  | COMMON DENOMINA|
00001060  54 4f 52 20 28 53 49 4e  47 4c 45 20 53 49 44 45  |TOR (SINGLE SIDE|
00001070  44 22 0d 03 16 4e f1 22  44 46 53 29 20 53 4f 20  |D"...N."DFS) SO |
00001080  45 41 43 48 20 49 53 53  55 45 20 57 49 4c 4c 20  |EACH ISSUE WILL |
00001090  4e 4f 54 20 43 4f 4e 54  41 49 4e 20 4d 4f 52 45  |NOT CONTAIN MORE|
000010a0  20 54 48 41 4e 20 32 30  30 6b 20 4f 46 20 43 4f  | THAN 200k OF CO|
000010b0  44 49 4e 47 2e 20 54 48  45 20 53 49 4c 4c 59 22  |DING. THE SILLY"|
000010c0  0d 03 20 50 f1 22 44 4f  54 53 20 43 41 4d 45 20  |.. P."DOTS CAME |
000010d0  41 42 4f 55 54 20 42 45  43 41 55 53 45 20 54 48  |ABOUT BECAUSE TH|
000010e0  45 20 53 49 4c 4c 59 20  45 44 49 54 4f 52 20 55  |E SILLY EDITOR U|
000010f0  53 45 44 20 53 4c 4f 47  47 45 52 27 53 20 53 49  |SED SLOGGER'S SI|
00001100  4c 4c 59 20 28 4f 52 20  50 45 52 48 41 50 53 22  |LLY (OR PERHAPS"|
00001110  0d 03 2a 4c f1 22 53 55  50 45 52 49 4f 52 29 20  |..*L."SUPERIOR) |
00001120  50 45 47 41 53 55 53 20  44 46 53 20 53 59 53 54  |PEGASUS DFS SYST|
00001130  45 4d 20 57 48 49 43 48  20 44 4f 45 53 4e 27 54  |EM WHICH DOESN'T|
00001140  20 53 45 45 4d 20 54 4f  20 4e 45 45 44 20 54 48  | SEEM TO NEED TH|
00001150  45 20 43 54 52 4c 20 43  4f 44 45 22 0d 03 34 4e  |E CTRL CODE"..4N|
00001160  f1 22 50 52 45 46 49 58  45 53 2c 20 42 55 54 20  |."PREFIXES, BUT |
00001170  57 49 4c 4c 20 52 45 43  4f 47 4e 49 53 45 20 54  |WILL RECOGNISE T|
00001180  48 45 4d 20 49 46 20 54  48 45 59 20 41 52 45 20  |HEM IF THEY ARE |
00001190  49 4e 43 4c 55 44 45 44  2e 20 54 48 45 20 4d 41  |INCLUDED. THE MA|
000011a0  4a 4f 52 49 54 59 20 4f  46 22 0d 03 3e 50 f1 22  |JORITY OF"..>P."|
000011b0  54 48 45 20 49 53 53 55  45 20 39 20 44 46 53 20  |THE ISSUE 9 DFS |
000011c0  44 49 53 43 53 20 48 41  44 20 54 4f 20 42 45 20  |DISCS HAD TO BE |
000011d0  52 45 50 4c 41 43 45 44  20 42 45 43 41 55 53 45  |REPLACED BECAUSE|
000011e0  20 4f 46 20 54 48 49 53  2c 20 42 55 54 20 4f 42  | OF THIS, BUT OB|
000011f0  56 49 4f 55 53 4c 59 20  41 22 0d 03 48 4b f1 22  |VIOUSLY A"..HK."|
00001200  46 45 57 20 4f 46 20 59  4f 55 20 57 45 52 45 20  |FEW OF YOU WERE |
00001210  41 42 4c 45 20 54 4f 20  43 4f 52 52 45 43 54 20  |ABLE TO CORRECT |
00001220  54 48 45 20 50 52 4f 42  4c 45 4d 20 59 4f 55 52  |THE PROBLEM YOUR|
00001230  53 45 4c 56 45 53 2e 20  49 20 4b 4e 4f 57 20 44  |SELVES. I KNOW D|
00001240  45 52 45 4b 22 0d 03 52  51 f1 22 57 41 4c 4b 45  |EREK"..RQ."WALKE|
00001250  52 20 55 53 45 44 20 41  20 44 49 53 43 20 45 44  |R USED A DISC ED|
00001260  49 54 4f 52 20 46 4f 52  20 54 48 49 53 20 50 55  |ITOR FOR THIS PU|
00001270  52 50 4f 53 45 2e 20 57  45 20 4c 49 56 45 20 41  |RPOSE. WE LIVE A|
00001280  4e 44 20 4c 45 41 52 4e  20 45 48 3f 2e 2e 2e 2e  |ND LEARN EH?....|
00001290  2e 2e 2e 2e 2e 22 0d 03  5c 51 f1 22 2a 2a 2a 2a  |....."..\Q."****|
000012a0  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
000012e0  2a 2a 2a 2a 2a 2a 22 0d  03 66 05 e1 0d ff        |******"..f....|
000012ee
LETTS3.m0
LETTS3.m1
LETTS3.m2
LETTS3.m4
LETTS3.m5