Home » CEEFAX disks » telesoftware16.adl » Speller/IntroB

Speller/IntroB

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 » CEEFAX disks » telesoftware16.adl
Filename: Speller/IntroB
Read OK:
File size: 0F1D bytes
Load address: 0000
Exec address: FFFFFFFF
File contents
MENU
This offers a range of support options which are self explanatory such as
deleting  words, adding  words, listing the dictionary etc. Some options
will ask for extra information. e.g the "list word" asks for the word to
search for, you need only enter the first few letters of the word to be
given a list of all words that correspond to your letters. For this
option you will also need to specify the number of words per line and the
length of each line. This is to allow output to be tabulated for the
printer. When output is going to the screen I normally use three words at
39 character per line. You are able to direct output to the printer and a
spool file as well as the screen.

Many of the menu options will ask you to specify whether you wish to
search the main dictionary (C.DICTION) or the new words file (C.NEWORDS).
This selection is made by pressing N or D after the prompt.

When running the menu pressing ESCAPE will give you the option to return
to the menu or exit from the program. Since, when exiting from any of the
Watcher programs, Watcher simulates a Break key pressing, you may find
your machine in cassette mode after exiting from Watcher. This is because
by the time you have removed your finger from the Q key, not only has
Watcher noted it but so has the operating system which thinks you want
to go into cassette mode. To rectify this simply press Break.

Occasionally when Watcher saves the new words file at the end of a
session there may not be a big enough disc space. As a result only part
of the file may be placed on disc. Using the "Repair Newords file" option
Watcher will repair the new words file so that those words that are saved
to disc can be merged with the main dictionary.

Another option on the menu is the "Remove word". This may operate on
either the new words file or the main dictionary. When deleting a word
from the new words file the word is simply marked as deleted and from
then on ignored by SORT (when merging), WATCH (when running) and Menu
when searching for words with either the list or search options. When
deleting a word from the dictionary the program will remove the word
completely, this involves copying the contents of the dictionary to a
new file (C.NEWTION) leaving the word to be removed behind. The old
dictionary is then removed and the new dictionary renamed. This process
takes a few minutes depending on the size of the dictionary.

SORT
The Sort program can be run as an option from the menu, at the end of
Watch or called with *SORT.  While sorting, two new files are created,
C.NEW2 and C.NEWTION although both of these are removed before the sort
finished.  This program should always be run at the end of a session to
merge the new words and dictionary into one new dictionary to improve
access  times.  Before  running SORT it is advisable to check that a big
enough space exists on the disc for a new file approximately the length
of the dictionary and new words files.  For this reason I would advise
that when a big dictionary has been built up, a separate  disc is used
just to hold the dictionary, new word, Sort, Menu and Watch files. The
best way to do this is to place the three programs on the disc first so
that they use up the first few tracks of the disc and leave the rest of
the disc free for the dictionary, new word file and files produced by
Sort or menu.

When merging the new words file and dictionary any word in the new words
file that has been marked as deleted will be ignored by Sort.  The word
therefore won't be placed in the new dictionary.

