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

Speller/Install

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/Install
Read OK:
File size: 129A bytes
Load address: 0000
Exec address: FFFFFFFF
File contents
			Installing Watcher

The system is written for use with DFS. Files may need to be re-named to
include a directory letter. ADFS users must create directories U, C, W, M
and L.

Broadcast filename:       Destination filename:
Watch                     U.Watch
Menu                      U.Menu
Sort                      U.Sort
Diction                   C.Diction
WatchC                    W.WatchC
Wasp                      W.Wasp
WLink                     W.WLink
MenuC                     M.MenuC
Brk                       M.Brk
Data                      M.Data
MLink                     M.MLink
Sort                      M.Sort
Setup                     C.Setup

The main Watcher machine code programs are not particularly big but the
dictionary can grow to become quite large. When installing Watcher from
assembly files a lot of disc space is needed and I would advise that a
whole disc is used. Once the files are installed it would be best to keep
the assembly files on a separately disc to the machine code and dictionary
files - I keep them on the reverse side as I have a dual sided disc drive.

The four main files are: U.WATCH, U.MENU, U.SORT and C.DICTION each of
these has a different installation procedure and different source files.
Because of memory limitation the main programs have been split into
sections which are then linked together. Where files are needed for
linking the directory L is used.  Once assembly of all the programs is
complete you may delete the L files. You may even dispose of
the assembly files but I would suggest you keep these for safety. 

U.WATCH - for this you will need two files, WASP (WAtcher SuPort), WATCHc
and WLINK. First run WASP. This will create two new files L.Wdata (data
and subroutines needed by the main program) and L.Wexec (variable names
and addresses needed during assembly of WATCHc).

Once WASP has been run, load but do not run, WATCHc. Once this is loaded
type: *EXEC L.Wexec. Don't worry if you forget to do this as the program
will remind you if you don't do it. This will place a new set of line
numbers in WATCHc to set up variables. When the file has finished
executing you will need to press ESCAPE to return to the cursor. When you
return to the cursor run WATCHc. This will result in a third new file
L.Wcode (this is the actual code for searching the dictionary,
controlling the screen, keys etc.)

Now you can load and run WLINK. This will link the L.Wdata and L.Wcode
together to form the actual text checking program of Watcher - WATCH. This
will be in directory U, while you may copy this onto other discs quite
safely it should always be called U.WATCH since the other programs expect
it to be called this and will look for it under this name.

With WATCH produced you may delete the L files and even the assembly files
though you may be better off keeping the latter.

U.MENU - this is the other main section of Watcher. This program comes in
three sections: M.BRK, M.DATA and M.MENUc. BRK should be run first; this
will create a short file called L.BRK.

Next run DATA. This is similar to WASP as it will provide data and
subroutines for the  main  code  in  MENUc.  DATA  will  produce two files
L.Mdata (containing the data and subroutines) and L.Mexec (like Wexec
this contains variables names and addresses). 

Once DATA has been run and has produced it's files load MENUc. Type: *EXEC
Mexec. This will place the variables needed in the program. Again you will
have to press ESCAPE to return to the cursor from where you can run the
program. DATA will produce a file called L.Mcode - within the L directory M
prefixes indicate menu related files and W prefixes indicate Watch related
files.

With the three link files in L you can run the linker program MLINK. This
will produce the program U.MENU. As with U.WATCH you can copy this across
discs but you should ensure that it is always called U.MENU. You may
delete the L files but I would advise that you retain the assembly files
as before.

U.SORT - compared to WATCH and MENU this is easy to install. Just load and
run M.SORTc. This will produce the program U.SORT without any further
interference. Again do not rename this file.

