Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_09.ADF » LETTS_2
LETTS_2
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_09.ADF |
Filename: | LETTS_2 |
Read OK: | ✔ |
File size: | 1FCC bytes |
Load address: | FFFF1D00 |
Exec address: | FFFF8023 |
File contents
1MODE3:VDU23,1,0;0;0;0;:VDU14:PRINT'''"PRESS <SHIFT> TO SCROLL"'' 2PRINT"variety of issue 4. But it is a very different board." 3PRINT 4PRINT"The 205,000 number is common to all elks that I've met." 5PRINT 6PRINT"SIM CITY .... Reading Alan Davies letter made me dig out my copy" 7PRINT"of Sim City to remind myself what a good game it was. I bought it" 8PRINT"some time ago and for some reason failed to follow my usual" 9PRINT"practise of making a backup. Imagine the horror when I discovered" 10PRINT"the elk version was shot to ribbons with 'bad block' and 'data?'" 11PRINT"messages all over the shop. Eventually (Hours later, diarists) I" 12PRINT"cleaned it up enough to make a backup and restore the original" 13PRINT"source tape to a usable state. I suspect Alan has a similar" 14PRINT"problem. Sim City packs a lot into the Elk, making it prone to" 15PRINT"'Bad Program' messages at an uncommon stage. If the city file is" 16PRINT"corrupted it might throw a 'Bad Program' error where a 'data'" 17PRINT"would usually be. I've also noticed that sometimes it will load" 18PRINT"in Turbo mode, but occasionally gets no further than the first" 19PRINT"loader. Any one else had this? " 20PRINT 21PRINT"UPGRADES.... I've spent considerable time with an Acorn Archimedes" 22PRINT"and they are infinitely preferable to the badly thought out PC. " 23PRINT"The sad fact is however that without a PC emulator on board, and " 24PRINT"very often with, they will not run the packaged software that it " 25PRINT"is becoming necessary to be familiar with if you want an office " 26PRINT"job. Lotus 1-2-3 for example. The reasons for upgrading to a 32" 27PRINT"bit Acorn must make allowance for the fact that even after " 28PRINT"spending all that money you still won't be able to run most PC" 30PRINT"software. Wicked but true. As for buying an Archie for the BBC" 31PRINT"emulator this has to be a bit like buying a Mercedes and " 32PRINT"installing posh Esgrot seats, surely? " 33PRINT 34PRINT"It is this de facto PC standard that drove me to such a vigorous" 35PRINT"denouncement of DFS. MS-DOS is the standard for all PC's (Windows " 36PRINT"not withstanding) and the concept of sub-directories and their " 37PRINT"efficient management is quite demanding. I benefitted enormously " 38PRINT"from my exposure to ADFS when first faced with a PC, had I only " 39PRINT"known DFS I would have been reduced to tears within seconds." 40PRINT 41PRINT"All Acorns are belting good little machines and elks are a joy for" 42PRINT"their ease of use and friendly interfaces. I wish I could use my " 43PRINT"elk at work, really I do. " 44PRINT 45PRINT"For this reason I am waiting expectantly on Derek Hilton's" 46PRINT"research into DOS-COPY for the elk. The ability to read/write DOS " 47PRINT"format discs would be of immeasurable use to me, professionally " 48PRINT"and socially. In general terms it would give the old elk an " 49PRINT"enormous boost for would-be awfers like moi. " 50PRINT 51PRINT"VIEW... I really reckon to this WP, but am I the only one who was" 52PRINT"a bit confused by Bill Woodall's opening para to VIEW in EUG 8? As " 53PRINT"far as I know View for the Elk came in one version only (E1.0) and " 54PRINT"contained the same functionality as View 3.00 for the Master. A " 55PRINT"summary of the differences wouldn't amount to much, but View 3/E1 " 56PRINT"is much more usable than the common Beeb versions (2.1 and 1.4). " 57PRINT"The NAME command exists in View 3/E1 and is useful with skeleton " 58PRINT"files (eg LOAD skel - NAME bank5), easily handling the path " 59PRINT"structures of ADFS. " 60PRINT 61PRINT"I've used View 2.1 on the Beeb and it's nothing like as friendly" 62PRINT"without the FUNC key. There are three possible combinations of" 63PRINT"Shift, CTRL and F key to get the functions available in one " 64PRINT"combination on the elk. It also lacks the features I rely on in " 65PRINT"View E1. Moreover it has irritations such as the need to issue a " 66PRINT"NEW command before anything can begin! " 67PRINT 68PRINT"I suspect the Master implementation of View 3 also calls for" 69PRINT"varying key presses to get a command, making E1 the friendliest " 70PRINT"version around! " 71PRINT 72PRINT"F keys, along with screen mode and colours, can be defined from a" 73PRINT"BASIC program that ends by calling up View. I've included a sample " 74PRINT"menu program to show what I mean. It assumes a PRES AP2 and an at " 75PRINT"least a med.res monitor. Change '*Lang 2' to *W. if you are " 76PRINT"without an AP2 rom, tape users may want to edit the references to " 77PRINT"external files (Printer driver, *BACKUP etc). I make no apologies " 78PRINT"for its quick and dirty look. " 79PRINT 80PRINT"COBOL... Yeah. I'm supposed to speak this for a living and when I" 81PRINT"retrained I was given excellent instruction in the use of " 82PRINT"structured COBOL and remain convinced that it is ideally suited to " 83PRINT"complex systems when used in a structured fashion. Sadly it rarely " 84PRINT"is, and my life is made miserable by meeting COBOL code that has " 85PRINT"been written in the most obtuse way imaginable, riddled with GO TO " 86PRINT"commands, illustrated by such comments as '@*~$! knows what this " 87PRINT"bit does, but it looks pretty damn meaty to me!'." 88PRINT 89PRINT"The situation is not helped by the current obsession with C and " 90PRINT"variants which are prettier but much weaker than COBOL. (The Land " 91PRINT"Rover of computer languages - it goes anywhere but consider" 92PRINT"yourself stuffed if you have an accident involving one). As a " 93PRINT"professional programmer my advice to Christian Weber is by all " 94PRINT"means learn COBOL but get some C as well. I recommend 'Parkin' " 95PRINT"available from Smiths. " 96PRINT"Through no fault of my own, I am now running the south west branch" 97PRINT"of the retirement home for shagged out old 8-bit Acorn computers." 98PRINT"One of the more pleasureable aspects of this philantropy is the" 99PRINT"software my patients often bring with them. " 100PRINT 101PRINT"Such is the history of this version of 'Mornington Crescent' which" 102PRINT"is a fair implementation of the old parlour game. It was originally" 103PRINT"a Beeb only effort running in boring black and white in Mode 7 from" 104PRINT"the Micro User sometime in the 80's. " 105PRINT 106PRINT"I have converted it to run on a 64k Elk in dazzling London Transport" 107PRINT"livery, with a slightly more human text interface, an explanation of" 108PRINT"the simple rules and removed the more irritating routines the" 109PRINT"original author thought fit to include. I've also debugged it to a" 110PRINT"degree which meant correcting a couple of typing errors in the data" 111PRINT"statements that make up the bulk of this program and make it too" 112PRINT"large for ordinary 32k machines. " 113PRINT 114PRINT"There are still two points where it doesn't run too smoothly, one" 115PRINT"invariably the other more periodic. Bit like the service on LT I" 116PRINT"suppose. Have fun finding them. Oh yes, and it's not the current" 117PRINT"version of the tube map either." 118PRINT 119PRINT"For those of you who may have picked up on the 'Sorry I Haven't A" 120PRINT"Clue' radio panel game version of this game this is entirely" 121PRINT"seperate and uses few of the gambits frequently heard there. In" 122PRINT"particular I regret the absence of the Took double-twist, and the" 123PRINT"Rushton grumble is unplayable in any non-radio format of the game." 124PRINT"However, I think on this occasion a computer implementation has" 125PRINT"managed to capture the basic flavour of the game-play and I" 126PRINT"anticipate cheery EUG members spending a deliriously happy few" 127PRINT"minutes before getting bored stupid by it." 128PRINT 129PRINT"Christopher Chadwick, Swindon, Wilts" 130PRINT 131PRINT"*********************************************************************" 3000VDU3 3001PRINT''"PLEASE PRESS <F> TO LOAD NEXT FILE, <P> TO PRINT TEXT, <M> FOR MAIN MENU" 3002REPEAT:A$=GET$:UNTIL A$="F" OR A$="P" OR A$="M" 3003IF A$="F" THEN CHAIN"LETTS_3" 3004IF A$="P" THEN VDU2:RUN 3005IF A$="M" THEN CHAIN"MENU"
9�3:�23,1,0;0;0;0;:�14:�'''"PRESS <SHIFT> TO SCROLL"'' <�"variety of issue 4. But it is a very different board." � >�"The 205,000 number is common to all elks that I've met." � G�"SIM CITY .... Reading Alan Davies letter made me dig out my copy" H�"of Sim City to remind myself what a good game it was. I bought it" B�"some time ago and for some reason failed to follow my usual" H�"practise of making a backup. Imagine the horror when I discovered" G�"the elk version was shot to ribbons with 'bad block' and 'data?'" G�"messages all over the shop. Eventually (Hours later, diarists) I" E�"cleaned it up enough to make a backup and restore the original" C�"source tape to a usable state. I suspect Alan has a similar" E�"problem. Sim City packs a lot into the Elk, making it prone to" G�"'Bad Program' messages at an uncommon stage. If the city file is" D�"corrupted it might throw a 'Bad Program' error where a 'data'" G�"would usually be. I've also noticed that sometimes it will load" E�"in Turbo mode, but occasionally gets no further than the first" J�"loader. Any one else had this? " � I�"UPGRADES.... I've spent considerable time with an Acorn Archimedes" G�"and they are infinitely preferable to the badly thought out PC. " I�"The sad fact is however that without a PC emulator on board, and " J�"very often with, they will not run the packaged software that it " J�"is becoming necessary to be familiar with if you want an office " F�"job. Lotus 1-2-3 for example. The reasons for upgrading to a 32" G�"bit Acorn must make allowance for the fact that even after " E�"spending all that money you still won't be able to run most PC" E�"software. Wicked but true. As for buying an Archie for the BBC" @�"emulator this has to be a bit like buying a Mercedes and " K�"installing posh Esgrot seats, surely? " !� "G�"It is this de facto PC standard that drove me to such a vigorous" #I�"denouncement of DFS. MS-DOS is the standard for all PC's (Windows " $G�"not withstanding) and the concept of sub-directories and their " %J�"efficient management is quite demanding. I benefitted enormously " &J�"from my exposure to ADFS when first faced with a PC, had I only " 'C�"known DFS I would have been reduced to tears within seconds." (� )I�"All Acorns are belting good little machines and elks are a joy for" *H�"their ease of use and friendly interfaces. I wish I could use my " +K�"elk at work, really I do. " ,� -A�"For this reason I am waiting expectantly on Derek Hilton's" .I�"research into DOS-COPY for the elk. The ability to read/write DOS " /H�"format discs would be of immeasurable use to me, professionally " 0E�"and socially. In general terms it would give the old elk an " 1M�"enormous boost for would-be awfers like moi. " 2� 3I�"VIEW... I really reckon to this WP, but am I the only one who was" 4J�"a bit confused by Bill Woodall's opening para to VIEW in EUG 8? As " 5K�"far as I know View for the Elk came in one version only (E1.0) and " 6I�"contained the same functionality as View 3.00 for the Master. A " 7L�"summary of the differences wouldn't amount to much, but View 3/E1 " 8M�"is much more usable than the common Beeb versions (2.1 and 1.4). " 9M�"The NAME command exists in View 3/E1 and is useful with skeleton " :I�"files (eg LOAD skel - NAME bank5), easily handling the path " ;Q�"structures of ADFS. " <� =G�"I've used View 2.1 on the Beeb and it's nothing like as friendly" >E�"without the FUNC key. There are three possible combinations of" ?C�"Shift, CTRL and F key to get the functions available in one " @J�"combination on the elk. It also lacks the features I rely on in " AJ�"View E1. Moreover it has irritations such as the need to issue a " BM�"NEW command before anything can begin! " C� DC�"I suspect the Master implementation of View 3 also calls for" EG�"varying key presses to get a command, making E1 the friendliest " FK�"version around! " G� HH�"F keys, along with screen mode and colours, can be defined from a" IJ�"BASIC program that ends by calling up View. I've included a sample " JJ�"menu program to show what I mean. It assumes a PRES AP2 and an at " KE�"least a med.res monitor. Change '*Lang 2' to *W. if you are " LL�"without an AP2 rom, tape users may want to edit the references to " MM�"external files (Printer driver, *BACKUP etc). I make no apologies " NO�"for its quick and dirty look. " O� PH�"COBOL... Yeah. I'm supposed to speak this for a living and when I" QA�"retrained I was given excellent instruction in the use of " RK�"structured COBOL and remain convinced that it is ideally suited to " SL�"complex systems when used in a structured fashion. Sadly it rarely " TK�"is, and my life is made miserable by meeting COBOL code that has " UN�"been written in the most obtuse way imaginable, riddled with GO TO " VM�"commands, illustrated by such comments as '@*~$! knows what this " W8�"bit does, but it looks pretty damn meaty to me!'." X� YG�"The situation is not helped by the current obsession with C and " ZJ�"variants which are prettier but much weaker than COBOL. (The Land " [B�"Rover of computer languages - it goes anywhere but consider" \F�"yourself stuffed if you have an accident involving one). As a " ]G�"professional programmer my advice to Christian Weber is by all " ^H�"means learn COBOL but get some C as well. I recommend 'Parkin' " _M�"available from Smiths. " `I�"Through no fault of my own, I am now running the south west branch" aH�"of the retirement home for shagged out old 8-bit Acorn computers." bF�"One of the more pleasureable aspects of this philantropy is the" c3�"software my patients often bring with them. " d� eI�"Such is the history of this version of 'Mornington Crescent' which" fJ�"is a fair implementation of the old parlour game. It was originally" gJ�"a Beeb only effort running in boring black and white in Mode 7 from" h,�"the Micro User sometime in the 80's. " i� jK�"I have converted it to run on a 64k Elk in dazzling London Transport" kK�"livery, with a slightly more human text interface, an explanation of" lD�"the simple rules and removed the more irritating routines the" mI�"original author thought fit to include. I've also debugged it to a" nJ�"degree which meant correcting a couple of typing errors in the data" oG�"statements that make up the bulk of this program and make it too" p(�"large for ordinary 32k machines. " q� rI�"There are still two points where it doesn't run too smoothly, one" sG�"invariably the other more periodic. Bit like the service on LT I" tG�"suppose. Have fun finding them. Oh yes, and it's not the current" u&�"version of the tube map either." v� wH�"For those of you who may have picked up on the 'Sorry I Haven't A" xC�"Clue' radio panel game version of this game this is entirely" yF�"seperate and uses few of the gambits frequently heard there. In" zH�"particular I regret the absence of the Took double-twist, and the" {I�"Rushton grumble is unplayable in any non-radio format of the game." |F�"However, I think on this occasion a computer implementation has" }B�"managed to capture the basic flavour of the game-play and I" ~E�"anticipate cheery EUG members spending a deliriously happy few" 1�"minutes before getting bored stupid by it." �� �+�"Christopher Chadwick, Swindon, Wilts" �� �L�"*********************************************************************" ��3 �Q�''"PLEASE PRESS <F> TO LOAD NEXT FILE, <P> TO PRINT TEXT, <M> FOR MAIN MENU" �'�:A$=�:� A$="F" � A$="P" � A$="M" �� A$="F" � �"LETTS_3" �� A$="P" � �2:� �� A$="M" � �"MENU" �
00000000 0d 00 01 39 eb 33 3a ef 32 33 2c 31 2c 30 3b 30 |...9.3:.23,1,0;0| 00000010 3b 30 3b 30 3b 3a ef 31 34 3a f1 27 27 27 22 50 |;0;0;:.14:.'''"P| 00000020 52 45 53 53 20 3c 53 48 49 46 54 3e 20 54 4f 20 |RESS <SHIFT> TO | 00000030 53 43 52 4f 4c 4c 22 27 27 0d 00 02 3c f1 22 76 |SCROLL"''...<."v| 00000040 61 72 69 65 74 79 20 6f 66 20 69 73 73 75 65 20 |ariety of issue | 00000050 34 2e 20 42 75 74 20 69 74 20 69 73 20 61 20 76 |4. But it is a v| 00000060 65 72 79 20 64 69 66 66 65 72 65 6e 74 20 62 6f |ery different bo| 00000070 61 72 64 2e 22 0d 00 03 05 f1 0d 00 04 3e f1 22 |ard."........>."| 00000080 54 68 65 20 32 30 35 2c 30 30 30 20 6e 75 6d 62 |The 205,000 numb| 00000090 65 72 20 69 73 20 63 6f 6d 6d 6f 6e 20 74 6f 20 |er is common to | 000000a0 61 6c 6c 20 65 6c 6b 73 20 74 68 61 74 20 49 27 |all elks that I'| 000000b0 76 65 20 6d 65 74 2e 22 0d 00 05 05 f1 0d 00 06 |ve met."........| 000000c0 47 f1 22 53 49 4d 20 43 49 54 59 20 2e 2e 2e 2e |G."SIM CITY ....| 000000d0 20 52 65 61 64 69 6e 67 20 41 6c 61 6e 20 44 61 | Reading Alan Da| 000000e0 76 69 65 73 20 6c 65 74 74 65 72 20 6d 61 64 65 |vies letter made| 000000f0 20 6d 65 20 64 69 67 20 6f 75 74 20 6d 79 20 63 | me dig out my c| 00000100 6f 70 79 22 0d 00 07 48 f1 22 6f 66 20 53 69 6d |opy"...H."of Sim| 00000110 20 43 69 74 79 20 74 6f 20 72 65 6d 69 6e 64 20 | City to remind | 00000120 6d 79 73 65 6c 66 20 77 68 61 74 20 61 20 67 6f |myself what a go| 00000130 6f 64 20 67 61 6d 65 20 69 74 20 77 61 73 2e 20 |od game it was. | 00000140 49 20 62 6f 75 67 68 74 20 69 74 22 0d 00 08 42 |I bought it"...B| 00000150 f1 22 73 6f 6d 65 20 74 69 6d 65 20 61 67 6f 20 |."some time ago | 00000160 61 6e 64 20 66 6f 72 20 73 6f 6d 65 20 72 65 61 |and for some rea| 00000170 73 6f 6e 20 66 61 69 6c 65 64 20 74 6f 20 66 6f |son failed to fo| 00000180 6c 6c 6f 77 20 6d 79 20 75 73 75 61 6c 22 0d 00 |llow my usual"..| 00000190 09 48 f1 22 70 72 61 63 74 69 73 65 20 6f 66 20 |.H."practise of | 000001a0 6d 61 6b 69 6e 67 20 61 20 62 61 63 6b 75 70 2e |making a backup.| 000001b0 20 49 6d 61 67 69 6e 65 20 74 68 65 20 68 6f 72 | Imagine the hor| 000001c0 72 6f 72 20 77 68 65 6e 20 49 20 64 69 73 63 6f |ror when I disco| 000001d0 76 65 72 65 64 22 0d 00 0a 47 f1 22 74 68 65 20 |vered"...G."the | 000001e0 65 6c 6b 20 76 65 72 73 69 6f 6e 20 77 61 73 20 |elk version was | 000001f0 73 68 6f 74 20 74 6f 20 72 69 62 62 6f 6e 73 20 |shot to ribbons | 00000200 77 69 74 68 20 27 62 61 64 20 62 6c 6f 63 6b 27 |with 'bad block'| 00000210 20 61 6e 64 20 27 64 61 74 61 3f 27 22 0d 00 0b | and 'data?'"...| 00000220 47 f1 22 6d 65 73 73 61 67 65 73 20 61 6c 6c 20 |G."messages all | 00000230 6f 76 65 72 20 74 68 65 20 73 68 6f 70 2e 20 45 |over the shop. E| 00000240 76 65 6e 74 75 61 6c 6c 79 20 28 48 6f 75 72 73 |ventually (Hours| 00000250 20 6c 61 74 65 72 2c 20 64 69 61 72 69 73 74 73 | later, diarists| 00000260 29 20 49 22 0d 00 0c 45 f1 22 63 6c 65 61 6e 65 |) I"...E."cleane| 00000270 64 20 69 74 20 75 70 20 65 6e 6f 75 67 68 20 74 |d it up enough t| 00000280 6f 20 6d 61 6b 65 20 61 20 62 61 63 6b 75 70 20 |o make a backup | 00000290 61 6e 64 20 72 65 73 74 6f 72 65 20 74 68 65 20 |and restore the | 000002a0 6f 72 69 67 69 6e 61 6c 22 0d 00 0d 43 f1 22 73 |original"...C."s| 000002b0 6f 75 72 63 65 20 74 61 70 65 20 74 6f 20 61 20 |ource tape to a | 000002c0 75 73 61 62 6c 65 20 73 74 61 74 65 2e 20 20 49 |usable state. I| 000002d0 20 73 75 73 70 65 63 74 20 41 6c 61 6e 20 68 61 | suspect Alan ha| 000002e0 73 20 61 20 73 69 6d 69 6c 61 72 22 0d 00 0e 45 |s a similar"...E| 000002f0 f1 22 70 72 6f 62 6c 65 6d 2e 20 53 69 6d 20 43 |."problem. Sim C| 00000300 69 74 79 20 70 61 63 6b 73 20 61 20 6c 6f 74 20 |ity packs a lot | 00000310 69 6e 74 6f 20 74 68 65 20 45 6c 6b 2c 20 6d 61 |into the Elk, ma| 00000320 6b 69 6e 67 20 69 74 20 70 72 6f 6e 65 20 74 6f |king it prone to| 00000330 22 0d 00 0f 47 f1 22 27 42 61 64 20 50 72 6f 67 |"...G."'Bad Prog| 00000340 72 61 6d 27 20 6d 65 73 73 61 67 65 73 20 61 74 |ram' messages at| 00000350 20 61 6e 20 75 6e 63 6f 6d 6d 6f 6e 20 73 74 61 | an uncommon sta| 00000360 67 65 2e 20 49 66 20 74 68 65 20 63 69 74 79 20 |ge. If the city | 00000370 66 69 6c 65 20 69 73 22 0d 00 10 44 f1 22 63 6f |file is"...D."co| 00000380 72 72 75 70 74 65 64 20 69 74 20 6d 69 67 68 74 |rrupted it might| 00000390 20 74 68 72 6f 77 20 61 20 27 42 61 64 20 50 72 | throw a 'Bad Pr| 000003a0 6f 67 72 61 6d 27 20 65 72 72 6f 72 20 77 68 65 |ogram' error whe| 000003b0 72 65 20 61 20 27 64 61 74 61 27 22 0d 00 11 47 |re a 'data'"...G| 000003c0 f1 22 77 6f 75 6c 64 20 75 73 75 61 6c 6c 79 20 |."would usually | 000003d0 62 65 2e 20 49 27 76 65 20 61 6c 73 6f 20 20 6e |be. I've also n| 000003e0 6f 74 69 63 65 64 20 74 68 61 74 20 73 6f 6d 65 |oticed that some| 000003f0 74 69 6d 65 73 20 69 74 20 77 69 6c 6c 20 6c 6f |times it will lo| 00000400 61 64 22 0d 00 12 45 f1 22 69 6e 20 54 75 72 62 |ad"...E."in Turb| 00000410 6f 20 6d 6f 64 65 2c 20 62 75 74 20 6f 63 63 61 |o mode, but occa| 00000420 73 69 6f 6e 61 6c 6c 79 20 67 65 74 73 20 6e 6f |sionally gets no| 00000430 20 66 75 72 74 68 65 72 20 74 68 61 6e 20 74 68 | further than th| 00000440 65 20 66 69 72 73 74 22 0d 00 13 4a f1 22 6c 6f |e first"...J."lo| 00000450 61 64 65 72 2e 20 41 6e 79 20 6f 6e 65 20 65 6c |ader. Any one el| 00000460 73 65 20 68 61 64 20 74 68 69 73 3f 20 20 20 20 |se had this? | 00000470 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000490 20 22 0d 00 14 05 f1 0d 00 15 49 f1 22 55 50 47 | "........I."UPG| 000004a0 52 41 44 45 53 2e 2e 2e 2e 20 49 27 76 65 20 73 |RADES.... I've s| 000004b0 70 65 6e 74 20 63 6f 6e 73 69 64 65 72 61 62 6c |pent considerabl| 000004c0 65 20 74 69 6d 65 20 77 69 74 68 20 61 6e 20 41 |e time with an A| 000004d0 63 6f 72 6e 20 41 72 63 68 69 6d 65 64 65 73 22 |corn Archimedes"| 000004e0 0d 00 16 47 f1 22 61 6e 64 20 74 68 65 79 20 61 |...G."and they a| 000004f0 72 65 20 69 6e 66 69 6e 69 74 65 6c 79 20 70 72 |re infinitely pr| 00000500 65 66 65 72 61 62 6c 65 20 74 6f 20 74 68 65 20 |eferable to the | 00000510 62 61 64 6c 79 20 74 68 6f 75 67 68 74 20 6f 75 |badly thought ou| 00000520 74 20 50 43 2e 20 22 0d 00 17 49 f1 22 54 68 65 |t PC. "...I."The| 00000530 20 73 61 64 20 66 61 63 74 20 69 73 20 68 6f 77 | sad fact is how| 00000540 65 76 65 72 20 74 68 61 74 20 77 69 74 68 6f 75 |ever that withou| 00000550 74 20 61 20 50 43 20 65 6d 75 6c 61 74 6f 72 20 |t a PC emulator | 00000560 6f 6e 20 62 6f 61 72 64 2c 20 61 6e 64 20 20 22 |on board, and "| 00000570 0d 00 18 4a f1 22 76 65 72 79 20 6f 66 74 65 6e |...J."very often| 00000580 20 77 69 74 68 2c 20 74 68 65 79 20 77 69 6c 6c | with, they will| 00000590 20 6e 6f 74 20 72 75 6e 20 74 68 65 20 70 61 63 | not run the pac| 000005a0 6b 61 67 65 64 20 73 6f 66 74 77 61 72 65 20 74 |kaged software t| 000005b0 68 61 74 20 69 74 20 20 20 22 0d 00 19 4a f1 22 |hat it "...J."| 000005c0 69 73 20 62 65 63 6f 6d 69 6e 67 20 6e 65 63 65 |is becoming nece| 000005d0 73 73 61 72 79 20 74 6f 20 62 65 20 66 61 6d 69 |ssary to be fami| 000005e0 6c 69 61 72 20 77 69 74 68 20 69 66 20 79 6f 75 |liar with if you| 000005f0 20 77 61 6e 74 20 61 6e 20 6f 66 66 69 63 65 20 | want an office | 00000600 20 20 20 22 0d 00 1a 46 f1 22 6a 6f 62 2e 20 4c | "...F."job. L| 00000610 6f 74 75 73 20 31 2d 32 2d 33 20 66 6f 72 20 65 |otus 1-2-3 for e| 00000620 78 61 6d 70 6c 65 2e 20 54 68 65 20 72 65 61 73 |xample. The reas| 00000630 6f 6e 73 20 66 6f 72 20 75 70 67 72 61 64 69 6e |ons for upgradin| 00000640 67 20 74 6f 20 61 20 33 32 22 0d 00 1b 47 f1 22 |g to a 32"...G."| 00000650 62 69 74 20 41 63 6f 72 6e 20 6d 75 73 74 20 6d |bit Acorn must m| 00000660 61 6b 65 20 61 6c 6c 6f 77 61 6e 63 65 20 66 6f |ake allowance fo| 00000670 72 20 74 68 65 20 66 61 63 74 20 74 68 61 74 20 |r the fact that | 00000680 65 76 65 6e 20 61 66 74 65 72 20 20 20 20 20 20 |even after | 00000690 22 0d 00 1c 45 f1 22 73 70 65 6e 64 69 6e 67 20 |"...E."spending | 000006a0 61 6c 6c 20 74 68 61 74 20 6d 6f 6e 65 79 20 79 |all that money y| 000006b0 6f 75 20 73 74 69 6c 6c 20 77 6f 6e 27 74 20 62 |ou still won't b| 000006c0 65 20 61 62 6c 65 20 74 6f 20 72 75 6e 20 6d 6f |e able to run mo| 000006d0 73 74 20 50 43 22 0d 00 1e 45 f1 22 73 6f 66 74 |st PC"...E."soft| 000006e0 77 61 72 65 2e 20 57 69 63 6b 65 64 20 62 75 74 |ware. Wicked but| 000006f0 20 74 72 75 65 2e 20 41 73 20 66 6f 72 20 62 75 | true. As for bu| 00000700 79 69 6e 67 20 61 6e 20 41 72 63 68 69 65 20 66 |ying an Archie f| 00000710 6f 72 20 74 68 65 20 42 42 43 22 0d 00 1f 40 f1 |or the BBC"...@.| 00000720 22 65 6d 75 6c 61 74 6f 72 20 74 68 69 73 20 68 |"emulator this h| 00000730 61 73 20 74 6f 20 62 65 20 61 20 62 69 74 20 6c |as to be a bit l| 00000740 69 6b 65 20 62 75 79 69 6e 67 20 61 20 4d 65 72 |ike buying a Mer| 00000750 63 65 64 65 73 20 61 6e 64 20 22 0d 00 20 4b f1 |cedes and ".. K.| 00000760 22 69 6e 73 74 61 6c 6c 69 6e 67 20 70 6f 73 68 |"installing posh| 00000770 20 45 73 67 72 6f 74 20 73 65 61 74 73 2c 20 73 | Esgrot seats, s| 00000780 75 72 65 6c 79 3f 20 20 20 20 20 20 20 20 20 20 |urely? | 00000790 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000007a0 20 20 20 20 20 22 0d 00 21 05 f1 0d 00 22 47 f1 | "..!...."G.| 000007b0 22 49 74 20 69 73 20 74 68 69 73 20 64 65 20 66 |"It is this de f| 000007c0 61 63 74 6f 20 50 43 20 73 74 61 6e 64 61 72 64 |acto PC standard| 000007d0 20 74 68 61 74 20 64 72 6f 76 65 20 6d 65 20 74 | that drove me t| 000007e0 6f 20 73 75 63 68 20 61 20 76 69 67 6f 72 6f 75 |o such a vigorou| 000007f0 73 22 0d 00 23 49 f1 22 64 65 6e 6f 75 6e 63 65 |s"..#I."denounce| 00000800 6d 65 6e 74 20 6f 66 20 44 46 53 2e 20 4d 53 2d |ment of DFS. MS-| 00000810 44 4f 53 20 69 73 20 74 68 65 20 73 74 61 6e 64 |DOS is the stand| 00000820 61 72 64 20 66 6f 72 20 61 6c 6c 20 50 43 27 73 |ard for all PC's| 00000830 20 28 57 69 6e 64 6f 77 73 20 22 0d 00 24 47 f1 | (Windows "..$G.| 00000840 22 6e 6f 74 20 77 69 74 68 73 74 61 6e 64 69 6e |"not withstandin| 00000850 67 29 20 61 6e 64 20 74 68 65 20 63 6f 6e 63 65 |g) and the conce| 00000860 70 74 20 6f 66 20 73 75 62 2d 64 69 72 65 63 74 |pt of sub-direct| 00000870 6f 72 69 65 73 20 61 6e 64 20 74 68 65 69 72 20 |ories and their | 00000880 20 22 0d 00 25 4a f1 22 65 66 66 69 63 69 65 6e | "..%J."efficien| 00000890 74 20 6d 61 6e 61 67 65 6d 65 6e 74 20 69 73 20 |t management is | 000008a0 71 75 69 74 65 20 64 65 6d 61 6e 64 69 6e 67 2e |quite demanding.| 000008b0 20 49 20 62 65 6e 65 66 69 74 74 65 64 20 65 6e | I benefitted en| 000008c0 6f 72 6d 6f 75 73 6c 79 20 20 20 22 0d 00 26 4a |ormously "..&J| 000008d0 f1 22 66 72 6f 6d 20 6d 79 20 65 78 70 6f 73 75 |."from my exposu| 000008e0 72 65 20 74 6f 20 41 44 46 53 20 77 68 65 6e 20 |re to ADFS when | 000008f0 66 69 72 73 74 20 66 61 63 65 64 20 77 69 74 68 |first faced with| 00000900 20 61 20 50 43 2c 20 68 61 64 20 49 20 6f 6e 6c | a PC, had I onl| 00000910 79 20 20 20 20 22 0d 00 27 43 f1 22 6b 6e 6f 77 |y "..'C."know| 00000920 6e 20 44 46 53 20 49 20 77 6f 75 6c 64 20 68 61 |n DFS I would ha| 00000930 76 65 20 62 65 65 6e 20 72 65 64 75 63 65 64 20 |ve been reduced | 00000940 74 6f 20 74 65 61 72 73 20 77 69 74 68 69 6e 20 |to tears within | 00000950 73 65 63 6f 6e 64 73 2e 22 0d 00 28 05 f1 0d 00 |seconds."..(....| 00000960 29 49 f1 22 41 6c 6c 20 41 63 6f 72 6e 73 20 61 |)I."All Acorns a| 00000970 72 65 20 62 65 6c 74 69 6e 67 20 67 6f 6f 64 20 |re belting good | 00000980 6c 69 74 74 6c 65 20 6d 61 63 68 69 6e 65 73 20 |little machines | 00000990 61 6e 64 20 65 6c 6b 73 20 61 72 65 20 61 20 6a |and elks are a j| 000009a0 6f 79 20 66 6f 72 22 0d 00 2a 48 f1 22 74 68 65 |oy for"..*H."the| 000009b0 69 72 20 65 61 73 65 20 6f 66 20 75 73 65 20 61 |ir ease of use a| 000009c0 6e 64 20 66 72 69 65 6e 64 6c 79 20 69 6e 74 65 |nd friendly inte| 000009d0 72 66 61 63 65 73 2e 20 49 20 77 69 73 68 20 49 |rfaces. I wish I| 000009e0 20 63 6f 75 6c 64 20 75 73 65 20 6d 79 20 22 0d | could use my ".| 000009f0 00 2b 4b f1 22 65 6c 6b 20 61 74 20 77 6f 72 6b |.+K."elk at work| 00000a00 2c 20 72 65 61 6c 6c 79 20 49 20 64 6f 2e 20 20 |, really I do. | 00000a10 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000a30 20 20 20 20 20 20 20 20 20 22 0d 00 2c 05 f1 0d | "..,...| 00000a40 00 2d 41 f1 22 46 6f 72 20 74 68 69 73 20 72 65 |.-A."For this re| 00000a50 61 73 6f 6e 20 49 20 61 6d 20 77 61 69 74 69 6e |ason I am waitin| 00000a60 67 20 65 78 70 65 63 74 61 6e 74 6c 79 20 6f 6e |g expectantly on| 00000a70 20 44 65 72 65 6b 20 48 69 6c 74 6f 6e 27 73 22 | Derek Hilton's"| 00000a80 0d 00 2e 49 f1 22 72 65 73 65 61 72 63 68 20 69 |...I."research i| 00000a90 6e 74 6f 20 44 4f 53 2d 43 4f 50 59 20 66 6f 72 |nto DOS-COPY for| 00000aa0 20 74 68 65 20 65 6c 6b 2e 20 54 68 65 20 61 62 | the elk. The ab| 00000ab0 69 6c 69 74 79 20 74 6f 20 72 65 61 64 2f 77 72 |ility to read/wr| 00000ac0 69 74 65 20 44 4f 53 20 22 0d 00 2f 48 f1 22 66 |ite DOS "../H."f| 00000ad0 6f 72 6d 61 74 20 64 69 73 63 73 20 77 6f 75 6c |ormat discs woul| 00000ae0 64 20 62 65 20 6f 66 20 69 6d 6d 65 61 73 75 72 |d be of immeasur| 00000af0 61 62 6c 65 20 75 73 65 20 74 6f 20 6d 65 2c 20 |able use to me, | 00000b00 70 72 6f 66 65 73 73 69 6f 6e 61 6c 6c 79 20 20 |professionally | 00000b10 22 0d 00 30 45 f1 22 61 6e 64 20 73 6f 63 69 61 |"..0E."and socia| 00000b20 6c 6c 79 2e 20 49 6e 20 67 65 6e 65 72 61 6c 20 |lly. In general | 00000b30 74 65 72 6d 73 20 69 74 20 77 6f 75 6c 64 20 67 |terms it would g| 00000b40 69 76 65 20 74 68 65 20 6f 6c 64 20 65 6c 6b 20 |ive the old elk | 00000b50 61 6e 20 20 20 22 0d 00 31 4d f1 22 65 6e 6f 72 |an "..1M."enor| 00000b60 6d 6f 75 73 20 62 6f 6f 73 74 20 66 6f 72 20 77 |mous boost for w| 00000b70 6f 75 6c 64 2d 62 65 20 61 77 66 65 72 73 20 6c |ould-be awfers l| 00000b80 69 6b 65 20 6d 6f 69 2e 20 20 20 20 20 20 20 20 |ike moi. | 00000b90 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000ba0 20 20 22 0d 00 32 05 f1 0d 00 33 49 f1 22 56 49 | "..2....3I."VI| 00000bb0 45 57 2e 2e 2e 20 20 49 20 72 65 61 6c 6c 79 20 |EW... I really | 00000bc0 72 65 63 6b 6f 6e 20 74 6f 20 74 68 69 73 20 57 |reckon to this W| 00000bd0 50 2c 20 62 75 74 20 61 6d 20 49 20 74 68 65 20 |P, but am I the | 00000be0 6f 6e 6c 79 20 6f 6e 65 20 77 68 6f 20 77 61 73 |only one who was| 00000bf0 22 0d 00 34 4a f1 22 61 20 62 69 74 20 63 6f 6e |"..4J."a bit con| 00000c00 66 75 73 65 64 20 62 79 20 42 69 6c 6c 20 57 6f |fused by Bill Wo| 00000c10 6f 64 61 6c 6c 27 73 20 6f 70 65 6e 69 6e 67 20 |odall's opening | 00000c20 70 61 72 61 20 74 6f 20 56 49 45 57 20 69 6e 20 |para to VIEW in | 00000c30 45 55 47 20 38 3f 20 41 73 20 22 0d 00 35 4b f1 |EUG 8? As "..5K.| 00000c40 22 66 61 72 20 61 73 20 49 20 6b 6e 6f 77 20 56 |"far as I know V| 00000c50 69 65 77 20 66 6f 72 20 74 68 65 20 45 6c 6b 20 |iew for the Elk | 00000c60 63 61 6d 65 20 69 6e 20 6f 6e 65 20 76 65 72 73 |came in one vers| 00000c70 69 6f 6e 20 6f 6e 6c 79 20 28 45 31 2e 30 29 20 |ion only (E1.0) | 00000c80 61 6e 64 20 20 22 0d 00 36 49 f1 22 63 6f 6e 74 |and "..6I."cont| 00000c90 61 69 6e 65 64 20 74 68 65 20 73 61 6d 65 20 66 |ained the same f| 00000ca0 75 6e 63 74 69 6f 6e 61 6c 69 74 79 20 61 73 20 |unctionality as | 00000cb0 56 69 65 77 20 33 2e 30 30 20 66 6f 72 20 74 68 |View 3.00 for th| 00000cc0 65 20 4d 61 73 74 65 72 2e 20 41 20 20 20 22 0d |e Master. A ".| 00000cd0 00 37 4c f1 22 73 75 6d 6d 61 72 79 20 6f 66 20 |.7L."summary of | 00000ce0 74 68 65 20 64 69 66 66 65 72 65 6e 63 65 73 20 |the differences | 00000cf0 77 6f 75 6c 64 6e 27 74 20 61 6d 6f 75 6e 74 20 |wouldn't amount | 00000d00 74 6f 20 6d 75 63 68 2c 20 62 75 74 20 56 69 65 |to much, but Vie| 00000d10 77 20 33 2f 45 31 20 20 20 20 22 0d 00 38 4d f1 |w 3/E1 "..8M.| 00000d20 22 69 73 20 6d 75 63 68 20 6d 6f 72 65 20 75 73 |"is much more us| 00000d30 61 62 6c 65 20 74 68 61 6e 20 20 74 68 65 20 63 |able than the c| 00000d40 6f 6d 6d 6f 6e 20 42 65 65 62 20 76 65 72 73 69 |ommon Beeb versi| 00000d50 6f 6e 73 20 28 32 2e 31 20 61 6e 64 20 31 2e 34 |ons (2.1 and 1.4| 00000d60 29 2e 20 20 20 20 20 22 0d 00 39 4d f1 22 54 68 |). "..9M."Th| 00000d70 65 20 4e 41 4d 45 20 63 6f 6d 6d 61 6e 64 20 65 |e NAME command e| 00000d80 78 69 73 74 73 20 69 6e 20 56 69 65 77 20 33 2f |xists in View 3/| 00000d90 45 31 20 61 6e 64 20 69 73 20 75 73 65 66 75 6c |E1 and is useful| 00000da0 20 77 69 74 68 20 73 6b 65 6c 65 74 6f 6e 20 20 | with skeleton | 00000db0 20 20 20 20 22 0d 00 3a 49 f1 22 66 69 6c 65 73 | "..:I."files| 00000dc0 20 28 65 67 20 4c 4f 41 44 20 73 6b 65 6c 20 2d | (eg LOAD skel -| 00000dd0 20 4e 41 4d 45 20 62 61 6e 6b 35 29 2c 20 65 61 | NAME bank5), ea| 00000de0 73 69 6c 79 20 68 61 6e 64 6c 69 6e 67 20 74 68 |sily handling th| 00000df0 65 20 70 61 74 68 20 20 20 20 20 20 20 22 0d 00 |e path "..| 00000e00 3b 51 f1 22 73 74 72 75 63 74 75 72 65 73 20 6f |;Q."structures o| 00000e10 66 20 41 44 46 53 2e 20 20 20 20 20 20 20 20 20 |f ADFS. | 00000e20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000e40 20 20 20 20 20 20 20 20 20 20 20 20 20 20 22 0d | ".| 00000e50 00 3c 05 f1 0d 00 3d 47 f1 22 49 27 76 65 20 75 |.<....=G."I've u| 00000e60 73 65 64 20 56 69 65 77 20 32 2e 31 20 6f 6e 20 |sed View 2.1 on | 00000e70 74 68 65 20 42 65 65 62 20 61 6e 64 20 69 74 27 |the Beeb and it'| 00000e80 73 20 6e 6f 74 68 69 6e 67 20 6c 69 6b 65 20 61 |s nothing like a| 00000e90 73 20 66 72 69 65 6e 64 6c 79 22 0d 00 3e 45 f1 |s friendly"..>E.| 00000ea0 22 77 69 74 68 6f 75 74 20 74 68 65 20 46 55 4e |"without the FUN| 00000eb0 43 20 6b 65 79 2e 20 54 68 65 72 65 20 61 72 65 |C key. There are| 00000ec0 20 74 68 72 65 65 20 70 6f 73 73 69 62 6c 65 20 | three possible | 00000ed0 63 6f 6d 62 69 6e 61 74 69 6f 6e 73 20 6f 66 22 |combinations of"| 00000ee0 0d 00 3f 43 f1 22 53 68 69 66 74 2c 20 43 54 52 |..?C."Shift, CTR| 00000ef0 4c 20 61 6e 64 20 46 20 6b 65 79 20 74 6f 20 67 |L and F key to g| 00000f00 65 74 20 74 68 65 20 66 75 6e 63 74 69 6f 6e 73 |et the functions| 00000f10 20 61 76 61 69 6c 61 62 6c 65 20 69 6e 20 6f 6e | available in on| 00000f20 65 20 22 0d 00 40 4a f1 22 63 6f 6d 62 69 6e 61 |e "..@J."combina| 00000f30 74 69 6f 6e 20 6f 6e 20 74 68 65 20 65 6c 6b 2e |tion on the elk.| 00000f40 20 20 49 74 20 61 6c 73 6f 20 20 6c 61 63 6b 73 | It also lacks| 00000f50 20 74 68 65 20 66 65 61 74 75 72 65 73 20 49 20 | the features I | 00000f60 72 65 6c 79 20 6f 6e 20 69 6e 20 20 22 0d 00 41 |rely on in "..A| 00000f70 4a f1 22 56 69 65 77 20 45 31 2e 20 4d 6f 72 65 |J."View E1. More| 00000f80 6f 76 65 72 20 69 74 20 68 61 73 20 69 72 72 69 |over it has irri| 00000f90 74 61 74 69 6f 6e 73 20 73 75 63 68 20 61 73 20 |tations such as | 00000fa0 74 68 65 20 6e 65 65 64 20 74 6f 20 69 73 73 75 |the need to issu| 00000fb0 65 20 61 20 20 20 22 0d 00 42 4d f1 22 4e 45 57 |e a "..BM."NEW| 00000fc0 20 63 6f 6d 6d 61 6e 64 20 62 65 66 6f 72 65 20 | command before | 00000fd0 61 6e 79 74 68 69 6e 67 20 63 61 6e 20 62 65 67 |anything can beg| 00000fe0 69 6e 21 20 20 20 20 20 20 20 20 20 20 20 20 20 |in! | 00000ff0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001000 20 20 20 22 0d 00 43 05 f1 0d 00 44 43 f1 22 49 | "..C....DC."I| 00001010 20 73 75 73 70 65 63 74 20 74 68 65 20 4d 61 73 | suspect the Mas| 00001020 74 65 72 20 69 6d 70 6c 65 6d 65 6e 74 61 74 69 |ter implementati| 00001030 6f 6e 20 6f 66 20 56 69 65 77 20 33 20 61 6c 73 |on of View 3 als| 00001040 6f 20 63 61 6c 6c 73 20 66 6f 72 22 0d 00 45 47 |o calls for"..EG| 00001050 f1 22 76 61 72 79 69 6e 67 20 6b 65 79 20 70 72 |."varying key pr| 00001060 65 73 73 65 73 20 74 6f 20 67 65 74 20 61 20 63 |esses to get a c| 00001070 6f 6d 6d 61 6e 64 2c 20 6d 61 6b 69 6e 67 20 45 |ommand, making E| 00001080 31 20 74 68 65 20 66 72 69 65 6e 64 6c 69 65 73 |1 the friendlies| 00001090 74 20 22 0d 00 46 4b f1 22 76 65 72 73 69 6f 6e |t "..FK."version| 000010a0 20 61 72 6f 75 6e 64 21 20 20 20 20 20 20 20 20 | around! | 000010b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000010d0 20 20 20 20 20 20 20 20 20 20 20 20 20 22 0d 00 | "..| 000010e0 47 05 f1 0d 00 48 48 f1 22 46 20 6b 65 79 73 2c |G....HH."F keys,| 000010f0 20 61 6c 6f 6e 67 20 77 69 74 68 20 73 63 72 65 | along with scre| 00001100 65 6e 20 6d 6f 64 65 20 61 6e 64 20 63 6f 6c 6f |en mode and colo| 00001110 75 72 73 2c 20 63 61 6e 20 62 65 20 64 65 66 69 |urs, can be defi| 00001120 6e 65 64 20 66 72 6f 6d 20 61 22 0d 00 49 4a f1 |ned from a"..IJ.| 00001130 22 42 41 53 49 43 20 70 72 6f 67 72 61 6d 20 74 |"BASIC program t| 00001140 68 61 74 20 65 6e 64 73 20 62 79 20 63 61 6c 6c |hat ends by call| 00001150 69 6e 67 20 75 70 20 56 69 65 77 2e 20 49 27 76 |ing up View. I'v| 00001160 65 20 69 6e 63 6c 75 64 65 64 20 61 20 73 61 6d |e included a sam| 00001170 70 6c 65 20 22 0d 00 4a 4a f1 22 6d 65 6e 75 20 |ple "..JJ."menu | 00001180 70 72 6f 67 72 61 6d 20 74 6f 20 73 68 6f 77 20 |program to show | 00001190 77 68 61 74 20 49 20 6d 65 61 6e 2e 20 49 74 20 |what I mean. It | 000011a0 61 73 73 75 6d 65 73 20 61 20 50 52 45 53 20 41 |assumes a PRES A| 000011b0 50 32 20 61 6e 64 20 61 6e 20 61 74 20 20 22 0d |P2 and an at ".| 000011c0 00 4b 45 f1 22 6c 65 61 73 74 20 61 20 6d 65 64 |.KE."least a med| 000011d0 2e 72 65 73 20 6d 6f 6e 69 74 6f 72 2e 20 43 68 |.res monitor. Ch| 000011e0 61 6e 67 65 20 27 2a 4c 61 6e 67 20 32 27 20 74 |ange '*Lang 2' t| 000011f0 6f 20 2a 57 2e 20 69 66 20 79 6f 75 20 61 72 65 |o *W. if you are| 00001200 20 20 20 22 0d 00 4c 4c f1 22 77 69 74 68 6f 75 | "..LL."withou| 00001210 74 20 61 6e 20 41 50 32 20 72 6f 6d 2c 20 74 61 |t an AP2 rom, ta| 00001220 70 65 20 75 73 65 72 73 20 6d 61 79 20 77 61 6e |pe users may wan| 00001230 74 20 74 6f 20 65 64 69 74 20 74 68 65 20 72 65 |t to edit the re| 00001240 66 65 72 65 6e 63 65 73 20 74 6f 20 20 20 20 22 |ferences to "| 00001250 0d 00 4d 4d f1 22 65 78 74 65 72 6e 61 6c 20 66 |..MM."external f| 00001260 69 6c 65 73 20 28 50 72 69 6e 74 65 72 20 64 72 |iles (Printer dr| 00001270 69 76 65 72 2c 20 2a 42 41 43 4b 55 50 20 65 74 |iver, *BACKUP et| 00001280 63 29 2e 20 49 20 6d 61 6b 65 20 6e 6f 20 61 70 |c). I make no ap| 00001290 6f 6c 6f 67 69 65 73 20 20 20 20 20 22 0d 00 4e |ologies "..N| 000012a0 4f f1 22 66 6f 72 20 69 74 73 20 71 75 69 63 6b |O."for its quick| 000012b0 20 61 6e 64 20 64 69 72 74 79 20 6c 6f 6f 6b 2e | and dirty look.| 000012c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000012e0 20 20 20 20 20 20 20 20 20 20 20 22 0d 00 4f 05 | "..O.| 000012f0 f1 0d 00 50 48 f1 22 43 4f 42 4f 4c 2e 2e 2e 20 |...PH."COBOL... | 00001300 59 65 61 68 2e 20 49 27 6d 20 73 75 70 70 6f 73 |Yeah. I'm suppos| 00001310 65 64 20 74 6f 20 73 70 65 61 6b 20 74 68 69 73 |ed to speak this| 00001320 20 66 6f 72 20 61 20 6c 69 76 69 6e 67 20 61 6e | for a living an| 00001330 64 20 77 68 65 6e 20 49 22 0d 00 51 41 f1 22 72 |d when I"..QA."r| 00001340 65 74 72 61 69 6e 65 64 20 49 20 77 61 73 20 67 |etrained I was g| 00001350 69 76 65 6e 20 65 78 63 65 6c 6c 65 6e 74 20 69 |iven excellent i| 00001360 6e 73 74 72 75 63 74 69 6f 6e 20 69 6e 20 74 68 |nstruction in th| 00001370 65 20 75 73 65 20 6f 66 20 22 0d 00 52 4b f1 22 |e use of "..RK."| 00001380 73 74 72 75 63 74 75 72 65 64 20 43 4f 42 4f 4c |structured COBOL| 00001390 20 61 6e 64 20 72 65 6d 61 69 6e 20 63 6f 6e 76 | and remain conv| 000013a0 69 6e 63 65 64 20 74 68 61 74 20 69 74 20 69 73 |inced that it is| 000013b0 20 69 64 65 61 6c 6c 79 20 73 75 69 74 65 64 20 | ideally suited | 000013c0 74 6f 20 20 22 0d 00 53 4c f1 22 63 6f 6d 70 6c |to "..SL."compl| 000013d0 65 78 20 73 79 73 74 65 6d 73 20 77 68 65 6e 20 |ex systems when | 000013e0 75 73 65 64 20 69 6e 20 61 20 73 74 72 75 63 74 |used in a struct| 000013f0 75 72 65 64 20 66 61 73 68 69 6f 6e 2e 20 53 61 |ured fashion. Sa| 00001400 64 6c 79 20 69 74 20 72 61 72 65 6c 79 20 20 20 |dly it rarely | 00001410 22 0d 00 54 4b f1 22 69 73 2c 20 61 6e 64 20 6d |"..TK."is, and m| 00001420 79 20 6c 69 66 65 20 69 73 20 6d 61 64 65 20 6d |y life is made m| 00001430 69 73 65 72 61 62 6c 65 20 62 79 20 6d 65 65 74 |iserable by meet| 00001440 69 6e 67 20 43 4f 42 4f 4c 20 63 6f 64 65 20 74 |ing COBOL code t| 00001450 68 61 74 20 68 61 73 20 20 20 20 22 0d 00 55 4e |hat has "..UN| 00001460 f1 22 62 65 65 6e 20 77 72 69 74 74 65 6e 20 69 |."been written i| 00001470 6e 20 74 68 65 20 6d 6f 73 74 20 6f 62 74 75 73 |n the most obtus| 00001480 65 20 77 61 79 20 69 6d 61 67 69 6e 61 62 6c 65 |e way imaginable| 00001490 2c 20 72 69 64 64 6c 65 64 20 77 69 74 68 20 47 |, riddled with G| 000014a0 4f 20 54 4f 20 20 20 20 20 22 0d 00 56 4d f1 22 |O TO "..VM."| 000014b0 63 6f 6d 6d 61 6e 64 73 2c 20 69 6c 6c 75 73 74 |commands, illust| 000014c0 72 61 74 65 64 20 62 79 20 73 75 63 68 20 63 6f |rated by such co| 000014d0 6d 6d 65 6e 74 73 20 61 73 20 27 40 2a 7e 24 21 |mments as '@*~$!| 000014e0 20 6b 6e 6f 77 73 20 77 68 61 74 20 74 68 69 73 | knows what this| 000014f0 20 20 20 20 20 20 22 0d 00 57 38 f1 22 62 69 74 | "..W8."bit| 00001500 20 64 6f 65 73 2c 20 62 75 74 20 69 74 20 6c 6f | does, but it lo| 00001510 6f 6b 73 20 70 72 65 74 74 79 20 64 61 6d 6e 20 |oks pretty damn | 00001520 6d 65 61 74 79 20 74 6f 20 6d 65 21 27 2e 22 0d |meaty to me!'.".| 00001530 00 58 05 f1 0d 00 59 47 f1 22 54 68 65 20 73 69 |.X....YG."The si| 00001540 74 75 61 74 69 6f 6e 20 69 73 20 6e 6f 74 20 68 |tuation is not h| 00001550 65 6c 70 65 64 20 62 79 20 74 68 65 20 63 75 72 |elped by the cur| 00001560 72 65 6e 74 20 6f 62 73 65 73 73 69 6f 6e 20 77 |rent obsession w| 00001570 69 74 68 20 43 20 61 6e 64 20 22 0d 00 5a 4a f1 |ith C and "..ZJ.| 00001580 22 76 61 72 69 61 6e 74 73 20 77 68 69 63 68 20 |"variants which | 00001590 61 72 65 20 70 72 65 74 74 69 65 72 20 62 75 74 |are prettier but| 000015a0 20 6d 75 63 68 20 77 65 61 6b 65 72 20 74 68 61 | much weaker tha| 000015b0 6e 20 43 4f 42 4f 4c 2e 20 28 54 68 65 20 4c 61 |n COBOL. (The La| 000015c0 6e 64 20 20 22 0d 00 5b 42 f1 22 52 6f 76 65 72 |nd "..[B."Rover| 000015d0 20 6f 66 20 63 6f 6d 70 75 74 65 72 20 6c 61 6e | of computer lan| 000015e0 67 75 61 67 65 73 20 2d 20 69 74 20 67 6f 65 73 |guages - it goes| 000015f0 20 61 6e 79 77 68 65 72 65 20 62 75 74 20 63 6f | anywhere but co| 00001600 6e 73 69 64 65 72 22 0d 00 5c 46 f1 22 79 6f 75 |nsider"..\F."you| 00001610 72 73 65 6c 66 20 73 74 75 66 66 65 64 20 69 66 |rself stuffed if| 00001620 20 79 6f 75 20 68 61 76 65 20 61 6e 20 20 61 63 | you have an ac| 00001630 63 69 64 65 6e 74 20 69 6e 76 6f 6c 76 69 6e 67 |cident involving| 00001640 20 6f 6e 65 29 2e 20 41 73 20 61 20 22 0d 00 5d | one). As a "..]| 00001650 47 f1 22 70 72 6f 66 65 73 73 69 6f 6e 61 6c 20 |G."professional | 00001660 70 72 6f 67 72 61 6d 6d 65 72 20 6d 79 20 61 64 |programmer my ad| 00001670 76 69 63 65 20 74 6f 20 43 68 72 69 73 74 69 61 |vice to Christia| 00001680 6e 20 57 65 62 65 72 20 69 73 20 62 79 20 61 6c |n Weber is by al| 00001690 6c 20 20 22 0d 00 5e 48 f1 22 6d 65 61 6e 73 20 |l "..^H."means | 000016a0 6c 65 61 72 6e 20 43 4f 42 4f 4c 20 62 75 74 20 |learn COBOL but | 000016b0 67 65 74 20 73 6f 6d 65 20 43 20 61 73 20 77 65 |get some C as we| 000016c0 6c 6c 2e 20 49 20 72 65 63 6f 6d 6d 65 6e 64 20 |ll. I recommend | 000016d0 27 50 61 72 6b 69 6e 27 20 20 20 22 0d 00 5f 4d |'Parkin' ".._M| 000016e0 f1 22 61 76 61 69 6c 61 62 6c 65 20 66 72 6f 6d |."available from| 000016f0 20 53 6d 69 74 68 73 2e 20 20 20 20 20 20 20 20 | Smiths. | 00001700 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001720 20 20 20 20 20 20 20 20 22 0d 00 60 49 f1 22 54 | "..`I."T| 00001730 68 72 6f 75 67 68 20 6e 6f 20 66 61 75 6c 74 20 |hrough no fault | 00001740 6f 66 20 6d 79 20 6f 77 6e 2c 20 49 20 61 6d 20 |of my own, I am | 00001750 6e 6f 77 20 72 75 6e 6e 69 6e 67 20 74 68 65 20 |now running the | 00001760 73 6f 75 74 68 20 77 65 73 74 20 62 72 61 6e 63 |south west branc| 00001770 68 22 0d 00 61 48 f1 22 6f 66 20 74 68 65 20 72 |h"..aH."of the r| 00001780 65 74 69 72 65 6d 65 6e 74 20 68 6f 6d 65 20 66 |etirement home f| 00001790 6f 72 20 73 68 61 67 67 65 64 20 6f 75 74 20 6f |or shagged out o| 000017a0 6c 64 20 38 2d 62 69 74 20 41 63 6f 72 6e 20 63 |ld 8-bit Acorn c| 000017b0 6f 6d 70 75 74 65 72 73 2e 22 0d 00 62 46 f1 22 |omputers."..bF."| 000017c0 4f 6e 65 20 6f 66 20 74 68 65 20 6d 6f 72 65 20 |One of the more | 000017d0 70 6c 65 61 73 75 72 65 61 62 6c 65 20 61 73 70 |pleasureable asp| 000017e0 65 63 74 73 20 6f 66 20 74 68 69 73 20 70 68 69 |ects of this phi| 000017f0 6c 61 6e 74 72 6f 70 79 20 69 73 20 74 68 65 22 |lantropy is the"| 00001800 0d 00 63 33 f1 22 73 6f 66 74 77 61 72 65 20 6d |..c3."software m| 00001810 79 20 70 61 74 69 65 6e 74 73 20 6f 66 74 65 6e |y patients often| 00001820 20 62 72 69 6e 67 20 77 69 74 68 20 74 68 65 6d | bring with them| 00001830 2e 20 22 0d 00 64 05 f1 0d 00 65 49 f1 22 53 75 |. "..d....eI."Su| 00001840 63 68 20 69 73 20 74 68 65 20 68 69 73 74 6f 72 |ch is the histor| 00001850 79 20 6f 66 20 74 68 69 73 20 76 65 72 73 69 6f |y of this versio| 00001860 6e 20 6f 66 20 27 4d 6f 72 6e 69 6e 67 74 6f 6e |n of 'Mornington| 00001870 20 43 72 65 73 63 65 6e 74 27 20 77 68 69 63 68 | Crescent' which| 00001880 22 0d 00 66 4a f1 22 69 73 20 61 20 66 61 69 72 |"..fJ."is a fair| 00001890 20 69 6d 70 6c 65 6d 65 6e 74 61 74 69 6f 6e 20 | implementation | 000018a0 6f 66 20 74 68 65 20 6f 6c 64 20 70 61 72 6c 6f |of the old parlo| 000018b0 75 72 20 67 61 6d 65 2e 20 49 74 20 77 61 73 20 |ur game. It was | 000018c0 6f 72 69 67 69 6e 61 6c 6c 79 22 0d 00 67 4a f1 |originally"..gJ.| 000018d0 22 61 20 42 65 65 62 20 6f 6e 6c 79 20 65 66 66 |"a Beeb only eff| 000018e0 6f 72 74 20 72 75 6e 6e 69 6e 67 20 69 6e 20 62 |ort running in b| 000018f0 6f 72 69 6e 67 20 62 6c 61 63 6b 20 61 6e 64 20 |oring black and | 00001900 77 68 69 74 65 20 69 6e 20 4d 6f 64 65 20 37 20 |white in Mode 7 | 00001910 66 72 6f 6d 22 0d 00 68 2c f1 22 74 68 65 20 4d |from"..h,."the M| 00001920 69 63 72 6f 20 55 73 65 72 20 73 6f 6d 65 74 69 |icro User someti| 00001930 6d 65 20 69 6e 20 74 68 65 20 38 30 27 73 2e 20 |me in the 80's. | 00001940 22 0d 00 69 05 f1 0d 00 6a 4b f1 22 49 20 68 61 |"..i....jK."I ha| 00001950 76 65 20 63 6f 6e 76 65 72 74 65 64 20 69 74 20 |ve converted it | 00001960 74 6f 20 72 75 6e 20 6f 6e 20 61 20 36 34 6b 20 |to run on a 64k | 00001970 45 6c 6b 20 69 6e 20 64 61 7a 7a 6c 69 6e 67 20 |Elk in dazzling | 00001980 4c 6f 6e 64 6f 6e 20 54 72 61 6e 73 70 6f 72 74 |London Transport| 00001990 22 0d 00 6b 4b f1 22 6c 69 76 65 72 79 2c 20 77 |"..kK."livery, w| 000019a0 69 74 68 20 61 20 73 6c 69 67 68 74 6c 79 20 6d |ith a slightly m| 000019b0 6f 72 65 20 68 75 6d 61 6e 20 74 65 78 74 20 69 |ore human text i| 000019c0 6e 74 65 72 66 61 63 65 2c 20 61 6e 20 65 78 70 |nterface, an exp| 000019d0 6c 61 6e 61 74 69 6f 6e 20 6f 66 22 0d 00 6c 44 |lanation of"..lD| 000019e0 f1 22 74 68 65 20 73 69 6d 70 6c 65 20 72 75 6c |."the simple rul| 000019f0 65 73 20 61 6e 64 20 72 65 6d 6f 76 65 64 20 74 |es and removed t| 00001a00 68 65 20 6d 6f 72 65 20 69 72 72 69 74 61 74 69 |he more irritati| 00001a10 6e 67 20 72 6f 75 74 69 6e 65 73 20 74 68 65 22 |ng routines the"| 00001a20 0d 00 6d 49 f1 22 6f 72 69 67 69 6e 61 6c 20 61 |..mI."original a| 00001a30 75 74 68 6f 72 20 74 68 6f 75 67 68 74 20 66 69 |uthor thought fi| 00001a40 74 20 74 6f 20 69 6e 63 6c 75 64 65 2e 20 49 27 |t to include. I'| 00001a50 76 65 20 61 6c 73 6f 20 64 65 62 75 67 67 65 64 |ve also debugged| 00001a60 20 69 74 20 74 6f 20 61 22 0d 00 6e 4a f1 22 64 | it to a"..nJ."d| 00001a70 65 67 72 65 65 20 77 68 69 63 68 20 6d 65 61 6e |egree which mean| 00001a80 74 20 63 6f 72 72 65 63 74 69 6e 67 20 61 20 63 |t correcting a c| 00001a90 6f 75 70 6c 65 20 6f 66 20 74 79 70 69 6e 67 20 |ouple of typing | 00001aa0 65 72 72 6f 72 73 20 69 6e 20 74 68 65 20 64 61 |errors in the da| 00001ab0 74 61 22 0d 00 6f 47 f1 22 73 74 61 74 65 6d 65 |ta"..oG."stateme| 00001ac0 6e 74 73 20 74 68 61 74 20 6d 61 6b 65 20 75 70 |nts that make up| 00001ad0 20 74 68 65 20 62 75 6c 6b 20 6f 66 20 74 68 69 | the bulk of thi| 00001ae0 73 20 70 72 6f 67 72 61 6d 20 61 6e 64 20 6d 61 |s program and ma| 00001af0 6b 65 20 69 74 20 74 6f 6f 22 0d 00 70 28 f1 22 |ke it too"..p(."| 00001b00 6c 61 72 67 65 20 66 6f 72 20 6f 72 64 69 6e 61 |large for ordina| 00001b10 72 79 20 33 32 6b 20 6d 61 63 68 69 6e 65 73 2e |ry 32k machines.| 00001b20 20 22 0d 00 71 05 f1 0d 00 72 49 f1 22 54 68 65 | "..q....rI."The| 00001b30 72 65 20 20 61 72 65 20 73 74 69 6c 6c 20 74 77 |re are still tw| 00001b40 6f 20 70 6f 69 6e 74 73 20 77 68 65 72 65 20 69 |o points where i| 00001b50 74 20 64 6f 65 73 6e 27 74 20 72 75 6e 20 74 6f |t doesn't run to| 00001b60 6f 20 73 6d 6f 6f 74 68 6c 79 2c 20 6f 6e 65 22 |o smoothly, one"| 00001b70 0d 00 73 47 f1 22 69 6e 76 61 72 69 61 62 6c 79 |..sG."invariably| 00001b80 20 74 68 65 20 6f 74 68 65 72 20 6d 6f 72 65 20 | the other more | 00001b90 70 65 72 69 6f 64 69 63 2e 20 42 69 74 20 6c 69 |periodic. Bit li| 00001ba0 6b 65 20 74 68 65 20 73 65 72 76 69 63 65 20 6f |ke the service o| 00001bb0 6e 20 4c 54 20 49 22 0d 00 74 47 f1 22 73 75 70 |n LT I"..tG."sup| 00001bc0 70 6f 73 65 2e 20 48 61 76 65 20 66 75 6e 20 66 |pose. Have fun f| 00001bd0 69 6e 64 69 6e 67 20 74 68 65 6d 2e 20 4f 68 20 |inding them. Oh | 00001be0 79 65 73 2c 20 61 6e 64 20 69 74 27 73 20 6e 6f |yes, and it's no| 00001bf0 74 20 74 68 65 20 63 75 72 72 65 6e 74 22 0d 00 |t the current"..| 00001c00 75 26 f1 22 76 65 72 73 69 6f 6e 20 6f 66 20 74 |u&."version of t| 00001c10 68 65 20 74 75 62 65 20 6d 61 70 20 65 69 74 68 |he tube map eith| 00001c20 65 72 2e 22 0d 00 76 05 f1 0d 00 77 48 f1 22 46 |er."..v....wH."F| 00001c30 6f 72 20 74 68 6f 73 65 20 6f 66 20 79 6f 75 20 |or those of you | 00001c40 77 68 6f 20 6d 61 79 20 68 61 76 65 20 70 69 63 |who may have pic| 00001c50 6b 65 64 20 75 70 20 6f 6e 20 74 68 65 20 27 53 |ked up on the 'S| 00001c60 6f 72 72 79 20 49 20 48 61 76 65 6e 27 74 20 41 |orry I Haven't A| 00001c70 22 0d 00 78 43 f1 22 43 6c 75 65 27 20 72 61 64 |"..xC."Clue' rad| 00001c80 69 6f 20 70 61 6e 65 6c 20 67 61 6d 65 20 76 65 |io panel game ve| 00001c90 72 73 69 6f 6e 20 6f 66 20 74 68 69 73 20 67 61 |rsion of this ga| 00001ca0 6d 65 20 74 68 69 73 20 69 73 20 65 6e 74 69 72 |me this is entir| 00001cb0 65 6c 79 22 0d 00 79 46 f1 22 73 65 70 65 72 61 |ely"..yF."sepera| 00001cc0 74 65 20 61 6e 64 20 75 73 65 73 20 66 65 77 20 |te and uses few | 00001cd0 6f 66 20 74 68 65 20 67 61 6d 62 69 74 73 20 66 |of the gambits f| 00001ce0 72 65 71 75 65 6e 74 6c 79 20 68 65 61 72 64 20 |requently heard | 00001cf0 74 68 65 72 65 2e 20 49 6e 22 0d 00 7a 48 f1 22 |there. In"..zH."| 00001d00 70 61 72 74 69 63 75 6c 61 72 20 49 20 72 65 67 |particular I reg| 00001d10 72 65 74 20 74 68 65 20 61 62 73 65 6e 63 65 20 |ret the absence | 00001d20 6f 66 20 74 68 65 20 54 6f 6f 6b 20 64 6f 75 62 |of the Took doub| 00001d30 6c 65 2d 74 77 69 73 74 2c 20 61 6e 64 20 74 68 |le-twist, and th| 00001d40 65 22 0d 00 7b 49 f1 22 52 75 73 68 74 6f 6e 20 |e"..{I."Rushton | 00001d50 67 72 75 6d 62 6c 65 20 69 73 20 75 6e 70 6c 61 |grumble is unpla| 00001d60 79 61 62 6c 65 20 69 6e 20 61 6e 79 20 6e 6f 6e |yable in any non| 00001d70 2d 72 61 64 69 6f 20 66 6f 72 6d 61 74 20 6f 66 |-radio format of| 00001d80 20 74 68 65 20 67 61 6d 65 2e 22 0d 00 7c 46 f1 | the game."..|F.| 00001d90 22 48 6f 77 65 76 65 72 2c 20 49 20 74 68 69 6e |"However, I thin| 00001da0 6b 20 6f 6e 20 74 68 69 73 20 6f 63 63 61 73 69 |k on this occasi| 00001db0 6f 6e 20 61 20 63 6f 6d 70 75 74 65 72 20 69 6d |on a computer im| 00001dc0 70 6c 65 6d 65 6e 74 61 74 69 6f 6e 20 68 61 73 |plementation has| 00001dd0 22 0d 00 7d 42 f1 22 6d 61 6e 61 67 65 64 20 74 |"..}B."managed t| 00001de0 6f 20 63 61 70 74 75 72 65 20 74 68 65 20 62 61 |o capture the ba| 00001df0 73 69 63 20 66 6c 61 76 6f 75 72 20 6f 66 20 74 |sic flavour of t| 00001e00 68 65 20 67 61 6d 65 2d 70 6c 61 79 20 61 6e 64 |he game-play and| 00001e10 20 49 22 0d 00 7e 45 f1 22 61 6e 74 69 63 69 70 | I"..~E."anticip| 00001e20 61 74 65 20 63 68 65 65 72 79 20 45 55 47 20 6d |ate cheery EUG m| 00001e30 65 6d 62 65 72 73 20 73 70 65 6e 64 69 6e 67 20 |embers spending | 00001e40 61 20 64 65 6c 69 72 69 6f 75 73 6c 79 20 68 61 |a deliriously ha| 00001e50 70 70 79 20 66 65 77 22 0d 00 7f 31 f1 22 6d 69 |ppy few"...1."mi| 00001e60 6e 75 74 65 73 20 62 65 66 6f 72 65 20 67 65 74 |nutes before get| 00001e70 74 69 6e 67 20 62 6f 72 65 64 20 73 74 75 70 69 |ting bored stupi| 00001e80 64 20 62 79 20 69 74 2e 22 0d 00 80 05 f1 0d 00 |d by it.".......| 00001e90 81 2b f1 22 43 68 72 69 73 74 6f 70 68 65 72 20 |.+."Christopher | 00001ea0 43 68 61 64 77 69 63 6b 2c 20 53 77 69 6e 64 6f |Chadwick, Swindo| 00001eb0 6e 2c 20 57 69 6c 74 73 22 0d 00 82 05 f1 0d 00 |n, Wilts".......| 00001ec0 83 4c f1 22 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |.L."************| 00001ed0 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a 2a |****************| * 00001f00 2a 2a 2a 2a 2a 2a 2a 2a 2a 22 0d 0b b8 06 ef 33 |*********".....3| 00001f10 0d 0b b9 51 f1 27 27 22 50 4c 45 41 53 45 20 50 |...Q.''"PLEASE P| 00001f20 52 45 53 53 20 3c 46 3e 20 54 4f 20 4c 4f 41 44 |RESS <F> TO LOAD| 00001f30 20 4e 45 58 54 20 46 49 4c 45 2c 20 3c 50 3e 20 | NEXT FILE, <P> | 00001f40 54 4f 20 50 52 49 4e 54 20 54 45 58 54 2c 20 3c |TO PRINT TEXT, <| 00001f50 4d 3e 20 46 4f 52 20 4d 41 49 4e 20 4d 45 4e 55 |M> FOR MAIN MENU| 00001f60 22 0d 0b ba 27 f5 3a 41 24 3d be 3a fd 20 41 24 |"...'.:A$=.:. A$| 00001f70 3d 22 46 22 20 84 20 20 41 24 3d 22 50 22 20 84 |="F" . A$="P" .| 00001f80 20 20 41 24 3d 22 4d 22 0d 0b bb 19 e7 20 41 24 | A$="M"..... A$| 00001f90 3d 22 46 22 20 8c 20 d7 22 4c 45 54 54 53 5f 33 |="F" . ."LETTS_3| 00001fa0 22 0d 0b bc 13 e7 20 41 24 3d 22 50 22 20 8c 20 |"..... A$="P" . | 00001fb0 ef 32 3a f9 0d 0b bd 16 e7 20 41 24 3d 22 4d 22 |.2:...... A$="M"| 00001fc0 20 8c 20 d7 22 4d 45 4e 55 22 0d ff | . ."MENU"..| 00001fcc