C.DICTION
This is the main Watcher dictionary. It is initialised by SETUP.  When first
created Diction only has 26 words, one for each letter of the alphabet.
The dictionary can be expanded up to half the capacity of the disc. This
is to allow for merging the new words file and creating the new
dictionary.
00000000  0d 4d 45 4e 55 0d 54 68  69 73 20 6f 66 66 65 72  |.MENU.This offer|
00000010  73 20 61 20 72 61 6e 67  65 20 6f 66 20 73 75 70  |s a range of sup|
00000020  70 6f 72 74 20 6f 70 74  69 6f 6e 73 20 77 68 69  |port options whi|
00000030  63 68 20 61 72 65 20 73  65 6c 66 20 65 78 70 6c  |ch are self expl|
00000040  61 6e 61 74 6f 72 79 20  73 75 63 68 20 61 73 0d  |anatory such as.|
00000050  64 65 6c 65 74 69 6e 67  20 20 77 6f 72 64 73 2c  |deleting  words,|
00000060  20 61 64 64 69 6e 67 20  20 77 6f 72 64 73 2c 20  | adding  words, |
00000070  6c 69 73 74 69 6e 67 20  74 68 65 20 64 69 63 74  |listing the dict|
00000080  69 6f 6e 61 72 79 20 65  74 63 2e 20 53 6f 6d 65  |ionary etc. Some|
00000090  20 6f 70 74 69 6f 6e 73  0d 77 69 6c 6c 20 61 73  | options.will as|
000000a0  6b 20 66 6f 72 20 65 78  74 72 61 20 69 6e 66 6f  |k for extra info|
000000b0  72 6d 61 74 69 6f 6e 2e  20 65 2e 67 20 74 68 65  |rmation. e.g the|
000000c0  20 22 6c 69 73 74 20 77  6f 72 64 22 20 61 73 6b  | "list word" ask|
000000d0  73 20 66 6f 72 20 74 68  65 20 77 6f 72 64 20 74  |s for the word t|
000000e0  6f 0d 73 65 61 72 63 68  20 66 6f 72 2c 20 79 6f  |o.search for, yo|
000000f0  75 20 6e 65 65 64 20 6f  6e 6c 79 20 65 6e 74 65  |u need only ente|
00000100  72 20 74 68 65 20 66 69  72 73 74 20 66 65 77 20  |r the first few |
00000110  6c 65 74 74 65 72 73 20  6f 66 20 74 68 65 20 77  |letters of the w|
00000120  6f 72 64 20 74 6f 20 62  65 0d 67 69 76 65 6e 20  |ord to be.given |
00000130  61 20 6c 69 73 74 20 6f  66 20 61 6c 6c 20 77 6f  |a list of all wo|
00000140  72 64 73 20 74 68 61 74  20 63 6f 72 72 65 73 70  |rds that corresp|
00000150  6f 6e 64 20 74 6f 20 79  6f 75 72 20 6c 65 74 74  |ond to your lett|
00000160  65 72 73 2e 20 46 6f 72  20 74 68 69 73 0d 6f 70  |ers. For this.op|
00000170  74 69 6f 6e 20 79 6f 75  20 77 69 6c 6c 20 61 6c  |tion you will al|
00000180  73 6f 20 6e 65 65 64 20  74 6f 20 73 70 65 63 69  |so need to speci|
00000190  66 79 20 74 68 65 20 6e  75 6d 62 65 72 20 6f 66  |fy the number of|
000001a0  20 77 6f 72 64 73 20 70  65 72 20 6c 69 6e 65 20  | words per line |
000001b0  61 6e 64 20 74 68 65 0d  6c 65 6e 67 74 68 20 6f  |and the.length o|
000001c0  66 20 65 61 63 68 20 6c  69 6e 65 2e 20 54 68 69  |f each line. Thi|
000001d0  73 20 69 73 20 74 6f 20  61 6c 6c 6f 77 20 6f 75  |s is to allow ou|
000001e0  74 70 75 74 20 74 6f 20  62 65 20 74 61 62 75 6c  |tput to be tabul|
000001f0  61 74 65 64 20 66 6f 72  20 74 68 65 0d 70 72 69  |ated for the.pri|
00000200  6e 74 65 72 2e 20 57 68  65 6e 20 6f 75 74 70 75  |nter. When outpu|
00000210  74 20 69 73 20 67 6f 69  6e 67 20 74 6f 20 74 68  |t is going to th|
00000220  65 20 73 63 72 65 65 6e  20 49 20 6e 6f 72 6d 61  |e screen I norma|
00000230  6c 6c 79 20 75 73 65 20  74 68 72 65 65 20 77 6f  |lly use three wo|
00000240  72 64 73 20 61 74 0d 33  39 20 63 68 61 72 61 63  |rds at.39 charac|
00000250  74 65 72 20 70 65 72 20  6c 69 6e 65 2e 20 59 6f  |ter per line. Yo|
00000260  75 20 61 72 65 20 61 62  6c 65 20 74 6f 20 64 69  |u are able to di|
00000270  72 65 63 74 20 6f 75 74  70 75 74 20 74 6f 20 74  |rect output to t|
00000280  68 65 20 70 72 69 6e 74  65 72 20 61 6e 64 20 61  |he printer and a|
00000290  0d 73 70 6f 6f 6c 20 66  69 6c 65 20 61 73 20 77  |.spool file as w|
000002a0  65 6c 6c 20 61 73 20 74  68 65 20 73 63 72 65 65  |ell as the scree|
000002b0  6e 2e 0d 0d 4d 61 6e 79  20 6f 66 20 74 68 65 20  |n...Many of the |
000002c0  6d 65 6e 75 20 6f 70 74  69 6f 6e 73 20 77 69 6c  |menu options wil|
000002d0  6c 20 61 73 6b 20 79 6f  75 20 74 6f 20 73 70 65  |l ask you to spe|
000002e0  63 69 66 79 20 77 68 65  74 68 65 72 20 79 6f 75  |cify whether you|
000002f0  20 77 69 73 68 20 74 6f  0d 73 65 61 72 63 68 20  | wish to.search |
00000300  74 68 65 20 6d 61 69 6e  20 64 69 63 74 69 6f 6e  |the main diction|
00000310  61 72 79 20 28 43 2e 44  49 43 54 49 4f 4e 29 20  |ary (C.DICTION) |
00000320  6f 72 20 74 68 65 20 6e  65 77 20 77 6f 72 64 73  |or the new words|
00000330  20 66 69 6c 65 20 28 43  2e 4e 45 57 4f 52 44 53  | file (C.NEWORDS|
00000340  29 2e 0d 54 68 69 73 20  73 65 6c 65 63 74 69 6f  |)..This selectio|
00000350  6e 20 69 73 20 6d 61 64  65 20 62 79 20 70 72 65  |n is made by pre|
00000360  73 73 69 6e 67 20 4e 20  6f 72 20 44 20 61 66 74  |ssing N or D aft|
00000370  65 72 20 74 68 65 20 70  72 6f 6d 70 74 2e 0d 0d  |er the prompt...|
00000380  57 68 65 6e 20 72 75 6e  6e 69 6e 67 20 74 68 65  |When running the|
00000390  20 6d 65 6e 75 20 70 72  65 73 73 69 6e 67 20 45  | menu pressing E|
000003a0  53 43 41 50 45 20 77 69  6c 6c 20 67 69 76 65 20  |SCAPE will give |
000003b0  79 6f 75 20 74 68 65 20  6f 70 74 69 6f 6e 20 74  |you the option t|
000003c0  6f 20 72 65 74 75 72 6e  0d 74 6f 20 74 68 65 20  |o return.to the |
000003d0  6d 65 6e 75 20 6f 72 20  65 78 69 74 20 66 72 6f  |menu or exit fro|
000003e0  6d 20 74 68 65 20 70 72  6f 67 72 61 6d 2e 20 53  |m the program. S|
000003f0  69 6e 63 65 2c 20 77 68  65 6e 20 65 78 69 74 69  |ince, when exiti|
00000400  6e 67 20 66 72 6f 6d 20  61 6e 79 20 6f 66 20 74  |ng from any of t|
00000410  68 65 0d 57 61 74 63 68  65 72 20 70 72 6f 67 72  |he.Watcher progr|
00000420  61 6d 73 2c 20 57 61 74  63 68 65 72 20 73 69 6d  |ams, Watcher sim|
00000430  75 6c 61 74 65 73 20 61  20 42 72 65 61 6b 20 6b  |ulates a Break k|
00000440  65 79 20 70 72 65 73 73  69 6e 67 2c 20 79 6f 75  |ey pressing, you|
00000450  20 6d 61 79 20 66 69 6e  64 0d 79 6f 75 72 20 6d  | may find.your m|
00000460  61 63 68 69 6e 65 20 69  6e 20 63 61 73 73 65 74  |achine in casset|
00000470  74 65 20 6d 6f 64 65 20  61 66 74 65 72 20 65 78  |te mode after ex|
00000480  69 74 69 6e 67 20 66 72  6f 6d 20 57 61 74 63 68  |iting from Watch|
00000490  65 72 2e 20 54 68 69 73  20 69 73 20 62 65 63 61  |er. This is beca|
000004a0  75 73 65 0d 62 79 20 74  68 65 20 74 69 6d 65 20  |use.by the time |
000004b0  79 6f 75 20 68 61 76 65  20 72 65 6d 6f 76 65 64  |you have removed|
000004c0  20 79 6f 75 72 20 66 69  6e 67 65 72 20 66 72 6f  | your finger fro|
000004d0  6d 20 74 68 65 20 51 20  6b 65 79 2c 20 6e 6f 74  |m the Q key, not|
000004e0  20 6f 6e 6c 79 20 68 61  73 0d 57 61 74 63 68 65  | only has.Watche|
000004f0  72 20 6e 6f 74 65 64 20  69 74 20 62 75 74 20 73  |r noted it but s|
00000500  6f 20 68 61 73 20 74 68  65 20 6f 70 65 72 61 74  |o has the operat|
00000510  69 6e 67 20 73 79 73 74  65 6d 20 77 68 69 63 68  |ing system which|
00000520  20 74 68 69 6e 6b 73 20  79 6f 75 20 77 61 6e 74  | thinks you want|
00000530  0d 74 6f 20 67 6f 20 69  6e 74 6f 20 63 61 73 73  |.to go into cass|
00000540  65 74 74 65 20 6d 6f 64  65 2e 20 54 6f 20 72 65  |ette mode. To re|
00000550  63 74 69 66 79 20 74 68  69 73 20 73 69 6d 70 6c  |ctify this simpl|
00000560  79 20 70 72 65 73 73 20  42 72 65 61 6b 2e 0d 0d  |y press Break...|
00000570  4f 63 63 61 73 69 6f 6e  61 6c 6c 79 20 77 68 65  |Occasionally whe|
00000580  6e 20 57 61 74 63 68 65  72 20 73 61 76 65 73 20  |n Watcher saves |
00000590  74 68 65 20 6e 65 77 20  77 6f 72 64 73 20 66 69  |the new words fi|
000005a0  6c 65 20 61 74 20 74 68  65 20 65 6e 64 20 6f 66  |le at the end of|
000005b0  20 61 0d 73 65 73 73 69  6f 6e 20 74 68 65 72 65  | a.session there|
000005c0  20 6d 61 79 20 6e 6f 74  20 62 65 20 61 20 62 69  | may not be a bi|
000005d0  67 20 65 6e 6f 75 67 68  20 64 69 73 63 20 73 70  |g enough disc sp|
000005e0  61 63 65 2e 20 41 73 20  61 20 72 65 73 75 6c 74  |ace. As a result|
000005f0  20 6f 6e 6c 79 20 70 61  72 74 0d 6f 66 20 74 68  | only part.of th|
00000600  65 20 66 69 6c 65 20 6d  61 79 20 62 65 20 70 6c  |e file may be pl|
00000610  61 63 65 64 20 6f 6e 20  64 69 73 63 2e 20 55 73  |aced on disc. Us|
00000620  69 6e 67 20 74 68 65 20  22 52 65 70 61 69 72 20  |ing the "Repair |
00000630  4e 65 77 6f 72 64 73 20  66 69 6c 65 22 20 6f 70  |Newords file" op|
00000640  74 69 6f 6e 0d 57 61 74  63 68 65 72 20 77 69 6c  |tion.Watcher wil|
00000650  6c 20 72 65 70 61 69 72  20 74 68 65 20 6e 65 77  |l repair the new|
00000660  20 77 6f 72 64 73 20 66  69 6c 65 20 73 6f 20 74  | words file so t|
00000670  68 61 74 20 74 68 6f 73  65 20 77 6f 72 64 73 20  |hat those words |
00000680  74 68 61 74 20 61 72 65  20 73 61 76 65 64 0d 74  |that are saved.t|
00000690  6f 20 64 69 73 63 20 63  61 6e 20 62 65 20 6d 65  |o disc can be me|
000006a0  72 67 65 64 20 77 69 74  68 20 74 68 65 20 6d 61  |rged with the ma|
000006b0  69 6e 20 64 69 63 74 69  6f 6e 61 72 79 2e 0d 0d  |in dictionary...|
000006c0  41 6e 6f 74 68 65 72 20  6f 70 74 69 6f 6e 20 6f  |Another option o|
000006d0  6e 20 74 68 65 20 6d 65  6e 75 20 69 73 20 74 68  |n the menu is th|
000006e0  65 20 22 52 65 6d 6f 76  65 20 77 6f 72 64 22 2e  |e "Remove word".|
000006f0  20 54 68 69 73 20 6d 61  79 20 6f 70 65 72 61 74  | This may operat|
00000700  65 20 6f 6e 0d 65 69 74  68 65 72 20 74 68 65 20  |e on.either the |
00000710  6e 65 77 20 77 6f 72 64  73 20 66 69 6c 65 20 6f  |new words file o|
00000720  72 20 74 68 65 20 6d 61  69 6e 20 64 69 63 74 69  |r the main dicti|
00000730  6f 6e 61 72 79 2e 20 57  68 65 6e 20 64 65 6c 65  |onary. When dele|
00000740  74 69 6e 67 20 61 20 77  6f 72 64 0d 66 72 6f 6d  |ting a word.from|
00000750  20 74 68 65 20 6e 65 77  20 77 6f 72 64 73 20 66  | the new words f|
00000760  69 6c 65 20 74 68 65 20  77 6f 72 64 20 69 73 20  |ile the word is |
00000770  73 69 6d 70 6c 79 20 6d  61 72 6b 65 64 20 61 73  |simply marked as|
00000780  20 64 65 6c 65 74 65 64  20 61 6e 64 20 66 72 6f  | deleted and fro|
00000790  6d 0d 74 68 65 6e 20 6f  6e 20 69 67 6e 6f 72 65  |m.then on ignore|
000007a0  64 20 62 79 20 53 4f 52  54 20 28 77 68 65 6e 20  |d by SORT (when |
000007b0  6d 65 72 67 69 6e 67 29  2c 20 57 41 54 43 48 20  |merging), WATCH |
000007c0  28 77 68 65 6e 20 72 75  6e 6e 69 6e 67 29 20 61  |(when running) a|
000007d0  6e 64 20 4d 65 6e 75 0d  77 68 65 6e 20 73 65 61  |nd Menu.when sea|
000007e0  72 63 68 69 6e 67 20 66  6f 72 20 77 6f 72 64 73  |rching for words|
000007f0  20 77 69 74 68 20 65 69  74 68 65 72 20 74 68 65  | with either the|
00000800  20 6c 69 73 74 20 6f 72  20 73 65 61 72 63 68 20  | list or search |
00000810  6f 70 74 69 6f 6e 73 2e  20 57 68 65 6e 0d 64 65  |options. When.de|
00000820  6c 65 74 69 6e 67 20 61  20 77 6f 72 64 20 66 72  |leting a word fr|
00000830  6f 6d 20 74 68 65 20 64  69 63 74 69 6f 6e 61 72  |om the dictionar|
00000840  79 20 74 68 65 20 70 72  6f 67 72 61 6d 20 77 69  |y the program wi|
00000850  6c 6c 20 72 65 6d 6f 76  65 20 74 68 65 20 77 6f  |ll remove the wo|
00000860  72 64 0d 63 6f 6d 70 6c  65 74 65 6c 79 2c 20 74  |rd.completely, t|
00000870  68 69 73 20 69 6e 76 6f  6c 76 65 73 20 63 6f 70  |his involves cop|
00000880  79 69 6e 67 20 74 68 65  20 63 6f 6e 74 65 6e 74  |ying the content|
00000890  73 20 6f 66 20 74 68 65  20 64 69 63 74 69 6f 6e  |s of the diction|
000008a0  61 72 79 20 74 6f 20 61  0d 6e 65 77 20 66 69 6c  |ary to a.new fil|
000008b0  65 20 28 43 2e 4e 45 57  54 49 4f 4e 29 20 6c 65  |e (C.NEWTION) le|
000008c0  61 76 69 6e 67 20 74 68  65 20 77 6f 72 64 20 74  |aving the word t|
000008d0  6f 20 62 65 20 72 65 6d  6f 76 65 64 20 62 65 68  |o be removed beh|
000008e0  69 6e 64 2e 20 54 68 65  20 6f 6c 64 0d 64 69 63  |ind. The old.dic|
000008f0  74 69 6f 6e 61 72 79 20  69 73 20 74 68 65 6e 20  |tionary is then |
00000900  72 65 6d 6f 76 65 64 20  61 6e 64 20 74 68 65 20  |removed and the |
00000910  6e 65 77 20 64 69 63 74  69 6f 6e 61 72 79 20 72  |new dictionary r|
00000920  65 6e 61 6d 65 64 2e 20  54 68 69 73 20 70 72 6f  |enamed. This pro|
00000930  63 65 73 73 0d 74 61 6b  65 73 20 61 20 66 65 77  |cess.takes a few|
00000940  20 6d 69 6e 75 74 65 73  20 64 65 70 65 6e 64 69  | minutes dependi|
00000950  6e 67 20 6f 6e 20 74 68  65 20 73 69 7a 65 20 6f  |ng on the size o|
00000960  66 20 74 68 65 20 64 69  63 74 69 6f 6e 61 72 79  |f the dictionary|
00000970  2e 0d 0d 53 4f 52 54 0d  54 68 65 20 53 6f 72 74  |...SORT.The Sort|
00000980  20 70 72 6f 67 72 61 6d  20 63 61 6e 20 62 65 20  | program can be |
00000990  72 75 6e 20 61 73 20 61  6e 20 6f 70 74 69 6f 6e  |run as an option|
000009a0  20 66 72 6f 6d 20 74 68  65 20 6d 65 6e 75 2c 20  | from the menu, |
000009b0  61 74 20 74 68 65 20 65  6e 64 20 6f 66 0d 57 61  |at the end of.Wa|
000009c0  74 63 68 20 6f 72 20 63  61 6c 6c 65 64 20 77 69  |tch or called wi|
000009d0  74 68 20 2a 53 4f 52 54  2e 20 20 57 68 69 6c 65  |th *SORT.  While|
000009e0  20 73 6f 72 74 69 6e 67  2c 20 74 77 6f 20 6e 65  | sorting, two ne|
000009f0  77 20 66 69 6c 65 73 20  61 72 65 20 63 72 65 61  |w files are crea|
00000a00  74 65 64 2c 0d 43 2e 4e  45 57 32 20 61 6e 64 20  |ted,.C.NEW2 and |
00000a10  43 2e 4e 45 57 54 49 4f  4e 20 61 6c 74 68 6f 75  |C.NEWTION althou|
00000a20  67 68 20 62 6f 74 68 20  6f 66 20 74 68 65 73 65  |gh both of these|
00000a30  20 61 72 65 20 72 65 6d  6f 76 65 64 20 62 65 66  | are removed bef|
00000a40  6f 72 65 20 74 68 65 20  73 6f 72 74 0d 66 69 6e  |ore the sort.fin|
00000a50  69 73 68 65 64 2e 20 20  54 68 69 73 20 70 72 6f  |ished.  This pro|
00000a60  67 72 61 6d 20 73 68 6f  75 6c 64 20 61 6c 77 61  |gram should alwa|
00000a70  79 73 20 62 65 20 72 75  6e 20 61 74 20 74 68 65  |ys be run at the|
00000a80  20 65 6e 64 20 6f 66 20  61 20 73 65 73 73 69 6f  | end of a sessio|
00000a90  6e 20 74 6f 0d 6d 65 72  67 65 20 74 68 65 20 6e  |n to.merge the n|
00000aa0  65 77 20 77 6f 72 64 73  20 61 6e 64 20 64 69 63  |ew words and dic|
00000ab0  74 69 6f 6e 61 72 79 20  69 6e 74 6f 20 6f 6e 65  |tionary into one|
00000ac0  20 6e 65 77 20 64 69 63  74 69 6f 6e 61 72 79 20  | new dictionary |
00000ad0  74 6f 20 69 6d 70 72 6f  76 65 0d 61 63 63 65 73  |to improve.acces|
00000ae0  73 20 20 74 69 6d 65 73  2e 20 20 42 65 66 6f 72  |s  times.  Befor|
00000af0  65 20 20 72 75 6e 6e 69  6e 67 20 53 4f 52 54 20  |e  running SORT |
00000b00  69 74 20 69 73 20 61 64  76 69 73 61 62 6c 65 20  |it is advisable |
00000b10  74 6f 20 63 68 65 63 6b  20 74 68 61 74 20 61 20  |to check that a |
00000b20  62 69 67 0d 65 6e 6f 75  67 68 20 73 70 61 63 65  |big.enough space|
00000b30  20 65 78 69 73 74 73 20  6f 6e 20 74 68 65 20 64  | exists on the d|
00000b40  69 73 63 20 66 6f 72 20  61 20 6e 65 77 20 66 69  |isc for a new fi|
00000b50  6c 65 20 61 70 70 72 6f  78 69 6d 61 74 65 6c 79  |le approximately|
00000b60  20 74 68 65 20 6c 65 6e  67 74 68 0d 6f 66 20 74  | the length.of t|
00000b70  68 65 20 64 69 63 74 69  6f 6e 61 72 79 20 61 6e  |he dictionary an|
00000b80  64 20 6e 65 77 20 77 6f  72 64 73 20 66 69 6c 65  |d new words file|
00000b90  73 2e 20 20 46 6f 72 20  74 68 69 73 20 72 65 61  |s.  For this rea|
00000ba0  73 6f 6e 20 49 20 77 6f  75 6c 64 20 61 64 76 69  |son I would advi|
00000bb0  73 65 0d 74 68 61 74 20  77 68 65 6e 20 61 20 62  |se.that when a b|
00000bc0  69 67 20 64 69 63 74 69  6f 6e 61 72 79 20 68 61  |ig dictionary ha|
00000bd0  73 20 62 65 65 6e 20 62  75 69 6c 74 20 75 70 2c  |s been built up,|
00000be0  20 61 20 73 65 70 61 72  61 74 65 20 20 64 69 73  | a separate  dis|
00000bf0  63 20 69 73 20 75 73 65  64 0d 6a 75 73 74 20 74  |c is used.just t|
00000c00  6f 20 68 6f 6c 64 20 74  68 65 20 64 69 63 74 69  |o hold the dicti|
00000c10  6f 6e 61 72 79 2c 20 6e  65 77 20 77 6f 72 64 2c  |onary, new word,|
00000c20  20 53 6f 72 74 2c 20 4d  65 6e 75 20 61 6e 64 20  | Sort, Menu and |
00000c30  57 61 74 63 68 20 66 69  6c 65 73 2e 20 54 68 65  |Watch files. The|
00000c40  0d 62 65 73 74 20 77 61  79 20 74 6f 20 64 6f 20  |.best way to do |
00000c50  74 68 69 73 20 69 73 20  74 6f 20 70 6c 61 63 65  |this is to place|
00000c60  20 74 68 65 20 74 68 72  65 65 20 70 72 6f 67 72  | the three progr|
00000c70  61 6d 73 20 6f 6e 20 74  68 65 20 64 69 73 63 20  |ams on the disc |
00000c80  66 69 72 73 74 20 73 6f  0d 74 68 61 74 20 74 68  |first so.that th|
00000c90  65 79 20 75 73 65 20 75  70 20 74 68 65 20 66 69  |ey use up the fi|
00000ca0  72 73 74 20 66 65 77 20  74 72 61 63 6b 73 20 6f  |rst few tracks o|
00000cb0  66 20 74 68 65 20 64 69  73 63 20 61 6e 64 20 6c  |f the disc and l|
00000cc0  65 61 76 65 20 74 68 65  20 72 65 73 74 20 6f 66  |eave the rest of|
00000cd0  0d 74 68 65 20 64 69 73  63 20 66 72 65 65 20 66  |.the disc free f|
00000ce0  6f 72 20 74 68 65 20 64  69 63 74 69 6f 6e 61 72  |or the dictionar|
00000cf0  79 2c 20 6e 65 77 20 77  6f 72 64 20 66 69 6c 65  |y, new word file|
00000d00  20 61 6e 64 20 66 69 6c  65 73 20 70 72 6f 64 75  | and files produ|
00000d10  63 65 64 20 62 79 0d 53  6f 72 74 20 6f 72 20 6d  |ced by.Sort or m|
00000d20  65 6e 75 2e 0d 0d 57 68  65 6e 20 6d 65 72 67 69  |enu...When mergi|
00000d30  6e 67 20 74 68 65 20 6e  65 77 20 77 6f 72 64 73  |ng the new words|
00000d40  20 66 69 6c 65 20 61 6e  64 20 64 69 63 74 69 6f  | file and dictio|
00000d50  6e 61 72 79 20 61 6e 79  20 77 6f 72 64 20 69 6e  |nary any word in|
00000d60  20 74 68 65 20 6e 65 77  20 77 6f 72 64 73 0d 66  | the new words.f|
00000d70  69 6c 65 20 74 68 61 74  20 68 61 73 20 62 65 65  |ile that has bee|
00000d80  6e 20 6d 61 72 6b 65 64  20 61 73 20 64 65 6c 65  |n marked as dele|
00000d90  74 65 64 20 77 69 6c 6c  20 62 65 20 69 67 6e 6f  |ted will be igno|
00000da0  72 65 64 20 62 79 20 53  6f 72 74 2e 20 20 54 68  |red by Sort.  Th|
00000db0  65 20 77 6f 72 64 0d 74  68 65 72 65 66 6f 72 65  |e word.therefore|
00000dc0  20 77 6f 6e 27 74 20 62  65 20 70 6c 61 63 65 64  | won't be placed|
00000dd0  20 69 6e 20 74 68 65 20  6e 65 77 20 64 69 63 74  | in the new dict|
00000de0  69 6f 6e 61 72 79 2e 0d  0d 43 2e 44 49 43 54 49  |ionary...C.DICTI|
00000df0  4f 4e 0d 54 68 69 73 20  69 73 20 74 68 65 20 6d  |ON.This is the m|
00000e00  61 69 6e 20 57 61 74 63  68 65 72 20 64 69 63 74  |ain Watcher dict|
00000e10  69 6f 6e 61 72 79 2e 20  49 74 20 69 73 20 69 6e  |ionary. It is in|
00000e20  69 74 69 61 6c 69 73 65  64 20 62 79 20 53 45 54  |itialised by SET|
00000e30  55 50 2e 20 20 57 68 65  6e 20 66 69 72 73 74 0d  |UP.  When first.|
00000e40  63 72 65 61 74 65 64 20  44 69 63 74 69 6f 6e 20  |created Diction |
00000e50  6f 6e 6c 79 20 68 61 73  20 32 36 20 77 6f 72 64  |only has 26 word|
00000e60  73 2c 20 6f 6e 65 20 66  6f 72 20 65 61 63 68 20  |s, one for each |
00000e70  6c 65 74 74 65 72 20 6f  66 20 74 68 65 20 61 6c  |letter of the al|
00000e80  70 68 61 62 65 74 2e 0d  54 68 65 20 64 69 63 74  |phabet..The dict|
00000e90  69 6f 6e 61 72 79 20 63  61 6e 20 62 65 20 65 78  |ionary can be ex|
00000ea0  70 61 6e 64 65 64 20 75  70 20 74 6f 20 68 61 6c  |panded up to hal|
00000eb0  66 20 74 68 65 20 63 61  70 61 63 69 74 79 20 6f  |f the capacity o|
00000ec0  66 20 74 68 65 20 64 69  73 63 2e 20 54 68 69 73  |f the disc. This|
00000ed0  0d 69 73 20 74 6f 20 61  6c 6c 6f 77 20 66 6f 72  |.is to allow for|
00000ee0  20 6d 65 72 67 69 6e 67  20 74 68 65 20 6e 65 77  | merging the new|
00000ef0  20 77 6f 72 64 73 20 66  69 6c 65 20 61 6e 64 20  | words file and |
00000f00  63 72 65 61 74 69 6e 67  20 74 68 65 20 6e 65 77  |creating the new|
00000f10  0d 64 69 63 74 69 6f 6e  61 72 79 2e 0d           |.dictionary..|
00000f1d
Speller/IntroB.m0
Speller/IntroB.m1
Speller/IntroB.m2
Speller/IntroB.m4
Speller/IntroB.m5