C.SETUP - if you do not already have a dictionary you will need to run
this program. If you do have a dictionary this program will ask you to
delete it before setting up a new one. SETUP will only create a minimum
dictionary of 26 word (one for each letter of the alphabet) so if you have
access to a larger dictionary you may not need SETUP. To use SETUP just
load and run it. If takes a few seconds to run and will create the file
C.DICTION. This file is at the heart of Watcher and as it grows it will
become your own personal dictionary. It is advisable to back it up
regularly.
00000000  0d 09 09 09 49 6e 73 74  61 6c 6c 69 6e 67 20 57  |....Installing W|
00000010  61 74 63 68 65 72 0d 0d  54 68 65 20 73 79 73 74  |atcher..The syst|
00000020  65 6d 20 69 73 20 77 72  69 74 74 65 6e 20 66 6f  |em is written fo|
00000030  72 1a 20 75 73 65 1a 20  77 69 74 68 20 44 46 53  |r. use. with DFS|
00000040  2e 20 46 69 6c 65 73 20  6d 61 79 20 6e 65 65 64  |. Files may need|
00000050  20 74 6f 20 62 65 20 72  65 2d 6e 61 6d 65 64 20  | to be re-named |
00000060  74 6f 0d 69 6e 63 6c 75  64 65 20 61 20 64 69 72  |to.include a dir|
00000070  65 63 74 6f 72 79 20 6c  65 74 74 65 72 2e 20 41  |ectory letter. A|
00000080  44 46 53 20 75 73 65 72  73 20 6d 75 73 74 1a 20  |DFS users must. |
00000090  63 72 65 61 74 65 20 64  69 72 65 63 74 6f 72 69  |create directori|
000000a0  65 73 20 55 2c 20 43 2c  20 57 2c 20 4d 0d 61 6e  |es U, C, W, M.an|
000000b0  64 20 4c 2e 0d 0d 42 72  6f 61 64 63 61 73 74 20  |d L...Broadcast |
000000c0  66 69 6c 65 6e 61 6d 65  3a 20 20 20 20 20 20 20  |filename:       |
000000d0  44 65 73 74 69 6e 61 74  69 6f 6e 20 66 69 6c 65  |Destination file|
000000e0  6e 61 6d 65 3a 0d 57 61  74 63 68 20 20 20 20 20  |name:.Watch     |
000000f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000100  55 2e 57 61 74 63 68 0d  4d 65 6e 75 20 20 20 20  |U.Watch.Menu    |
00000110  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000120  20 20 55 2e 4d 65 6e 75  0d 53 6f 72 74 20 20 20  |  U.Menu.Sort   |
00000130  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000140  20 20 20 55 2e 53 6f 72  74 0d 44 69 63 74 69 6f  |   U.Sort.Dictio|
00000150  6e 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |n               |
00000160  20 20 20 20 43 2e 44 69  63 74 69 6f 6e 0d 57 61  |    C.Diction.Wa|
00000170  74 63 68 43 20 20 20 20  20 20 20 20 20 20 20 20  |tchC            |
00000180  20 20 20 20 20 20 20 20  57 2e 57 61 74 63 68 43  |        W.WatchC|
00000190  0d 57 61 73 70 20 20 20  20 20 20 20 20 20 20 20  |.Wasp           |
000001a0  20 20 20 20 20 20 20 20  20 20 20 57 2e 57 61 73  |           W.Was|
000001b0  70 0d 57 4c 69 6e 6b 20  20 20 20 20 20 20 20 20  |p.WLink         |
000001c0  20 20 20 20 20 20 20 20  20 20 20 20 57 2e 57 4c  |            W.WL|
000001d0  69 6e 6b 0d 4d 65 6e 75  43 20 20 20 20 20 20 20  |ink.MenuC       |
000001e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 4d 2e  |              M.|
000001f0  4d 65 6e 75 43 0d 42 72  6b 20 20 20 20 20 20 20  |MenuC.Brk       |
00000200  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000210  4d 2e 42 72 6b 0d 44 61  74 61 20 20 20 20 20 20  |M.Brk.Data      |
00000220  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000230  4d 2e 44 61 74 61 0d 4d  4c 69 6e 6b 20 20 20 20  |M.Data.MLink    |
00000240  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000250  20 4d 2e 4d 4c 69 6e 6b  0d 53 6f 72 74 20 20 20  | M.MLink.Sort   |
00000260  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000270  20 20 20 4d 2e 53 6f 72  74 0d 53 65 74 75 70 20  |   M.Sort.Setup |
00000280  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000290  20 20 20 20 43 2e 53 65  74 75 70 0d 0d 54 68 65  |    C.Setup..The|
000002a0  20 6d 61 69 6e 20 57 61  74 63 68 65 72 20 6d 61  | main Watcher ma|
000002b0  63 68 69 6e 65 20 63 6f  64 65 20 70 72 6f 67 72  |chine code progr|
000002c0  61 6d 73 20 61 72 65 20  6e 6f 74 20 70 61 72 74  |ams are not part|
000002d0  69 63 75 6c 61 72 6c 79  20 62 69 67 20 62 75 74  |icularly big but|
000002e0  20 74 68 65 0d 64 69 63  74 69 6f 6e 61 72 79 20  | the.dictionary |
000002f0  63 61 6e 20 67 72 6f 77  20 74 6f 20 62 65 63 6f  |can grow to beco|
00000300  6d 65 20 71 75 69 74 65  20 6c 61 72 67 65 2e 20  |me quite large. |
00000310  57 68 65 6e 20 69 6e 73  74 61 6c 6c 69 6e 67 20  |When installing |
00000320  57 61 74 63 68 65 72 20  66 72 6f 6d 0d 61 73 73  |Watcher from.ass|
00000330  65 6d 62 6c 79 20 66 69  6c 65 73 20 61 20 6c 6f  |embly files a lo|
00000340  74 20 6f 66 20 64 69 73  63 20 73 70 61 63 65 20  |t of disc space |
00000350  69 73 20 6e 65 65 64 65  64 20 61 6e 64 20 49 20  |is needed and I |
00000360  77 6f 75 6c 64 20 61 64  76 69 73 65 20 74 68 61  |would advise tha|
00000370  74 20 61 0d 77 68 6f 6c  65 20 64 69 73 63 20 69  |t a.whole disc i|
00000380  73 20 75 73 65 64 2e 20  4f 6e 63 65 20 74 68 65  |s used. Once the|
00000390  20 66 69 6c 65 73 20 61  72 65 20 69 6e 73 74 61  | files are insta|
000003a0  6c 6c 65 64 20 69 74 20  77 6f 75 6c 64 20 62 65  |lled it would be|
000003b0  20 62 65 73 74 20 74 6f  20 6b 65 65 70 0d 74 68  | best to keep.th|
000003c0  65 20 61 73 73 65 6d 62  6c 79 20 66 69 6c 65 73  |e assembly files|
000003d0  20 6f 6e 20 61 20 73 65  70 61 72 61 74 65 6c 79  | on a separately|
000003e0  20 64 69 73 63 20 74 6f  20 74 68 65 20 6d 61 63  | disc to the mac|
000003f0  68 69 6e 65 20 63 6f 64  65 20 61 6e 64 20 64 69  |hine code and di|
00000400  63 74 69 6f 6e 61 72 79  0d 66 69 6c 65 73 20 2d  |ctionary.files -|
00000410  20 49 20 6b 65 65 70 20  74 68 65 6d 20 6f 6e 20  | I keep them on |
00000420  74 68 65 20 72 65 76 65  72 73 65 20 73 69 64 65  |the reverse side|
00000430  20 61 73 20 49 20 68 61  76 65 20 61 20 64 75 61  | as I have a dua|
00000440  6c 20 73 69 64 65 64 20  64 69 73 63 20 64 72 69  |l sided disc dri|
00000450  76 65 2e 0d 0d 54 68 65  20 66 6f 75 72 20 6d 61  |ve...The four ma|
00000460  69 6e 20 66 69 6c 65 73  20 61 72 65 3a 20 55 2e  |in files are: U.|
00000470  57 41 54 43 48 2c 20 55  2e 4d 45 4e 55 2c 20 55  |WATCH, U.MENU, U|
00000480  2e 53 4f 52 54 20 61 6e  64 20 43 2e 44 49 43 54  |.SORT and C.DICT|
00000490  49 4f 4e 20 65 61 63 68  20 6f 66 0d 74 68 65 73  |ION each of.thes|
000004a0  65 20 68 61 73 20 61 20  64 69 66 66 65 72 65 6e  |e has a differen|
000004b0  74 20 69 6e 73 74 61 6c  6c 61 74 69 6f 6e 20 70  |t installation p|
000004c0  72 6f 63 65 64 75 72 65  20 61 6e 64 20 64 69 66  |rocedure and dif|
000004d0  66 65 72 65 6e 74 20 73  6f 75 72 63 65 20 66 69  |ferent source fi|
000004e0  6c 65 73 2e 0d 42 65 63  61 75 73 65 20 6f 66 20  |les..Because of |
000004f0  6d 65 6d 6f 72 79 20 6c  69 6d 69 74 61 74 69 6f  |memory limitatio|
00000500  6e 20 74 68 65 20 6d 61  69 6e 20 70 72 6f 67 72  |n the main progr|
00000510  61 6d 73 20 68 61 76 65  20 62 65 65 6e 20 73 70  |ams have been sp|
00000520  6c 69 74 20 69 6e 74 6f  0d 73 65 63 74 69 6f 6e  |lit into.section|
00000530  73 20 77 68 69 63 68 20  61 72 65 20 74 68 65 6e  |s which are then|
00000540  20 6c 69 6e 6b 65 64 20  74 6f 67 65 74 68 65 72  | linked together|
00000550  2e 20 57 68 65 72 65 20  66 69 6c 65 73 20 61 72  |. Where files ar|
00000560  65 20 6e 65 65 64 65 64  20 66 6f 72 0d 6c 69 6e  |e needed for.lin|
00000570  6b 69 6e 67 20 74 68 65  20 64 69 72 65 63 74 6f  |king the directo|
00000580  72 79 20 4c 20 69 73 20  75 73 65 64 2e 20 20 4f  |ry L is used.  O|
00000590  6e 63 65 20 61 73 73 65  6d 62 6c 79 20 6f 66 20  |nce assembly of |
000005a0  61 6c 6c 20 74 68 65 20  70 72 6f 67 72 61 6d 73  |all the programs|
000005b0  20 69 73 0d 63 6f 6d 70  6c 65 74 65 20 79 6f 75  | is.complete you|
000005c0  20 6d 61 79 20 64 65 6c  65 74 65 20 74 68 65 20  | may delete the |
000005d0  4c 20 66 69 6c 65 73 2e  20 59 6f 75 20 6d 61 79  |L files. You may|
000005e0  20 65 76 65 6e 20 64 69  73 70 6f 73 65 20 6f 66  | even dispose of|
000005f0  0d 74 68 65 20 61 73 73  65 6d 62 6c 79 20 66 69  |.the assembly fi|
00000600  6c 65 73 20 62 75 74 20  49 20 77 6f 75 6c 64 20  |les but I would |
00000610  73 75 67 67 65 73 74 20  79 6f 75 20 6b 65 65 70  |suggest you keep|
00000620  20 74 68 65 73 65 20 66  6f 72 20 73 61 66 65 74  | these for safet|
00000630  79 2e 20 0d 0d 55 2e 57  41 54 43 48 20 2d 20 66  |y. ..U.WATCH - f|
00000640  6f 72 20 74 68 69 73 20  79 6f 75 20 77 69 6c 6c  |or this you will|
00000650  20 6e 65 65 64 20 74 77  6f 20 66 69 6c 65 73 2c  | need two files,|
00000660  20 57 41 53 50 20 28 57  41 74 63 68 65 72 20 53  | WASP (WAtcher S|
00000670  75 50 6f 72 74 29 2c 20  57 41 54 43 48 63 0d 61  |uPort), WATCHc.a|
00000680  6e 64 20 57 4c 49 4e 4b  2e 20 46 69 72 73 74 20  |nd WLINK. First |
00000690  72 75 6e 20 57 41 53 50  2e 20 54 68 69 73 20 77  |run WASP. This w|
000006a0  69 6c 6c 20 63 72 65 61  74 65 20 74 77 6f 20 6e  |ill create two n|
000006b0  65 77 20 66 69 6c 65 73  20 4c 2e 57 64 61 74 61  |ew files L.Wdata|
000006c0  20 28 64 61 74 61 0d 61  6e 64 20 73 75 62 72 6f  | (data.and subro|
000006d0  75 74 69 6e 65 73 20 6e  65 65 64 65 64 20 62 79  |utines needed by|
000006e0  20 74 68 65 20 6d 61 69  6e 20 70 72 6f 67 72 61  | the main progra|
000006f0  6d 29 20 61 6e 64 20 4c  2e 57 65 78 65 63 20 28  |m) and L.Wexec (|
00000700  76 61 72 69 61 62 6c 65  20 6e 61 6d 65 73 0d 61  |variable names.a|
00000710  6e 64 20 61 64 64 72 65  73 73 65 73 20 6e 65 65  |nd addresses nee|
00000720  64 65 64 20 64 75 72 69  6e 67 20 61 73 73 65 6d  |ded during assem|
00000730  62 6c 79 20 6f 66 20 57  41 54 43 48 63 29 2e 0d  |bly of WATCHc)..|
00000740  0d 4f 6e 63 65 20 57 41  53 50 20 68 61 73 20 62  |.Once WASP has b|
00000750  65 65 6e 20 72 75 6e 2c  20 6c 6f 61 64 20 62 75  |een run, load bu|
00000760  74 20 64 6f 20 6e 6f 74  20 72 75 6e 2c 20 57 41  |t do not run, WA|
00000770  54 43 48 63 2e 20 4f 6e  63 65 20 74 68 69 73 20  |TCHc. Once this |
00000780  69 73 20 6c 6f 61 64 65  64 0d 74 79 70 65 3a 20  |is loaded.type: |
00000790  2a 45 58 45 43 20 4c 2e  57 65 78 65 63 2e 20 44  |*EXEC L.Wexec. D|
000007a0  6f 6e 27 74 20 77 6f 72  72 79 20 69 66 20 79 6f  |on't worry if yo|
000007b0  75 20 66 6f 72 67 65 74  20 74 6f 20 64 6f 20 74  |u forget to do t|
000007c0  68 69 73 20 61 73 20 74  68 65 20 70 72 6f 67 72  |his as the progr|
000007d0  61 6d 0d 77 69 6c 6c 20  72 65 6d 69 6e 64 20 79  |am.will remind y|
000007e0  6f 75 20 69 66 20 79 6f  75 20 64 6f 6e 27 74 20  |ou if you don't |
000007f0  64 6f 20 69 74 2e 20 54  68 69 73 20 77 69 6c 6c  |do it. This will|
00000800  20 70 6c 61 63 65 20 61  20 6e 65 77 20 73 65 74  | place a new set|
00000810  20 6f 66 20 6c 69 6e 65  0d 6e 75 6d 62 65 72 73  | of line.numbers|
00000820  20 69 6e 20 57 41 54 43  48 63 20 74 6f 20 73 65  | in WATCHc to se|
00000830  74 20 75 70 20 76 61 72  69 61 62 6c 65 73 2e 20  |t up variables. |
00000840  57 68 65 6e 20 74 68 65  20 66 69 6c 65 20 68 61  |When the file ha|
00000850  73 20 66 69 6e 69 73 68  65 64 0d 65 78 65 63 75  |s finished.execu|
00000860  74 69 6e 67 20 79 6f 75  20 77 69 6c 6c 20 6e 65  |ting you will ne|
00000870  65 64 20 74 6f 20 70 72  65 73 73 20 45 53 43 41  |ed to press ESCA|
00000880  50 45 20 74 6f 20 72 65  74 75 72 6e 20 74 6f 20  |PE to return to |
00000890  74 68 65 20 63 75 72 73  6f 72 2e 20 57 68 65 6e  |the cursor. When|
000008a0  20 79 6f 75 0d 72 65 74  75 72 6e 20 74 6f 20 74  | you.return to t|
000008b0  68 65 20 63 75 72 73 6f  72 20 72 75 6e 20 57 41  |he cursor run WA|
000008c0  54 43 48 63 2e 20 54 68  69 73 20 77 69 6c 6c 20  |TCHc. This will |
000008d0  72 65 73 75 6c 74 20 69  6e 20 61 20 74 68 69 72  |result in a thir|
000008e0  64 20 6e 65 77 20 66 69  6c 65 0d 4c 2e 57 63 6f  |d new file.L.Wco|
000008f0  64 65 20 28 74 68 69 73  20 69 73 20 74 68 65 20  |de (this is the |
00000900  61 63 74 75 61 6c 20 63  6f 64 65 20 66 6f 72 20  |actual code for |
00000910  73 65 61 72 63 68 69 6e  67 20 74 68 65 20 64 69  |searching the di|
00000920  63 74 69 6f 6e 61 72 79  2c 0d 63 6f 6e 74 72 6f  |ctionary,.contro|
00000930  6c 6c 69 6e 67 20 74 68  65 20 73 63 72 65 65 6e  |lling the screen|
00000940  2c 20 6b 65 79 73 20 65  74 63 2e 29 0d 0d 4e 6f  |, keys etc.)..No|
00000950  77 20 79 6f 75 20 63 61  6e 20 6c 6f 61 64 20 61  |w you can load a|
00000960  6e 64 20 72 75 6e 20 57  4c 49 4e 4b 2e 20 54 68  |nd run WLINK. Th|
00000970  69 73 20 77 69 6c 6c 20  6c 69 6e 6b 20 74 68 65  |is will link the|
00000980  20 4c 2e 57 64 61 74 61  20 61 6e 64 20 4c 2e 57  | L.Wdata and L.W|
00000990  63 6f 64 65 0d 74 6f 67  65 74 68 65 72 20 74 6f  |code.together to|
000009a0  20 66 6f 72 6d 20 74 68  65 20 61 63 74 75 61 6c  | form the actual|
000009b0  20 74 65 78 74 20 63 68  65 63 6b 69 6e 67 20 70  | text checking p|
000009c0  72 6f 67 72 61 6d 20 6f  66 20 57 61 74 63 68 65  |rogram of Watche|
000009d0  72 20 2d 20 57 41 54 43  48 2e 20 54 68 69 73 0d  |r - WATCH. This.|
000009e0  77 69 6c 6c 20 62 65 20  69 6e 20 64 69 72 65 63  |will be in direc|
000009f0  74 6f 72 79 20 55 2c 20  77 68 69 6c 65 20 79 6f  |tory U, while yo|
00000a00  75 20 6d 61 79 20 63 6f  70 79 20 74 68 69 73 20  |u may copy this |
00000a10  6f 6e 74 6f 20 6f 74 68  65 72 20 64 69 73 63 73  |onto other discs|
00000a20  20 71 75 69 74 65 0d 73  61 66 65 6c 79 20 69 74  | quite.safely it|
00000a30  20 73 68 6f 75 6c 64 20  61 6c 77 61 79 73 20 62  | should always b|
00000a40  65 20 63 61 6c 6c 65 64  20 55 2e 57 41 54 43 48  |e called U.WATCH|
00000a50  20 73 69 6e 63 65 20 74  68 65 20 6f 74 68 65 72  | since the other|
00000a60  20 70 72 6f 67 72 61 6d  73 20 65 78 70 65 63 74  | programs expect|
00000a70  0d 69 74 20 74 6f 20 62  65 20 63 61 6c 6c 65 64  |.it to be called|
00000a80  20 74 68 69 73 20 61 6e  64 20 77 69 6c 6c 20 6c  | this and will l|
00000a90  6f 6f 6b 20 66 6f 72 20  69 74 20 75 6e 64 65 72  |ook for it under|
00000aa0  20 74 68 69 73 20 6e 61  6d 65 2e 0d 0d 57 69 74  | this name...Wit|
00000ab0  68 20 57 41 54 43 48 20  70 72 6f 64 75 63 65 64  |h WATCH produced|
00000ac0  20 79 6f 75 20 6d 61 79  20 64 65 6c 65 74 65 20  | you may delete |
00000ad0  74 68 65 20 4c 20 66 69  6c 65 73 20 61 6e 64 20  |the L files and |
00000ae0  65 76 65 6e 20 74 68 65  20 61 73 73 65 6d 62 6c  |even the assembl|
00000af0  79 20 66 69 6c 65 73 0d  74 68 6f 75 67 68 20 79  |y files.though y|
00000b00  6f 75 20 6d 61 79 20 62  65 20 62 65 74 74 65 72  |ou may be better|
00000b10  20 6f 66 66 20 6b 65 65  70 69 6e 67 20 74 68 65  | off keeping the|
00000b20  20 6c 61 74 74 65 72 2e  0d 0d 55 2e 4d 45 4e 55  | latter...U.MENU|
00000b30  20 2d 20 74 68 69 73 20  69 73 20 74 68 65 20 6f  | - this is the o|
00000b40  74 68 65 72 20 6d 61 69  6e 20 73 65 63 74 69 6f  |ther main sectio|
00000b50  6e 20 6f 66 20 57 61 74  63 68 65 72 2e 20 54 68  |n of Watcher. Th|
00000b60  69 73 20 70 72 6f 67 72  61 6d 20 63 6f 6d 65 73  |is program comes|
00000b70  20 69 6e 0d 74 68 72 65  65 20 73 65 63 74 69 6f  | in.three sectio|
00000b80  6e 73 3a 20 4d 2e 42 52  4b 2c 20 4d 2e 44 41 54  |ns: M.BRK, M.DAT|
00000b90  41 20 61 6e 64 20 4d 2e  4d 45 4e 55 63 2e 20 42  |A and M.MENUc. B|
00000ba0  52 4b 20 73 68 6f 75 6c  64 20 62 65 20 72 75 6e  |RK should be run|
00000bb0  20 66 69 72 73 74 3b 20  74 68 69 73 0d 77 69 6c  | first; this.wil|
00000bc0  6c 20 63 72 65 61 74 65  20 61 20 73 68 6f 72 74  |l create a short|
00000bd0  20 66 69 6c 65 20 63 61  6c 6c 65 64 20 4c 2e 42  | file called L.B|
00000be0  52 4b 2e 0d 0d 4e 65 78  74 20 72 75 6e 20 44 41  |RK...Next run DA|
00000bf0  54 41 2e 20 54 68 69 73  20 69 73 20 73 69 6d 69  |TA. This is simi|
00000c00  6c 61 72 20 74 6f 20 57  41 53 50 20 61 73 20 69  |lar to WASP as i|
00000c10  74 20 77 69 6c 6c 20 70  72 6f 76 69 64 65 20 64  |t will provide d|
00000c20  61 74 61 20 61 6e 64 0d  73 75 62 72 6f 75 74 69  |ata and.subrouti|
00000c30  6e 65 73 20 66 6f 72 20  74 68 65 20 20 6d 61 69  |nes for the  mai|
00000c40  6e 20 20 63 6f 64 65 20  20 69 6e 20 20 4d 45 4e  |n  code  in  MEN|
00000c50  55 63 2e 20 20 44 41 54  41 20 20 77 69 6c 6c 20  |Uc.  DATA  will |
00000c60  20 70 72 6f 64 75 63 65  20 74 77 6f 20 66 69 6c  | produce two fil|
00000c70  65 73 0d 4c 2e 4d 64 61  74 61 20 28 63 6f 6e 74  |es.L.Mdata (cont|
00000c80  61 69 6e 69 6e 67 20 74  68 65 20 64 61 74 61 20  |aining the data |
00000c90  61 6e 64 20 73 75 62 72  6f 75 74 69 6e 65 73 29  |and subroutines)|
00000ca0  20 61 6e 64 20 4c 2e 4d  65 78 65 63 20 28 6c 69  | and L.Mexec (li|
00000cb0  6b 65 20 57 65 78 65 63  0d 74 68 69 73 20 63 6f  |ke Wexec.this co|
00000cc0  6e 74 61 69 6e 73 20 76  61 72 69 61 62 6c 65 73  |ntains variables|
00000cd0  20 6e 61 6d 65 73 20 61  6e 64 20 61 64 64 72 65  | names and addre|
00000ce0  73 73 65 73 29 2e 20 0d  0d 4f 6e 63 65 20 44 41  |sses). ..Once DA|
00000cf0  54 41 20 68 61 73 20 62  65 65 6e 20 72 75 6e 20  |TA has been run |
00000d00  61 6e 64 20 68 61 73 20  70 72 6f 64 75 63 65 64  |and has produced|
00000d10  20 69 74 27 73 20 66 69  6c 65 73 20 6c 6f 61 64  | it's files load|
00000d20  20 4d 45 4e 55 63 2e 20  54 79 70 65 3a 20 2a 45  | MENUc. Type: *E|
00000d30  58 45 43 0d 4d 65 78 65  63 2e 20 54 68 69 73 20  |XEC.Mexec. This |
00000d40  77 69 6c 6c 20 70 6c 61  63 65 20 74 68 65 20 76  |will place the v|
00000d50  61 72 69 61 62 6c 65 73  20 6e 65 65 64 65 64 20  |ariables needed |
00000d60  69 6e 20 74 68 65 20 70  72 6f 67 72 61 6d 2e 20  |in the program. |
00000d70  41 67 61 69 6e 20 79 6f  75 20 77 69 6c 6c 0d 68  |Again you will.h|
00000d80  61 76 65 20 74 6f 20 70  72 65 73 73 20 45 53 43  |ave to press ESC|
00000d90  41 50 45 20 74 6f 20 72  65 74 75 72 6e 20 74 6f  |APE to return to|
00000da0  20 74 68 65 20 63 75 72  73 6f 72 20 66 72 6f 6d  | the cursor from|
00000db0  20 77 68 65 72 65 20 79  6f 75 20 63 61 6e 20 72  | where you can r|
00000dc0  75 6e 20 74 68 65 0d 70  72 6f 67 72 61 6d 2e 20  |un the.program. |
00000dd0  44 41 54 41 20 77 69 6c  6c 20 70 72 6f 64 75 63  |DATA will produc|
00000de0  65 20 61 20 66 69 6c 65  20 63 61 6c 6c 65 64 20  |e a file called |
00000df0  4c 2e 4d 63 6f 64 65 20  2d 20 77 69 74 68 69 6e  |L.Mcode - within|
00000e00  20 74 68 65 20 4c 20 64  69 72 65 63 74 6f 72 79  | the L directory|
00000e10  20 4d 0d 70 72 65 66 69  78 65 73 20 69 6e 64 69  | M.prefixes indi|
00000e20  63 61 74 65 20 6d 65 6e  75 20 72 65 6c 61 74 65  |cate menu relate|
00000e30  64 20 66 69 6c 65 73 20  61 6e 64 20 57 20 70 72  |d files and W pr|
00000e40  65 66 69 78 65 73 20 69  6e 64 69 63 61 74 65 20  |efixes indicate |
00000e50  57 61 74 63 68 20 72 65  6c 61 74 65 64 0d 66 69  |Watch related.fi|
00000e60  6c 65 73 2e 0d 0d 57 69  74 68 20 74 68 65 20 74  |les...With the t|
00000e70  68 72 65 65 20 6c 69 6e  6b 20 66 69 6c 65 73 20  |hree link files |
00000e80  69 6e 20 4c 20 79 6f 75  20 63 61 6e 20 72 75 6e  |in L you can run|
00000e90  20 74 68 65 20 6c 69 6e  6b 65 72 20 70 72 6f 67  | the linker prog|
00000ea0  72 61 6d 20 4d 4c 49 4e  4b 2e 20 54 68 69 73 0d  |ram MLINK. This.|
00000eb0  77 69 6c 6c 20 70 72 6f  64 75 63 65 20 74 68 65  |will produce the|
00000ec0  20 70 72 6f 67 72 61 6d  20 55 2e 4d 45 4e 55 2e  | program U.MENU.|
00000ed0  20 41 73 20 77 69 74 68  20 55 2e 57 41 54 43 48  | As with U.WATCH|
00000ee0  20 79 6f 75 20 63 61 6e  20 63 6f 70 79 20 74 68  | you can copy th|
00000ef0  69 73 20 61 63 72 6f 73  73 0d 64 69 73 63 73 20  |is across.discs |
00000f00  62 75 74 20 79 6f 75 20  73 68 6f 75 6c 64 20 65  |but you should e|
00000f10  6e 73 75 72 65 20 74 68  61 74 20 69 74 20 69 73  |nsure that it is|
00000f20  20 61 6c 77 61 79 73 20  63 61 6c 6c 65 64 20 55  | always called U|
00000f30  2e 4d 45 4e 55 2e 20 59  6f 75 20 6d 61 79 0d 64  |.MENU. You may.d|
00000f40  65 6c 65 74 65 20 74 68  65 20 4c 20 66 69 6c 65  |elete the L file|
00000f50  73 20 62 75 74 20 49 20  77 6f 75 6c 64 20 61 64  |s but I would ad|
00000f60  76 69 73 65 20 74 68 61  74 20 79 6f 75 20 72 65  |vise that you re|
00000f70  74 61 69 6e 20 74 68 65  20 61 73 73 65 6d 62 6c  |tain the assembl|
00000f80  79 20 66 69 6c 65 73 0d  61 73 20 62 65 66 6f 72  |y files.as befor|
00000f90  65 2e 0d 0d 55 2e 53 4f  52 54 20 2d 20 63 6f 6d  |e...U.SORT - com|
00000fa0  70 61 72 65 64 20 74 6f  20 57 41 54 43 48 20 61  |pared to WATCH a|
00000fb0  6e 64 20 4d 45 4e 55 20  74 68 69 73 20 69 73 20  |nd MENU this is |
00000fc0  65 61 73 79 20 74 6f 20  69 6e 73 74 61 6c 6c 2e  |easy to install.|
00000fd0  20 4a 75 73 74 20 6c 6f  61 64 20 61 6e 64 0d 72  | Just load and.r|
00000fe0  75 6e 20 4d 2e 53 4f 52  54 63 2e 20 54 68 69 73  |un M.SORTc. This|
00000ff0  20 77 69 6c 6c 20 70 72  6f 64 75 63 65 20 74 68  | will produce th|
00001000  65 20 70 72 6f 67 72 61  6d 20 55 2e 53 4f 52 54  |e program U.SORT|
00001010  20 77 69 74 68 6f 75 74  20 61 6e 79 20 66 75 72  | without any fur|
00001020  74 68 65 72 0d 69 6e 74  65 72 66 65 72 65 6e 63  |ther.interferenc|
00001030  65 2e 20 41 67 61 69 6e  20 64 6f 20 6e 6f 74 20  |e. Again do not |
00001040  72 65 6e 61 6d 65 20 74  68 69 73 20 66 69 6c 65  |rename this file|
00001050  2e 0d 0d 43 2e 53 45 54  55 50 20 2d 20 69 66 20  |...C.SETUP - if |
00001060  79 6f 75 20 64 6f 20 6e  6f 74 20 61 6c 72 65 61  |you do not alrea|
00001070  64 79 20 68 61 76 65 20  61 20 64 69 63 74 69 6f  |dy have a dictio|
00001080  6e 61 72 79 20 79 6f 75  20 77 69 6c 6c 20 6e 65  |nary you will ne|
00001090  65 64 20 74 6f 20 72 75  6e 0d 74 68 69 73 20 70  |ed to run.this p|
000010a0  72 6f 67 72 61 6d 2e 20  49 66 20 79 6f 75 20 64  |rogram. If you d|
000010b0  6f 20 68 61 76 65 20 61  20 64 69 63 74 69 6f 6e  |o have a diction|
000010c0  61 72 79 20 74 68 69 73  20 70 72 6f 67 72 61 6d  |ary this program|
000010d0  20 77 69 6c 6c 20 61 73  6b 20 79 6f 75 20 74 6f  | will ask you to|
000010e0  0d 64 65 6c 65 74 65 20  69 74 20 62 65 66 6f 72  |.delete it befor|
000010f0  65 20 73 65 74 74 69 6e  67 20 75 70 20 61 20 6e  |e setting up a n|
00001100  65 77 20 6f 6e 65 2e 20  53 45 54 55 50 20 77 69  |ew one. SETUP wi|
00001110  6c 6c 20 6f 6e 6c 79 20  63 72 65 61 74 65 20 61  |ll only create a|
00001120  20 6d 69 6e 69 6d 75 6d  0d 64 69 63 74 69 6f 6e  | minimum.diction|
00001130  61 72 79 20 6f 66 20 32  36 20 77 6f 72 64 20 28  |ary of 26 word (|
00001140  6f 6e 65 20 66 6f 72 20  65 61 63 68 20 6c 65 74  |one for each let|
00001150  74 65 72 20 6f 66 20 74  68 65 20 61 6c 70 68 61  |ter of the alpha|
00001160  62 65 74 29 20 73 6f 20  69 66 20 79 6f 75 20 68  |bet) so if you h|
00001170  61 76 65 0d 61 63 63 65  73 73 20 74 6f 20 61 20  |ave.access to a |
00001180  6c 61 72 67 65 72 20 64  69 63 74 69 6f 6e 61 72  |larger dictionar|
00001190  79 20 79 6f 75 20 6d 61  79 20 6e 6f 74 20 6e 65  |y you may not ne|
000011a0  65 64 20 53 45 54 55 50  2e 20 54 6f 20 75 73 65  |ed SETUP. To use|
000011b0  20 53 45 54 55 50 20 6a  75 73 74 0d 6c 6f 61 64  | SETUP just.load|
000011c0  20 61 6e 64 20 72 75 6e  20 69 74 2e 20 49 66 20  | and run it. If |
000011d0  74 61 6b 65 73 20 61 20  66 65 77 20 73 65 63 6f  |takes a few seco|
000011e0  6e 64 73 20 74 6f 20 72  75 6e 20 61 6e 64 20 77  |nds to run and w|
000011f0  69 6c 6c 20 63 72 65 61  74 65 20 74 68 65 20 66  |ill create the f|
00001200  69 6c 65 0d 43 2e 44 49  43 54 49 4f 4e 2e 20 54  |ile.C.DICTION. T|
00001210  68 69 73 20 66 69 6c 65  20 69 73 20 61 74 20 74  |his file is at t|
00001220  68 65 20 68 65 61 72 74  20 6f 66 20 57 61 74 63  |he heart of Watc|
00001230  68 65 72 20 61 6e 64 20  61 73 20 69 74 20 67 72  |her and as it gr|
00001240  6f 77 73 20 69 74 20 77  69 6c 6c 0d 62 65 63 6f  |ows it will.beco|
00001250  6d 65 20 79 6f 75 72 20  6f 77 6e 20 70 65 72 73  |me your own pers|
00001260  6f 6e 61 6c 20 64 69 63  74 69 6f 6e 61 72 79 2e  |onal dictionary.|
00001270  20 49 74 20 69 73 20 61  64 76 69 73 61 62 6c 65  | It is advisable|
00001280  20 74 6f 20 62 61 63 6b  20 69 74 20 75 70 0d 72  | to back it up.r|
00001290  65 67 75 6c 61 72 6c 79  2e 0d                    |egularly..|
0000129a
Speller/Install.m0
Speller/Install.m1
Speller/Install.m2
Speller/Install.m4
Speller/Install.m5