Home » Archimedes archive » Zipped Apps » Speech » !Sp_Dict/!Help
!Sp_Dict/!Help
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 » Archimedes archive » Zipped Apps » Speech |
Filename: | !Sp_Dict/!Help |
Read OK: | ✔ |
File size: | 0C95 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
CHANGING THE DICTIONARY NOTE: To alter the dictionary you should first copy the !Sp_Dict application to your own disc by dragging from the original Speech! disc to your own blank formatted disc, using the Desktop. Users of single floppy systems may find it quicker to set up an intermediate RAM disc to save numerous disc changes. Refer to your User Guide for information on creating a RAM disc. Hold down the SHIFT key and double-click on the !Sp_Dict application to reveal the Dictionary text file. This text is your word list for the English to phoneme parser. Double-click on the application to assemble a new module called NewSpeech!. Double-click on the module to run it. All the words are put in alphabetical order. The group called "other" is used by anything that doesn't start with "a" to "z." i.e. "09=+" etcetera. All entries are in the following format. "(user input)_(Speech! phoneme output)|" The input always has to be in lower case. The "_" divides the input and the output of the translation, and the "|" divides each entry. To translate the word "ARE" you might use the entry: "are_AA4AX|" in the ".aa" group. Whenever "Speech!" finds the text "are/ARE" in you *SAY command then it will be translated into "AA4AX" and sent to the *SPEAK command. To build up a more complicated rule set, you can include checking for before and after characters. To check for a space either side of the "ARE" use the entry: "are< > _AA4AX|" in the ".aa" group. The "<" means before and ">" means after. The "<" must always be before the ">" if both are to be included. The characters for "<" must be read from right to left, for example, to make the "S" in the the word "RIVERS" sound like a "Z" use the entry: "s<re> _Z|" in the ".ss" group. This will first find the "S", then back-track finding the "R" then the "E". If the parser then finds a space to the right of the "S" then a match has been found. If no longer fitting entry can be matched, then this one is used. You can use wildcard characters, but only in the "<" & ">" checking stage. ".>*_POY7NT|" in the ".other" group will check for any number to the right of the "." If there is one, then say "POINT" "a>#e_AY|" will check for a consonant after the "A" followed by an "E". If correct then speech will say the "A" as in "TAME" "i>#ing_IY4|" will check for a consonant after the "I" followed by "ING". This is for words like "WRITING". "the> @_DHEE|" will check for a word starting with a vowel after the word "THE" The "\" means check for the same character again, for example: "ed<#\_D|" will check for two consonants that are the same before the "ED". For instance, this entry will be true for "slaMMED" Try to put wildcarded entries near the end of each group so that all the exceptions will be found first. Remember that some rules will take over from others, so make them as long as possible. [WARNING: DO NOT ATTEMPT TO SAVE ANY FILES ON TO THE ORIGINAL SPEECH! DISC. ALWAYS USE YOUR OWN BLANK FORMATTED DISC.] [Copyright Superior Microcomputing Ltd, 1991. All rights reserved.]
00000000 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000010 20 20 20 20 20 20 20 20 20 43 48 41 4e 47 49 4e | CHANGIN| 00000020 47 20 54 48 45 20 44 49 43 54 49 4f 4e 41 52 59 |G THE DICTIONARY| 00000030 0a 20 20 20 20 20 20 20 20 20 20 20 20 0a 0a 4e |. ..N| 00000040 4f 54 45 3a 20 54 6f 20 61 6c 74 65 72 20 74 68 |OTE: To alter th| 00000050 65 20 64 69 63 74 69 6f 6e 61 72 79 20 79 6f 75 |e dictionary you| 00000060 20 73 68 6f 75 6c 64 20 66 69 72 73 74 20 63 6f | should first co| 00000070 70 79 20 74 68 65 20 21 53 70 5f 44 69 63 74 20 |py the !Sp_Dict | 00000080 61 70 70 6c 69 63 61 74 69 6f 6e 0a 74 6f 20 79 |application.to y| 00000090 6f 75 72 20 6f 77 6e 20 64 69 73 63 20 62 79 20 |our own disc by | 000000a0 64 72 61 67 67 69 6e 67 20 66 72 6f 6d 20 74 68 |dragging from th| 000000b0 65 20 6f 72 69 67 69 6e 61 6c 20 53 70 65 65 63 |e original Speec| 000000c0 68 21 20 64 69 73 63 20 74 6f 20 79 6f 75 72 20 |h! disc to your | 000000d0 6f 77 6e 0a 62 6c 61 6e 6b 20 66 6f 72 6d 61 74 |own.blank format| 000000e0 74 65 64 20 64 69 73 63 2c 20 75 73 69 6e 67 20 |ted disc, using | 000000f0 74 68 65 20 44 65 73 6b 74 6f 70 2e 20 55 73 65 |the Desktop. Use| 00000100 72 73 20 6f 66 20 73 69 6e 67 6c 65 20 66 6c 6f |rs of single flo| 00000110 70 70 79 20 73 79 73 74 65 6d 73 20 6d 61 79 0a |ppy systems may.| 00000120 66 69 6e 64 20 69 74 20 71 75 69 63 6b 65 72 20 |find it quicker | 00000130 74 6f 20 73 65 74 20 75 70 20 61 6e 20 69 6e 74 |to set up an int| 00000140 65 72 6d 65 64 69 61 74 65 20 52 41 4d 20 64 69 |ermediate RAM di| 00000150 73 63 20 74 6f 20 73 61 76 65 20 6e 75 6d 65 72 |sc to save numer| 00000160 6f 75 73 20 64 69 73 63 0a 63 68 61 6e 67 65 73 |ous disc.changes| 00000170 2e 20 52 65 66 65 72 20 74 6f 20 79 6f 75 72 20 |. Refer to your | 00000180 55 73 65 72 20 47 75 69 64 65 20 66 6f 72 20 69 |User Guide for i| 00000190 6e 66 6f 72 6d 61 74 69 6f 6e 20 6f 6e 20 63 72 |nformation on cr| 000001a0 65 61 74 69 6e 67 20 61 20 52 41 4d 20 64 69 73 |eating a RAM dis| 000001b0 63 2e 0a 0a 48 6f 6c 64 20 64 6f 77 6e 20 74 68 |c...Hold down th| 000001c0 65 20 53 48 49 46 54 20 6b 65 79 20 61 6e 64 20 |e SHIFT key and | 000001d0 64 6f 75 62 6c 65 2d 63 6c 69 63 6b 20 6f 6e 20 |double-click on | 000001e0 74 68 65 20 21 53 70 5f 44 69 63 74 20 61 70 70 |the !Sp_Dict app| 000001f0 6c 69 63 61 74 69 6f 6e 20 74 6f 0a 72 65 76 65 |lication to.reve| 00000200 61 6c 20 74 68 65 20 44 69 63 74 69 6f 6e 61 72 |al the Dictionar| 00000210 79 20 74 65 78 74 20 66 69 6c 65 2e 20 54 68 69 |y text file. Thi| 00000220 73 20 74 65 78 74 20 69 73 20 79 6f 75 72 20 77 |s text is your w| 00000230 6f 72 64 20 6c 69 73 74 20 66 6f 72 20 74 68 65 |ord list for the| 00000240 20 45 6e 67 6c 69 73 68 0a 74 6f 20 70 68 6f 6e | English.to phon| 00000250 65 6d 65 20 70 61 72 73 65 72 2e 20 44 6f 75 62 |eme parser. Doub| 00000260 6c 65 2d 63 6c 69 63 6b 20 6f 6e 20 74 68 65 20 |le-click on the | 00000270 61 70 70 6c 69 63 61 74 69 6f 6e 20 74 6f 20 61 |application to a| 00000280 73 73 65 6d 62 6c 65 20 61 20 6e 65 77 20 6d 6f |ssemble a new mo| 00000290 64 75 6c 65 0a 63 61 6c 6c 65 64 20 4e 65 77 53 |dule.called NewS| 000002a0 70 65 65 63 68 21 2e 20 44 6f 75 62 6c 65 2d 63 |peech!. Double-c| 000002b0 6c 69 63 6b 20 6f 6e 20 74 68 65 20 6d 6f 64 75 |lick on the modu| 000002c0 6c 65 20 74 6f 20 72 75 6e 20 69 74 2e 0a 0a 41 |le to run it...A| 000002d0 6c 6c 20 74 68 65 20 77 6f 72 64 73 20 61 72 65 |ll the words are| 000002e0 20 70 75 74 20 69 6e 20 61 6c 70 68 61 62 65 74 | put in alphabet| 000002f0 69 63 61 6c 20 6f 72 64 65 72 2e 20 54 68 65 20 |ical order. The | 00000300 67 72 6f 75 70 20 63 61 6c 6c 65 64 20 22 6f 74 |group called "ot| 00000310 68 65 72 22 20 69 73 20 0a 75 73 65 64 20 62 79 |her" is .used by| 00000320 20 61 6e 79 74 68 69 6e 67 20 74 68 61 74 20 64 | anything that d| 00000330 6f 65 73 6e 27 74 20 73 74 61 72 74 20 77 69 74 |oesn't start wit| 00000340 68 20 22 61 22 20 74 6f 20 22 7a 2e 22 20 69 2e |h "a" to "z." i.| 00000350 65 2e 20 22 30 39 3d 2b 22 20 65 74 63 65 74 65 |e. "09=+" etcete| 00000360 72 61 2e 0a 41 6c 6c 20 65 6e 74 72 69 65 73 20 |ra..All entries | 00000370 61 72 65 20 69 6e 20 74 68 65 20 66 6f 6c 6c 6f |are in the follo| 00000380 77 69 6e 67 20 66 6f 72 6d 61 74 2e 0a 0a 22 28 |wing format..."(| 00000390 75 73 65 72 20 69 6e 70 75 74 29 5f 28 53 70 65 |user input)_(Spe| 000003a0 65 63 68 21 20 70 68 6f 6e 65 6d 65 20 6f 75 74 |ech! phoneme out| 000003b0 70 75 74 29 7c 22 0a 0a 54 68 65 20 69 6e 70 75 |put)|"..The inpu| 000003c0 74 20 61 6c 77 61 79 73 20 68 61 73 20 74 6f 20 |t always has to | 000003d0 62 65 20 69 6e 20 6c 6f 77 65 72 20 63 61 73 65 |be in lower case| 000003e0 2e 20 54 68 65 20 22 5f 22 20 64 69 76 69 64 65 |. The "_" divide| 000003f0 73 20 74 68 65 20 69 6e 70 75 74 20 61 6e 64 20 |s the input and | 00000400 74 68 65 0a 6f 75 74 70 75 74 20 6f 66 20 74 68 |the.output of th| 00000410 65 20 74 72 61 6e 73 6c 61 74 69 6f 6e 2c 20 61 |e translation, a| 00000420 6e 64 20 74 68 65 20 22 7c 22 20 64 69 76 69 64 |nd the "|" divid| 00000430 65 73 20 65 61 63 68 20 65 6e 74 72 79 2e 0a 0a |es each entry...| 00000440 54 6f 20 74 72 61 6e 73 6c 61 74 65 20 74 68 65 |To translate the| 00000450 20 77 6f 72 64 20 22 41 52 45 22 20 79 6f 75 20 | word "ARE" you | 00000460 6d 69 67 68 74 20 75 73 65 20 74 68 65 20 65 6e |might use the en| 00000470 74 72 79 3a 0a 22 61 72 65 5f 41 41 34 41 58 7c |try:."are_AA4AX|| 00000480 22 20 69 6e 20 74 68 65 20 22 2e 61 61 22 20 67 |" in the ".aa" g| 00000490 72 6f 75 70 2e 0a 0a 57 68 65 6e 65 76 65 72 20 |roup...Whenever | 000004a0 22 53 70 65 65 63 68 21 22 20 66 69 6e 64 73 20 |"Speech!" finds | 000004b0 74 68 65 20 74 65 78 74 20 22 61 72 65 2f 41 52 |the text "are/AR| 000004c0 45 22 20 69 6e 20 79 6f 75 20 2a 53 41 59 20 63 |E" in you *SAY c| 000004d0 6f 6d 6d 61 6e 64 20 74 68 65 6e 20 69 74 20 77 |ommand then it w| 000004e0 69 6c 6c 0a 62 65 20 74 72 61 6e 73 6c 61 74 65 |ill.be translate| 000004f0 64 20 69 6e 74 6f 20 22 41 41 34 41 58 22 20 61 |d into "AA4AX" a| 00000500 6e 64 20 73 65 6e 74 20 74 6f 20 74 68 65 20 2a |nd sent to the *| 00000510 53 50 45 41 4b 20 63 6f 6d 6d 61 6e 64 2e 0a 0a |SPEAK command...| 00000520 54 6f 20 62 75 69 6c 64 20 75 70 20 61 20 6d 6f |To build up a mo| 00000530 72 65 20 63 6f 6d 70 6c 69 63 61 74 65 64 20 72 |re complicated r| 00000540 75 6c 65 20 73 65 74 2c 20 79 6f 75 20 63 61 6e |ule set, you can| 00000550 20 69 6e 63 6c 75 64 65 20 63 68 65 63 6b 69 6e | include checkin| 00000560 67 20 66 6f 72 20 62 65 66 6f 72 65 0a 61 6e 64 |g for before.and| 00000570 20 61 66 74 65 72 20 63 68 61 72 61 63 74 65 72 | after character| 00000580 73 2e 0a 0a 54 6f 20 63 68 65 63 6b 20 66 6f 72 |s...To check for| 00000590 20 61 20 73 70 61 63 65 20 65 69 74 68 65 72 20 | a space either | 000005a0 73 69 64 65 20 6f 66 20 74 68 65 20 22 41 52 45 |side of the "ARE| 000005b0 22 20 75 73 65 20 74 68 65 20 65 6e 74 72 79 3a |" use the entry:| 000005c0 0a 22 61 72 65 3c 20 3e 20 5f 41 41 34 41 58 7c |."are< > _AA4AX|| 000005d0 22 20 69 6e 20 74 68 65 20 22 2e 61 61 22 20 67 |" in the ".aa" g| 000005e0 72 6f 75 70 2e 0a 0a 54 68 65 20 22 3c 22 20 6d |roup...The "<" m| 000005f0 65 61 6e 73 20 62 65 66 6f 72 65 20 61 6e 64 20 |eans before and | 00000600 22 3e 22 20 6d 65 61 6e 73 20 61 66 74 65 72 2e |">" means after.| 00000610 20 54 68 65 20 22 3c 22 20 6d 75 73 74 20 61 6c | The "<" must al| 00000620 77 61 79 73 20 62 65 20 62 65 66 6f 72 65 20 74 |ways be before t| 00000630 68 65 0a 22 3e 22 20 69 66 20 62 6f 74 68 20 61 |he.">" if both a| 00000640 72 65 20 74 6f 20 62 65 20 69 6e 63 6c 75 64 65 |re to be include| 00000650 64 2e 0a 0a 54 68 65 20 63 68 61 72 61 63 74 65 |d...The characte| 00000660 72 73 20 66 6f 72 20 22 3c 22 20 6d 75 73 74 20 |rs for "<" must | 00000670 62 65 20 72 65 61 64 20 66 72 6f 6d 20 72 69 67 |be read from rig| 00000680 68 74 20 74 6f 20 6c 65 66 74 2c 20 66 6f 72 20 |ht to left, for | 00000690 65 78 61 6d 70 6c 65 2c 20 74 6f 20 6d 61 6b 65 |example, to make| 000006a0 0a 74 68 65 20 22 53 22 20 69 6e 20 74 68 65 20 |.the "S" in the | 000006b0 74 68 65 20 77 6f 72 64 20 22 52 49 56 45 52 53 |the word "RIVERS| 000006c0 22 20 73 6f 75 6e 64 20 6c 69 6b 65 20 61 20 22 |" sound like a "| 000006d0 5a 22 20 75 73 65 20 74 68 65 20 65 6e 74 72 79 |Z" use the entry| 000006e0 3a 0a 22 73 3c 72 65 3e 20 5f 5a 7c 22 20 20 69 |:."s<re> _Z|" i| 000006f0 6e 20 74 68 65 20 22 2e 73 73 22 20 67 72 6f 75 |n the ".ss" grou| 00000700 70 2e 0a 0a 54 68 69 73 20 77 69 6c 6c 20 66 69 |p...This will fi| 00000710 72 73 74 20 66 69 6e 64 20 74 68 65 20 22 53 22 |rst find the "S"| 00000720 2c 20 74 68 65 6e 20 62 61 63 6b 2d 74 72 61 63 |, then back-trac| 00000730 6b 20 66 69 6e 64 69 6e 67 20 74 68 65 20 22 52 |k finding the "R| 00000740 22 20 74 68 65 6e 20 74 68 65 20 22 45 22 2e 0a |" then the "E"..| 00000750 49 66 20 74 68 65 20 70 61 72 73 65 72 20 74 68 |If the parser th| 00000760 65 6e 20 66 69 6e 64 73 20 61 20 73 70 61 63 65 |en finds a space| 00000770 20 74 6f 20 74 68 65 20 72 69 67 68 74 20 6f 66 | to the right of| 00000780 20 74 68 65 20 22 53 22 20 74 68 65 6e 20 61 20 | the "S" then a | 00000790 6d 61 74 63 68 20 68 61 73 0a 62 65 65 6e 20 66 |match has.been f| 000007a0 6f 75 6e 64 2e 20 49 66 20 6e 6f 20 6c 6f 6e 67 |ound. If no long| 000007b0 65 72 20 66 69 74 74 69 6e 67 20 65 6e 74 72 79 |er fitting entry| 000007c0 20 63 61 6e 20 62 65 20 6d 61 74 63 68 65 64 2c | can be matched,| 000007d0 20 74 68 65 6e 20 74 68 69 73 20 6f 6e 65 20 69 | then this one i| 000007e0 73 20 75 73 65 64 2e 0a 0a 59 6f 75 20 63 61 6e |s used...You can| 000007f0 20 75 73 65 20 77 69 6c 64 63 61 72 64 20 63 68 | use wildcard ch| 00000800 61 72 61 63 74 65 72 73 2c 20 62 75 74 20 6f 6e |aracters, but on| 00000810 6c 79 20 69 6e 20 74 68 65 20 22 3c 22 20 26 20 |ly in the "<" & | 00000820 22 3e 22 20 63 68 65 63 6b 69 6e 67 20 73 74 61 |">" checking sta| 00000830 67 65 2e 0a 0a 22 2e 3e 2a 5f 50 4f 59 37 4e 54 |ge...".>*_POY7NT| 00000840 7c 22 20 20 69 6e 20 74 68 65 20 22 2e 6f 74 68 ||" in the ".oth| 00000850 65 72 22 20 67 72 6f 75 70 20 77 69 6c 6c 20 63 |er" group will c| 00000860 68 65 63 6b 20 66 6f 72 20 61 6e 79 20 6e 75 6d |heck for any num| 00000870 62 65 72 20 74 6f 20 74 68 65 20 72 69 67 68 74 |ber to the right| 00000880 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00000890 6f 66 20 74 68 65 20 22 2e 22 20 49 66 20 74 68 |of the "." If th| 000008a0 65 72 65 20 69 73 20 6f 6e 65 2c 20 74 68 65 6e |ere is one, then| 000008b0 20 73 61 79 20 22 50 4f 49 4e 54 22 0a 0a 22 61 | say "POINT".."a| 000008c0 3e 23 65 5f 41 59 7c 22 20 20 20 20 20 77 69 6c |>#e_AY|" wil| 000008d0 6c 20 63 68 65 63 6b 20 66 6f 72 20 61 20 63 6f |l check for a co| 000008e0 6e 73 6f 6e 61 6e 74 20 61 66 74 65 72 20 74 68 |nsonant after th| 000008f0 65 20 22 41 22 20 66 6f 6c 6c 6f 77 65 64 20 62 |e "A" followed b| 00000900 79 20 61 6e 20 22 45 22 2e 0a 20 20 20 20 20 20 |y an "E".. | 00000910 20 20 20 20 20 20 20 20 20 49 66 20 63 6f 72 72 | If corr| 00000920 65 63 74 20 74 68 65 6e 20 73 70 65 65 63 68 20 |ect then speech | 00000930 77 69 6c 6c 20 73 61 79 20 74 68 65 20 22 41 22 |will say the "A"| 00000940 20 61 73 20 69 6e 20 22 54 41 4d 45 22 0a 0a 22 | as in "TAME".."| 00000950 69 3e 23 69 6e 67 5f 49 59 34 7c 22 20 20 77 69 |i>#ing_IY4|" wi| 00000960 6c 6c 20 63 68 65 63 6b 20 66 6f 72 20 61 20 63 |ll check for a c| 00000970 6f 6e 73 6f 6e 61 6e 74 20 61 66 74 65 72 20 74 |onsonant after t| 00000980 68 65 20 22 49 22 20 66 6f 6c 6c 6f 77 65 64 20 |he "I" followed | 00000990 62 79 20 22 49 4e 47 22 2e 0a 20 20 20 20 20 20 |by "ING".. | 000009a0 20 20 20 20 20 20 20 20 20 54 68 69 73 20 69 73 | This is| 000009b0 20 66 6f 72 20 77 6f 72 64 73 20 6c 69 6b 65 20 | for words like | 000009c0 22 57 52 49 54 49 4e 47 22 2e 0a 0a 22 74 68 65 |"WRITING"..."the| 000009d0 3e 20 40 5f 44 48 45 45 7c 22 20 77 69 6c 6c 20 |> @_DHEE|" will | 000009e0 63 68 65 63 6b 20 66 6f 72 20 61 20 77 6f 72 64 |check for a word| 000009f0 20 73 74 61 72 74 69 6e 67 20 77 69 74 68 20 61 | starting with a| 00000a00 20 76 6f 77 65 6c 20 61 66 74 65 72 20 74 68 65 | vowel after the| 00000a10 20 77 6f 72 64 0a 20 20 20 20 20 20 20 20 20 20 | word. | 00000a20 20 20 20 20 20 22 54 48 45 22 0a 0a 54 68 65 20 | "THE"..The | 00000a30 22 5c 22 20 6d 65 61 6e 73 20 63 68 65 63 6b 20 |"\" means check | 00000a40 66 6f 72 20 74 68 65 20 73 61 6d 65 20 63 68 61 |for the same cha| 00000a50 72 61 63 74 65 72 20 61 67 61 69 6e 2c 20 66 6f |racter again, fo| 00000a60 72 20 65 78 61 6d 70 6c 65 3a 0a 0a 22 65 64 3c |r example:.."ed<| 00000a70 23 5c 5f 44 7c 22 20 20 20 20 20 77 69 6c 6c 20 |#\_D|" will | 00000a80 63 68 65 63 6b 20 66 6f 72 20 74 77 6f 20 63 6f |check for two co| 00000a90 6e 73 6f 6e 61 6e 74 73 20 74 68 61 74 20 61 72 |nsonants that ar| 00000aa0 65 20 74 68 65 20 73 61 6d 65 20 0a 20 20 20 20 |e the same . | 00000ab0 20 20 20 20 20 20 20 20 20 20 20 62 65 66 6f 72 | befor| 00000ac0 65 20 74 68 65 20 22 45 44 22 2e 20 46 6f 72 20 |e the "ED". For | 00000ad0 69 6e 73 74 61 6e 63 65 2c 20 74 68 69 73 20 65 |instance, this e| 00000ae0 6e 74 72 79 20 77 69 6c 6c 20 62 65 20 74 72 75 |ntry will be tru| 00000af0 65 20 66 6f 72 0a 20 20 20 20 20 20 20 20 20 20 |e for. | 00000b00 20 20 20 20 20 22 73 6c 61 4d 4d 45 44 22 20 0a | "slaMMED" .| 00000b10 0a 54 72 79 20 74 6f 20 70 75 74 20 77 69 6c 64 |.Try to put wild| 00000b20 63 61 72 64 65 64 20 65 6e 74 72 69 65 73 20 6e |carded entries n| 00000b30 65 61 72 20 74 68 65 20 65 6e 64 20 6f 66 20 65 |ear the end of e| 00000b40 61 63 68 20 67 72 6f 75 70 20 73 6f 20 74 68 61 |ach group so tha| 00000b50 74 20 61 6c 6c 20 74 68 65 0a 65 78 63 65 70 74 |t all the.except| 00000b60 69 6f 6e 73 20 77 69 6c 6c 20 62 65 20 66 6f 75 |ions will be fou| 00000b70 6e 64 20 66 69 72 73 74 2e 0a 0a 52 65 6d 65 6d |nd first...Remem| 00000b80 62 65 72 20 74 68 61 74 20 73 6f 6d 65 20 72 75 |ber that some ru| 00000b90 6c 65 73 20 77 69 6c 6c 20 74 61 6b 65 20 6f 76 |les will take ov| 00000ba0 65 72 20 66 72 6f 6d 20 6f 74 68 65 72 73 2c 20 |er from others, | 00000bb0 73 6f 20 6d 61 6b 65 20 74 68 65 6d 20 61 73 20 |so make them as | 00000bc0 6c 6f 6e 67 20 61 73 0a 70 6f 73 73 69 62 6c 65 |long as.possible| 00000bd0 2e 0a 0a 0a 5b 57 41 52 4e 49 4e 47 3a 20 44 4f |....[WARNING: DO| 00000be0 20 4e 4f 54 20 41 54 54 45 4d 50 54 20 54 4f 20 | NOT ATTEMPT TO | 00000bf0 53 41 56 45 20 41 4e 59 20 46 49 4c 45 53 20 4f |SAVE ANY FILES O| 00000c00 4e 20 54 4f 20 54 48 45 20 4f 52 49 47 49 4e 41 |N TO THE ORIGINA| 00000c10 4c 20 53 50 45 45 43 48 21 20 44 49 53 43 2e 0a |L SPEECH! DISC..| 00000c20 41 4c 57 41 59 53 20 55 53 45 20 59 4f 55 52 20 |ALWAYS USE YOUR | 00000c30 4f 57 4e 20 42 4c 41 4e 4b 20 46 4f 52 4d 41 54 |OWN BLANK FORMAT| 00000c40 54 45 44 20 44 49 53 43 2e 5d 0a 0a 20 0a 20 20 |TED DISC.].. . | 00000c50 20 5b 43 6f 70 79 72 69 67 68 74 20 53 75 70 65 | [Copyright Supe| 00000c60 72 69 6f 72 20 4d 69 63 72 6f 63 6f 6d 70 75 74 |rior Microcomput| 00000c70 69 6e 67 20 4c 74 64 2c 20 31 39 39 31 2e 20 41 |ing Ltd, 1991. A| 00000c80 6c 6c 20 72 69 67 68 74 73 20 72 65 73 65 72 76 |ll rights reserv| 00000c90 65 64 2e 5d 0a |ed.].| 00000c95