Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_30.ADF » +Info1

+Info1

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_30.ADF
Filename: +Info1
Read OK:
File size: 1572 bytes
Load address: 2B206576
Exec address: 6F666E49
Duplicates

There are 3 duplicate copies of this file in the archive:

File contents
Information ABOUT EUG

EUG is a magazine for users of 8 bit Acorn machines ie the Electron, The
BBC B and the Master.

EUG is published every two months on disc. The formats available are 3.5"
and 5.25" ADFS and DFS. All 80 track.

All contributions for EUG come from members. Contributions are either
original work or work previously published elsewhere but which had been
adapted to improve its functioning. In the latter case a reference will be
made to the original source.

Contributions may be on any subject which might be of interest to EUG
members. Programming, information, experience, problems, requests for help
and non-computing subjects.

Everything appearing in EUG is copyright to EUG. Nothing may be be
republished or distributed in any form to any non-EUG member without the
express premission of the editor.

Members may contact other members directly but all members are asked to
send any exchanges of information to EUG so that everyone can benefit.

EUG also carries advertising from members either selling or looking to buy
EUG cannot check the validity of any advertisment. Before buying or
selling through EUG you should satisify yourself that you are getting what
you want.

Any problems or complaints about any aspect of EUG should be addressed to
the very thick skinned editor.

Gus Donnachaidh
EUG
25, Bertie Road,
Southsea,
Hampshire.
PO4 8JX

Tel. 01705 781168

The current cost of EUG is `1 for each edition ie every two months.
For EC members `1.50 for each edition ie every two months.
For members worldwide `2.00 for each edition ie every two months.
Yearly subscriptions for six editions are encouraged.
Back numbers are available for `1 each except EUG21 which is in two parts
each part costing `1.

Where surplus monies are or have been sent these may be 'topped' up by a
member to cover the cost of an extra edition. Where this is not done
surplusses will be assumed to be contributions to EUG funds.

On your address label there will be a code showing which disc format you
have ordered and how many subscriptions are left to you.

3 indicates 3.5" disc
5 indicates 5.25" disc
A indicates ADFS
D indicates DFS
The final number indicates how many more EUG will be sent on your current
subscription, 1 indicates you will receive the next edition, 0 indicates
that this is the last in your current subscription and you will need to
send in further subscriptions. 

Mistakes are made and you should notify Gus when you think there is a
problem.

SOME SUGGESTIONS ON SUBMITTING TO EUG by Richard Dimond
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These suggestions are not intended as a hard and fast rule for submissions
but as a guide to makineg the best use of the facilities provided by the
menus and coding provided.

TEXT FILES
~~~~~~~~~~
The coding for printing the text files to screen is intended to be used
with the View word processor.  While it will work with other word
processors the result may not be perfect and you will not be able to use
the highlight options.  The use of control codes, apart from the
highlights, should not be used as these will be printed by the coding and
will spoil the printing of the text.
 
The program VTYPE5 is included on the discs so that you may see your files
as they will appear on the discs before submitting them.  The program asks
first for the address of HIMEM and gives the address &2600, as on the
discs, if no address is entered.  This allows you to print longer files if
you wish.  You then have the option of which mode so that you can see your
file in 40 or 80 column format.

For best results, the full width of the View file in MODE 3 should be used
and it is not necessary to alter the ruler.  This gives a text width of 74
characters.  If a ruler is added, it should be deleted before submission
as it will be printed when the code is used and make the file look untidy.
You may use the formatting as the control codes 16 and 26 are ignored by
the coding but printing will appear as if unformatted when the code is
used.

The 40 column printing is not perfect but is about the best compromise
that could be made.  It depends on a word-wrapping routine to avoid the
splitting of words as far as possible though words of more than 10 letters
will still  be split.

For the correct printing of your files, the following method should be
used -

    1.  Titles and sub-headings should be underlined with the tilde (~).
        They may be centralised using spaces or the insert character key.
        Do not use TAB as this will appear as 1 space only.

    2.  A blank line should separate paragraphs.

    3.  Indenting the text can be used where a new line is needed, again
        using spaces only.

For letters, it is suggested that your name and address is typed in single
line as this gives a neater appearance and saves space when the file is
printed.

DIAGRAMS
~~~~~~~~
The menus allow diagrams referred to in the text to be printed to screen
following the relevant text.

Diagrams may be in any graphics mode but, if there are more than one, they
must all be in the same mode.  They are then displayed in sequence in a
similar manner to long text files.

As the last line is used for the cue to continue, it is best to avoid
using this for the diagram.

If the printer option is set they will also be printed following the text.

**************************************************************************

00000000  49 6e 66 6f 72 6d 61 74  69 6f 6e 20 41 42 4f 55  |Information ABOU|
00000010  54 20 45 55 47 0d 0d 45  55 47 20 69 73 20 61 20  |T EUG..EUG is a |
00000020  6d 61 67 61 7a 69 6e 65  20 66 6f 72 20 75 73 65  |magazine for use|
00000030  72 73 20 6f 66 20 38 20  62 69 74 20 41 63 6f 72  |rs of 8 bit Acor|
00000040  6e 20 6d 61 63 68 69 6e  65 73 20 69 65 20 74 68  |n machines ie th|
00000050  65 20 45 6c 65 63 74 72  6f 6e 2c 20 54 68 65 0d  |e Electron, The.|
00000060  42 42 43 20 42 20 61 6e  64 20 74 68 65 20 4d 61  |BBC B and the Ma|
00000070  73 74 65 72 2e 0d 0d 45  55 47 20 69 73 20 70 75  |ster...EUG is pu|
00000080  62 6c 69 73 68 65 64 20  65 76 65 72 79 20 74 77  |blished every tw|
00000090  6f 20 6d 6f 6e 74 68 73  20 6f 6e 20 64 69 73 63  |o months on disc|
000000a0  2e 20 54 68 65 20 66 6f  72 6d 61 74 73 20 61 76  |. The formats av|
000000b0  61 69 6c 61 62 6c 65 20  61 72 65 20 33 2e 35 22  |ailable are 3.5"|
000000c0  0d 61 6e 64 20 35 2e 32  35 22 20 41 44 46 53 20  |.and 5.25" ADFS |
000000d0  61 6e 64 20 44 46 53 2e  20 41 6c 6c 20 38 30 20  |and DFS. All 80 |
000000e0  74 72 61 63 6b 2e 0d 0d  41 6c 6c 20 63 6f 6e 74  |track...All cont|
000000f0  72 69 62 75 74 69 6f 6e  73 20 66 6f 72 20 45 55  |ributions for EU|
00000100  47 20 63 6f 6d 65 20 66  72 6f 6d 20 6d 65 6d 62  |G come from memb|
00000110  65 72 73 2e 20 43 6f 6e  74 72 69 62 75 74 69 6f  |ers. Contributio|
00000120  6e 73 20 61 72 65 20 65  69 74 68 65 72 0d 6f 72  |ns are either.or|
00000130  69 67 69 6e 61 6c 20 77  6f 72 6b 20 6f 72 20 77  |iginal work or w|
00000140  6f 72 6b 20 70 72 65 76  69 6f 75 73 6c 79 20 70  |ork previously p|
00000150  75 62 6c 69 73 68 65 64  20 65 6c 73 65 77 68 65  |ublished elsewhe|
00000160  72 65 20 62 75 74 20 77  68 69 63 68 20 68 61 64  |re but which had|
00000170  20 62 65 65 6e 0d 61 64  61 70 74 65 64 20 74 6f  | been.adapted to|
00000180  20 69 6d 70 72 6f 76 65  20 69 74 73 20 66 75 6e  | improve its fun|
00000190  63 74 69 6f 6e 69 6e 67  2e 20 49 6e 20 74 68 65  |ctioning. In the|
000001a0  20 6c 61 74 74 65 72 20  63 61 73 65 20 61 20 72  | latter case a r|
000001b0  65 66 65 72 65 6e 63 65  20 77 69 6c 6c 20 62 65  |eference will be|
000001c0  0d 6d 61 64 65 20 74 6f  20 74 68 65 20 6f 72 69  |.made to the ori|
000001d0  67 69 6e 61 6c 20 73 6f  75 72 63 65 2e 0d 0d 43  |ginal source...C|
000001e0  6f 6e 74 72 69 62 75 74  69 6f 6e 73 20 6d 61 79  |ontributions may|
000001f0  20 62 65 20 6f 6e 20 61  6e 79 20 73 75 62 6a 65  | be on any subje|
00000200  63 74 20 77 68 69 63 68  20 6d 69 67 68 74 20 62  |ct which might b|
00000210  65 20 6f 66 20 69 6e 74  65 72 65 73 74 20 74 6f  |e of interest to|
00000220  20 45 55 47 0d 6d 65 6d  62 65 72 73 2e 20 50 72  | EUG.members. Pr|
00000230  6f 67 72 61 6d 6d 69 6e  67 2c 20 69 6e 66 6f 72  |ogramming, infor|
00000240  6d 61 74 69 6f 6e 2c 20  65 78 70 65 72 69 65 6e  |mation, experien|
00000250  63 65 2c 20 70 72 6f 62  6c 65 6d 73 2c 20 72 65  |ce, problems, re|
00000260  71 75 65 73 74 73 20 66  6f 72 20 68 65 6c 70 0d  |quests for help.|
00000270  61 6e 64 20 6e 6f 6e 2d  63 6f 6d 70 75 74 69 6e  |and non-computin|
00000280  67 20 73 75 62 6a 65 63  74 73 2e 0d 0d 45 76 65  |g subjects...Eve|
00000290  72 79 74 68 69 6e 67 20  61 70 70 65 61 72 69 6e  |rything appearin|
000002a0  67 20 69 6e 20 45 55 47  20 69 73 20 63 6f 70 79  |g in EUG is copy|
000002b0  72 69 67 68 74 20 74 6f  20 45 55 47 2e 20 4e 6f  |right to EUG. No|
000002c0  74 68 69 6e 67 20 6d 61  79 20 62 65 20 62 65 0d  |thing may be be.|
000002d0  72 65 70 75 62 6c 69 73  68 65 64 20 6f 72 20 64  |republished or d|
000002e0  69 73 74 72 69 62 75 74  65 64 20 69 6e 20 61 6e  |istributed in an|
000002f0  79 20 66 6f 72 6d 20 74  6f 20 61 6e 79 20 6e 6f  |y form to any no|
00000300  6e 2d 45 55 47 20 6d 65  6d 62 65 72 20 77 69 74  |n-EUG member wit|
00000310  68 6f 75 74 20 74 68 65  0d 65 78 70 72 65 73 73  |hout the.express|
00000320  20 70 72 65 6d 69 73 73  69 6f 6e 20 6f 66 20 74  | premission of t|
00000330  68 65 20 65 64 69 74 6f  72 2e 0d 0d 4d 65 6d 62  |he editor...Memb|
00000340  65 72 73 20 6d 61 79 20  63 6f 6e 74 61 63 74 20  |ers may contact |
00000350  6f 74 68 65 72 20 6d 65  6d 62 65 72 73 20 64 69  |other members di|
00000360  72 65 63 74 6c 79 20 62  75 74 20 61 6c 6c 20 6d  |rectly but all m|
00000370  65 6d 62 65 72 73 20 61  72 65 20 61 73 6b 65 64  |embers are asked|
00000380  20 74 6f 0d 73 65 6e 64  20 61 6e 79 20 65 78 63  | to.send any exc|
00000390  68 61 6e 67 65 73 20 6f  66 20 69 6e 66 6f 72 6d  |hanges of inform|
000003a0  61 74 69 6f 6e 20 74 6f  20 45 55 47 20 73 6f 20  |ation to EUG so |
000003b0  74 68 61 74 20 65 76 65  72 79 6f 6e 65 20 63 61  |that everyone ca|
000003c0  6e 20 62 65 6e 65 66 69  74 2e 0d 0d 45 55 47 20  |n benefit...EUG |
000003d0  61 6c 73 6f 20 63 61 72  72 69 65 73 20 61 64 76  |also carries adv|
000003e0  65 72 74 69 73 69 6e 67  20 66 72 6f 6d 20 6d 65  |ertising from me|
000003f0  6d 62 65 72 73 20 65 69  74 68 65 72 20 73 65 6c  |mbers either sel|
00000400  6c 69 6e 67 20 6f 72 20  6c 6f 6f 6b 69 6e 67 20  |ling or looking |
00000410  74 6f 20 62 75 79 0d 45  55 47 20 63 61 6e 6e 6f  |to buy.EUG canno|
00000420  74 20 63 68 65 63 6b 20  74 68 65 20 76 61 6c 69  |t check the vali|
00000430  64 69 74 79 20 6f 66 20  61 6e 79 20 61 64 76 65  |dity of any adve|
00000440  72 74 69 73 6d 65 6e 74  2e 20 42 65 66 6f 72 65  |rtisment. Before|
00000450  20 62 75 79 69 6e 67 20  6f 72 0d 73 65 6c 6c 69  | buying or.selli|
00000460  6e 67 20 74 68 72 6f 75  67 68 20 45 55 47 20 79  |ng through EUG y|
00000470  6f 75 20 73 68 6f 75 6c  64 20 73 61 74 69 73 69  |ou should satisi|
00000480  66 79 20 79 6f 75 72 73  65 6c 66 20 74 68 61 74  |fy yourself that|
00000490  20 79 6f 75 20 61 72 65  20 67 65 74 74 69 6e 67  | you are getting|
000004a0  20 77 68 61 74 0d 79 6f  75 20 77 61 6e 74 2e 0d  | what.you want..|
000004b0  0d 41 6e 79 20 70 72 6f  62 6c 65 6d 73 20 6f 72  |.Any problems or|
000004c0  20 63 6f 6d 70 6c 61 69  6e 74 73 20 61 62 6f 75  | complaints abou|
000004d0  74 20 61 6e 79 20 61 73  70 65 63 74 20 6f 66 20  |t any aspect of |
000004e0  45 55 47 20 73 68 6f 75  6c 64 20 62 65 20 61 64  |EUG should be ad|
000004f0  64 72 65 73 73 65 64 20  74 6f 0d 74 68 65 20 76  |dressed to.the v|
00000500  65 72 79 20 74 68 69 63  6b 20 73 6b 69 6e 6e 65  |ery thick skinne|
00000510  64 20 65 64 69 74 6f 72  2e 0d 0d 47 75 73 20 44  |d editor...Gus D|
00000520  6f 6e 6e 61 63 68 61 69  64 68 0d 45 55 47 0d 32  |onnachaidh.EUG.2|
00000530  35 2c 20 42 65 72 74 69  65 20 52 6f 61 64 2c 0d  |5, Bertie Road,.|
00000540  53 6f 75 74 68 73 65 61  2c 0d 48 61 6d 70 73 68  |Southsea,.Hampsh|
00000550  69 72 65 2e 0d 50 4f 34  20 38 4a 58 0d 0d 54 65  |ire..PO4 8JX..Te|
00000560  6c 2e 20 30 31 37 30 35  20 37 38 31 31 36 38 0d  |l. 01705 781168.|
00000570  0d 54 68 65 20 63 75 72  72 65 6e 74 20 63 6f 73  |.The current cos|
00000580  74 20 6f 66 20 45 55 47  20 69 73 20 60 31 20 66  |t of EUG is `1 f|
00000590  6f 72 20 65 61 63 68 20  65 64 69 74 69 6f 6e 20  |or each edition |
000005a0  69 65 20 65 76 65 72 79  20 74 77 6f 20 6d 6f 6e  |ie every two mon|
000005b0  74 68 73 2e 0d 46 6f 72  20 45 43 20 6d 65 6d 62  |ths..For EC memb|
000005c0  65 72 73 20 60 31 2e 35  30 20 66 6f 72 20 65 61  |ers `1.50 for ea|
000005d0  63 68 20 65 64 69 74 69  6f 6e 20 69 65 20 65 76  |ch edition ie ev|
000005e0  65 72 79 20 74 77 6f 20  6d 6f 6e 74 68 73 2e 0d  |ery two months..|
000005f0  46 6f 72 20 6d 65 6d 62  65 72 73 20 77 6f 72 6c  |For members worl|
00000600  64 77 69 64 65 20 60 32  2e 30 30 20 66 6f 72 20  |dwide `2.00 for |
00000610  65 61 63 68 20 65 64 69  74 69 6f 6e 20 69 65 20  |each edition ie |
00000620  65 76 65 72 79 20 74 77  6f 20 6d 6f 6e 74 68 73  |every two months|
00000630  2e 0d 59 65 61 72 6c 79  20 73 75 62 73 63 72 69  |..Yearly subscri|
00000640  70 74 69 6f 6e 73 20 66  6f 72 20 73 69 78 20 65  |ptions for six e|
00000650  64 69 74 69 6f 6e 73 20  61 72 65 20 65 6e 63 6f  |ditions are enco|
00000660  75 72 61 67 65 64 2e 0d  42 61 63 6b 20 6e 75 6d  |uraged..Back num|
00000670  62 65 72 73 20 61 72 65  20 61 76 61 69 6c 61 62  |bers are availab|
00000680  6c 65 20 66 6f 72 20 60  31 20 65 61 63 68 20 65  |le for `1 each e|
00000690  78 63 65 70 74 20 45 55  47 32 31 20 77 68 69 63  |xcept EUG21 whic|
000006a0  68 20 69 73 20 69 6e 20  74 77 6f 20 70 61 72 74  |h is in two part|
000006b0  73 0d 65 61 63 68 20 70  61 72 74 20 63 6f 73 74  |s.each part cost|
000006c0  69 6e 67 20 60 31 2e 0d  0d 57 68 65 72 65 20 73  |ing `1...Where s|
000006d0  75 72 70 6c 75 73 20 6d  6f 6e 69 65 73 20 61 72  |urplus monies ar|
000006e0  65 20 6f 72 20 68 61 76  65 20 62 65 65 6e 20 73  |e or have been s|
000006f0  65 6e 74 20 74 68 65 73  65 20 6d 61 79 20 62 65  |ent these may be|
00000700  20 27 74 6f 70 70 65 64  27 20 75 70 20 62 79 20  | 'topped' up by |
00000710  61 0d 6d 65 6d 62 65 72  20 74 6f 20 63 6f 76 65  |a.member to cove|
00000720  72 20 74 68 65 20 63 6f  73 74 20 6f 66 20 61 6e  |r the cost of an|
00000730  20 65 78 74 72 61 20 65  64 69 74 69 6f 6e 2e 20  | extra edition. |
00000740  57 68 65 72 65 20 74 68  69 73 20 69 73 20 6e 6f  |Where this is no|
00000750  74 20 64 6f 6e 65 0d 73  75 72 70 6c 75 73 73 65  |t done.surplusse|
00000760  73 20 77 69 6c 6c 20 62  65 20 61 73 73 75 6d 65  |s will be assume|
00000770  64 20 74 6f 20 62 65 20  63 6f 6e 74 72 69 62 75  |d to be contribu|
00000780  74 69 6f 6e 73 20 74 6f  20 45 55 47 20 66 75 6e  |tions to EUG fun|
00000790  64 73 2e 0d 0d 4f 6e 20  79 6f 75 72 20 61 64 64  |ds...On your add|
000007a0  72 65 73 73 20 6c 61 62  65 6c 20 74 68 65 72 65  |ress label there|
000007b0  20 77 69 6c 6c 20 62 65  20 61 20 63 6f 64 65 20  | will be a code |
000007c0  73 68 6f 77 69 6e 67 20  77 68 69 63 68 20 64 69  |showing which di|
000007d0  73 63 20 66 6f 72 6d 61  74 20 79 6f 75 0d 68 61  |sc format you.ha|
000007e0  76 65 20 6f 72 64 65 72  65 64 20 61 6e 64 20 68  |ve ordered and h|
000007f0  6f 77 20 6d 61 6e 79 20  73 75 62 73 63 72 69 70  |ow many subscrip|
00000800  74 69 6f 6e 73 20 61 72  65 20 6c 65 66 74 20 74  |tions are left t|
00000810  6f 20 79 6f 75 2e 0d 0d  33 20 69 6e 64 69 63 61  |o you...3 indica|
00000820  74 65 73 20 33 2e 35 22  20 64 69 73 63 0d 35 20  |tes 3.5" disc.5 |
00000830  69 6e 64 69 63 61 74 65  73 20 35 2e 32 35 22 20  |indicates 5.25" |
00000840  64 69 73 63 0d 41 20 69  6e 64 69 63 61 74 65 73  |disc.A indicates|
00000850  20 41 44 46 53 0d 44 20  69 6e 64 69 63 61 74 65  | ADFS.D indicate|
00000860  73 20 44 46 53 0d 54 68  65 20 66 69 6e 61 6c 20  |s DFS.The final |
00000870  6e 75 6d 62 65 72 20 69  6e 64 69 63 61 74 65 73  |number indicates|
00000880  20 68 6f 77 20 6d 61 6e  79 20 6d 6f 72 65 20 45  | how many more E|
00000890  55 47 20 77 69 6c 6c 20  62 65 20 73 65 6e 74 20  |UG will be sent |
000008a0  6f 6e 20 79 6f 75 72 20  63 75 72 72 65 6e 74 0d  |on your current.|
000008b0  73 75 62 73 63 72 69 70  74 69 6f 6e 2c 20 31 20  |subscription, 1 |
000008c0  69 6e 64 69 63 61 74 65  73 20 79 6f 75 20 77 69  |indicates you wi|
000008d0  6c 6c 20 72 65 63 65 69  76 65 20 74 68 65 20 6e  |ll receive the n|
000008e0  65 78 74 20 65 64 69 74  69 6f 6e 2c 20 30 20 69  |ext edition, 0 i|
000008f0  6e 64 69 63 61 74 65 73  0d 74 68 61 74 20 74 68  |ndicates.that th|
00000900  69 73 20 69 73 20 74 68  65 20 6c 61 73 74 20 69  |is is the last i|
00000910  6e 20 79 6f 75 72 20 63  75 72 72 65 6e 74 20 73  |n your current s|
00000920  75 62 73 63 72 69 70 74  69 6f 6e 20 61 6e 64 20  |ubscription and |
00000930  79 6f 75 20 77 69 6c 6c  20 6e 65 65 64 20 74 6f  |you will need to|
00000940  0d 73 65 6e 64 20 69 6e  20 66 75 72 74 68 65 72  |.send in further|
00000950  20 73 75 62 73 63 72 69  70 74 69 6f 6e 73 2e 20  | subscriptions. |
00000960  0d 0d 4d 69 73 74 61 6b  65 73 20 61 72 65 20 6d  |..Mistakes are m|
00000970  61 64 65 20 61 6e 64 20  79 6f 75 20 73 68 6f 75  |ade and you shou|
00000980  6c 64 20 6e 6f 74 69 66  79 20 47 75 73 20 77 68  |ld notify Gus wh|
00000990  65 6e 20 79 6f 75 20 74  68 69 6e 6b 20 74 68 65  |en you think the|
000009a0  72 65 20 69 73 20 61 0d  70 72 6f 62 6c 65 6d 2e  |re is a.problem.|
000009b0  0d 0d 53 4f 4d 45 20 53  55 47 47 45 53 54 49 4f  |..SOME SUGGESTIO|
000009c0  4e 53 20 4f 4e 20 53 55  42 4d 49 54 54 49 4e 47  |NS ON SUBMITTING|
000009d0  20 54 4f 20 45 55 47 20  62 79 20 52 69 63 68 61  | TO EUG by Richa|
000009e0  72 64 20 44 69 6d 6f 6e  64 0d 7e 7e 7e 7e 7e 7e  |rd Dimond.~~~~~~|
000009f0  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |~~~~~~~~~~~~~~~~|
*
00000a20  7e 0d 54 68 65 73 65 20  73 75 67 67 65 73 74 69  |~.These suggesti|
00000a30  6f 6e 73 20 61 72 65 20  6e 6f 74 20 69 6e 74 65  |ons are not inte|
00000a40  6e 64 65 64 20 61 73 20  61 20 68 61 72 64 20 61  |nded as a hard a|
00000a50  6e 64 20 66 61 73 74 20  72 75 6c 65 20 66 6f 72  |nd fast rule for|
00000a60  20 73 75 62 6d 69 73 73  69 6f 6e 73 0d 62 75 74  | submissions.but|
00000a70  20 61 73 1a 20 61 1a 20  67 75 69 64 65 20 74 6f  | as. a. guide to|
00000a80  20 6d 61 6b 69 6e 65 67  20 74 68 65 20 62 65 73  | makineg the bes|
00000a90  74 20 75 73 65 20 6f 66  20 74 68 65 20 66 61 63  |t use of the fac|
00000aa0  69 6c 69 74 69 65 73 20  70 72 6f 76 69 64 65 64  |ilities provided|
00000ab0  20 62 79 20 74 68 65 0d  6d 65 6e 75 73 20 61 6e  | by the.menus an|
00000ac0  64 20 63 6f 64 69 6e 67  20 70 72 6f 76 69 64 65  |d coding provide|
00000ad0  64 2e 0d 0d 54 45 58 54  20 46 49 4c 45 53 0d 7e  |d...TEXT FILES.~|
00000ae0  7e 7e 7e 7e 7e 7e 7e 7e  7e 0d 54 68 65 1a 20 63  |~~~~~~~~~.The. c|
00000af0  6f 64 69 6e 67 1a 20 66  6f 72 1a 20 70 72 69 6e  |oding. for. prin|
00000b00  74 69 6e 67 20 74 68 65  20 74 65 78 74 20 66 69  |ting the text fi|
00000b10  6c 65 73 20 74 6f 20 73  63 72 65 65 6e 20 69 73  |les to screen is|
00000b20  20 69 6e 74 65 6e 64 65  64 20 74 6f 20 62 65 20  | intended to be |
00000b30  75 73 65 64 0d 77 69 74  68 1a 20 74 68 65 1a 20  |used.with. the. |
00000b40  56 69 65 77 20 77 6f 72  64 20 70 72 6f 63 65 73  |View word proces|
00000b50  73 6f 72 2e 1a 20 20 57  68 69 6c 65 1a 20 69 74  |sor..  While. it|
00000b60  1a 20 77 69 6c 6c 1a 20  77 6f 72 6b 1a 20 77 69  |. will. work. wi|
00000b70  74 68 1a 20 6f 74 68 65  72 1a 20 77 6f 72 64 0d  |th. other. word.|
00000b80  70 72 6f 63 65 73 73 6f  72 73 20 74 68 65 20 72  |processors the r|
00000b90  65 73 75 6c 74 1a 20 6d  61 79 1a 20 6e 6f 74 20  |esult. may. not |
00000ba0  62 65 20 70 65 72 66 65  63 74 20 61 6e 64 20 79  |be perfect and y|
00000bb0  6f 75 20 77 69 6c 6c 20  6e 6f 74 20 62 65 20 61  |ou will not be a|
00000bc0  62 6c 65 20 74 6f 20 75  73 65 0d 74 68 65 1a 20  |ble to use.the. |
00000bd0  68 69 67 68 6c 69 67 68  74 1a 20 6f 70 74 69 6f  |highlight. optio|
00000be0  6e 73 2e 1a 20 20 54 68  65 1a 20 75 73 65 1a 20  |ns..  The. use. |
00000bf0  6f 66 1a 20 63 6f 6e 74  72 6f 6c 1a 20 63 6f 64  |of. control. cod|
00000c00  65 73 2c 1a 20 61 70 61  72 74 1a 20 66 72 6f 6d  |es,. apart. from|
00000c10  1a 20 74 68 65 0d 68 69  67 68 6c 69 67 68 74 73  |. the.highlights|
00000c20  2c 1a 20 73 68 6f 75 6c  64 20 6e 6f 74 20 62 65  |,. should not be|
00000c30  20 75 73 65 64 20 61 73  20 74 68 65 73 65 20 77  | used as these w|
00000c40  69 6c 6c 20 62 65 20 70  72 69 6e 74 65 64 20 62  |ill be printed b|
00000c50  79 20 74 68 65 20 63 6f  64 69 6e 67 20 61 6e 64  |y the coding and|
00000c60  0d 77 69 6c 6c 20 73 70  6f 69 6c 20 74 68 65 20  |.will spoil the |
00000c70  70 72 69 6e 74 69 6e 67  20 6f 66 20 74 68 65 20  |printing of the |
00000c80  74 65 78 74 2e 0d 20 0d  54 68 65 20 70 72 6f 67  |text.. .The prog|
00000c90  72 61 6d 20 56 54 59 50  45 35 20 69 73 20 69 6e  |ram VTYPE5 is in|
00000ca0  63 6c 75 64 65 64 20 6f  6e 20 74 68 65 20 64 69  |cluded on the di|
00000cb0  73 63 73 20 73 6f 20 74  68 61 74 20 79 6f 75 20  |scs so that you |
00000cc0  6d 61 79 20 73 65 65 20  79 6f 75 72 20 66 69 6c  |may see your fil|
00000cd0  65 73 0d 61 73 20 74 68  65 79 20 77 69 6c 6c 20  |es.as they will |
00000ce0  61 70 70 65 61 72 20 6f  6e 20 74 68 65 20 64 69  |appear on the di|
00000cf0  73 63 73 20 62 65 66 6f  72 65 20 73 75 62 6d 69  |scs before submi|
00000d00  74 74 69 6e 67 20 74 68  65 6d 2e 20 20 54 68 65  |tting them.  The|
00000d10  20 70 72 6f 67 72 61 6d  20 61 73 6b 73 0d 66 69  | program asks.fi|
00000d20  72 73 74 20 66 6f 72 20  74 68 65 20 61 64 64 72  |rst for the addr|
00000d30  65 73 73 20 6f 66 20 48  49 4d 45 4d 20 61 6e 64  |ess of HIMEM and|
00000d40  20 67 69 76 65 73 1a 20  74 68 65 1a 20 61 64 64  | gives. the. add|
00000d50  72 65 73 73 1a 20 26 32  36 30 30 2c 1a 20 61 73  |ress. &2600,. as|
00000d60  1a 20 6f 6e 20 74 68 65  0d 64 69 73 63 73 2c 20  |. on the.discs, |
00000d70  69 66 20 6e 6f 20 61 64  64 72 65 73 73 20 69 73  |if no address is|
00000d80  20 65 6e 74 65 72 65 64  2e 20 20 54 68 69 73 20  | entered.  This |
00000d90  61 6c 6c 6f 77 73 20 79  6f 75 20 74 6f 20 70 72  |allows you to pr|
00000da0  69 6e 74 20 6c 6f 6e 67  65 72 20 66 69 6c 65 73  |int longer files|
00000db0  20 69 66 0d 79 6f 75 20  77 69 73 68 2e 20 20 59  | if.you wish.  Y|
00000dc0  6f 75 20 74 68 65 6e 20  68 61 76 65 20 74 68 65  |ou then have the|
00000dd0  20 6f 70 74 69 6f 6e 20  6f 66 20 77 68 69 63 68  | option of which|
00000de0  20 6d 6f 64 65 20 73 6f  20 74 68 61 74 20 79 6f  | mode so that yo|
00000df0  75 20 63 61 6e 20 73 65  65 20 79 6f 75 72 0d 66  |u can see your.f|
00000e00  69 6c 65 20 69 6e 20 34  30 20 6f 72 20 38 30 20  |ile in 40 or 80 |
00000e10  63 6f 6c 75 6d 6e 20 66  6f 72 6d 61 74 2e 0d 0d  |column format...|
00000e20  46 6f 72 20 62 65 73 74  20 72 65 73 75 6c 74 73  |For best results|
00000e30  2c 20 74 68 65 20 66 75  6c 6c 20 77 69 64 74 68  |, the full width|
00000e40  20 6f 66 20 74 68 65 20  56 69 65 77 20 66 69 6c  | of the View fil|
00000e50  65 20 69 6e 20 4d 4f 44  45 20 33 20 73 68 6f 75  |e in MODE 3 shou|
00000e60  6c 64 20 62 65 20 75 73  65 64 0d 61 6e 64 20 69  |ld be used.and i|
00000e70  74 20 69 73 20 6e 6f 74  20 6e 65 63 65 73 73 61  |t is not necessa|
00000e80  72 79 20 74 6f 20 61 6c  74 65 72 20 74 68 65 20  |ry to alter the |
00000e90  72 75 6c 65 72 2e 20 20  54 68 69 73 20 67 69 76  |ruler.  This giv|
00000ea0  65 73 20 61 20 74 65 78  74 20 77 69 64 74 68 20  |es a text width |
00000eb0  6f 66 20 37 34 0d 63 68  61 72 61 63 74 65 72 73  |of 74.characters|
00000ec0  2e 20 20 49 66 20 61 20  72 75 6c 65 72 20 69 73  |.  If a ruler is|
00000ed0  20 61 64 64 65 64 2c 1a  20 69 74 1a 20 73 68 6f  | added,. it. sho|
00000ee0  75 6c 64 20 62 65 20 64  65 6c 65 74 65 64 20 62  |uld be deleted b|
00000ef0  65 66 6f 72 65 20 73 75  62 6d 69 73 73 69 6f 6e  |efore submission|
00000f00  0d 61 73 20 69 74 20 77  69 6c 6c 20 62 65 20 70  |.as it will be p|
00000f10  72 69 6e 74 65 64 20 77  68 65 6e 20 74 68 65 20  |rinted when the |
00000f20  63 6f 64 65 20 69 73 20  75 73 65 64 20 61 6e 64  |code is used and|
00000f30  20 6d 61 6b 65 20 74 68  65 20 66 69 6c 65 20 6c  | make the file l|
00000f40  6f 6f 6b 20 75 6e 74 69  64 79 2e 0d 59 6f 75 20  |ook untidy..You |
00000f50  6d 61 79 20 75 73 65 20  74 68 65 20 66 6f 72 6d  |may use the form|
00000f60  61 74 74 69 6e 67 1a 20  61 73 1a 20 74 68 65 20  |atting. as. the |
00000f70  63 6f 6e 74 72 6f 6c 20  63 6f 64 65 73 20 31 36  |control codes 16|
00000f80  20 61 6e 64 20 32 36 20  61 72 65 20 69 67 6e 6f  | and 26 are igno|
00000f90  72 65 64 20 62 79 0d 74  68 65 20 63 6f 64 69 6e  |red by.the codin|
00000fa0  67 20 62 75 74 20 70 72  69 6e 74 69 6e 67 20 77  |g but printing w|
00000fb0  69 6c 6c 20 61 70 70 65  61 72 20 61 73 1a 20 69  |ill appear as. i|
00000fc0  66 1a 20 75 6e 66 6f 72  6d 61 74 74 65 64 1a 20  |f. unformatted. |
00000fd0  77 68 65 6e 1a 20 74 68  65 20 63 6f 64 65 20 69  |when. the code i|
00000fe0  73 0d 75 73 65 64 2e 0d  0d 54 68 65 20 34 30 20  |s.used...The 40 |
00000ff0  63 6f 6c 75 6d 6e 20 70  72 69 6e 74 69 6e 67 1a  |column printing.|
00001000  20 69 73 1a 20 6e 6f 74  1a 20 70 65 72 66 65 63  | is. not. perfec|
00001010  74 1a 20 62 75 74 20 69  73 20 61 62 6f 75 74 20  |t. but is about |
00001020  74 68 65 20 62 65 73 74  20 63 6f 6d 70 72 6f 6d  |the best comprom|
00001030  69 73 65 0d 74 68 61 74  20 63 6f 75 6c 64 20 62  |ise.that could b|
00001040  65 20 6d 61 64 65 2e 20  20 49 74 20 64 65 70 65  |e made.  It depe|
00001050  6e 64 73 20 6f 6e 20 61  1a 20 77 6f 72 64 2d 77  |nds on a. word-w|
00001060  72 61 70 70 69 6e 67 1a  20 72 6f 75 74 69 6e 65  |rapping. routine|
00001070  1a 20 74 6f 20 61 76 6f  69 64 20 74 68 65 0d 73  |. to avoid the.s|
00001080  70 6c 69 74 74 69 6e 67  20 6f 66 20 77 6f 72 64  |plitting of word|
00001090  73 20 61 73 20 66 61 72  20 61 73 20 70 6f 73 73  |s as far as poss|
000010a0  69 62 6c 65 20 74 68 6f  75 67 68 20 77 6f 72 64  |ible though word|
000010b0  73 20 6f 66 20 6d 6f 72  65 20 74 68 61 6e 20 31  |s of more than 1|
000010c0  30 20 6c 65 74 74 65 72  73 0d 77 69 6c 6c 20 73  |0 letters.will s|
000010d0  74 69 6c 6c 20 20 62 65  20 73 70 6c 69 74 2e 0d  |till  be split..|
000010e0  0d 46 6f 72 20 74 68 65  20 63 6f 72 72 65 63 74  |.For the correct|
000010f0  20 70 72 69 6e 74 69 6e  67 20 6f 66 1a 20 79 6f  | printing of. yo|
00001100  75 72 1a 20 66 69 6c 65  73 2c 1a 20 74 68 65 1a  |ur. files,. the.|
00001110  20 66 6f 6c 6c 6f 77 69  6e 67 20 6d 65 74 68 6f  | following metho|
00001120  64 20 73 68 6f 75 6c 64  20 62 65 0d 75 73 65 64  |d should be.used|
00001130  20 2d 0d 0d 20 20 20 20  31 2e 20 20 54 69 74 6c  | -..    1.  Titl|
00001140  65 73 20 61 6e 64 20 73  75 62 2d 68 65 61 64 69  |es and sub-headi|
00001150  6e 67 73 20 73 68 6f 75  6c 64 20 62 65 20 75 6e  |ngs should be un|
00001160  64 65 72 6c 69 6e 65 64  20 77 69 74 68 20 74 68  |derlined with th|
00001170  65 20 74 69 6c 64 65 20  28 7e 29 2e 0d 20 20 20  |e tilde (~)..   |
00001180  20 20 20 20 20 54 68 65  79 20 6d 61 79 20 62 65  |     They may be|
00001190  20 63 65 6e 74 72 61 6c  69 73 65 64 20 75 73 69  | centralised usi|
000011a0  6e 67 20 73 70 61 63 65  73 20 6f 72 20 74 68 65  |ng spaces or the|
000011b0  20 69 6e 73 65 72 74 20  63 68 61 72 61 63 74 65  | insert characte|
000011c0  72 20 6b 65 79 2e 0d 20  20 20 20 20 20 20 20 44  |r key..        D|
000011d0  6f 20 1c 6e 6f 74 1c 20  75 73 65 20 54 41 42 20  |o .not. use TAB |
000011e0  61 73 20 74 68 69 73 20  77 69 6c 6c 20 61 70 70  |as this will app|
000011f0  65 61 72 20 61 73 20 31  20 73 70 61 63 65 20 6f  |ear as 1 space o|
00001200  6e 6c 79 2e 0d 0d 20 20  20 20 32 2e 20 20 41 20  |nly...    2.  A |
00001210  62 6c 61 6e 6b 20 6c 69  6e 65 20 73 68 6f 75 6c  |blank line shoul|
00001220  64 20 73 65 70 61 72 61  74 65 20 70 61 72 61 67  |d separate parag|
00001230  72 61 70 68 73 2e 0d 0d  20 20 20 20 33 2e 20 20  |raphs...    3.  |
00001240  49 6e 64 65 6e 74 69 6e  67 20 74 68 65 20 74 65  |Indenting the te|
00001250  78 74 20 63 61 6e 20 62  65 20 75 73 65 64 20 77  |xt can be used w|
00001260  68 65 72 65 20 61 20 6e  65 77 20 6c 69 6e 65 20  |here a new line |
00001270  69 73 20 6e 65 65 64 65  64 2c 20 61 67 61 69 6e  |is needed, again|
00001280  0d 20 20 20 20 20 20 20  20 75 73 69 6e 67 20 73  |.        using s|
00001290  70 61 63 65 73 20 6f 6e  6c 79 2e 0d 0d 46 6f 72  |paces only...For|
000012a0  20 6c 65 74 74 65 72 73  2c 20 69 74 20 69 73 20  | letters, it is |
000012b0  73 75 67 67 65 73 74 65  64 20 74 68 61 74 20 79  |suggested that y|
000012c0  6f 75 72 20 6e 61 6d 65  20 61 6e 64 20 61 64 64  |our name and add|
000012d0  72 65 73 73 20 69 73 20  74 79 70 65 64 20 69 6e  |ress is typed in|
000012e0  20 73 69 6e 67 6c 65 0d  6c 69 6e 65 20 61 73 20  | single.line as |
000012f0  74 68 69 73 20 67 69 76  65 73 20 61 20 6e 65 61  |this gives a nea|
00001300  74 65 72 20 61 70 70 65  61 72 61 6e 63 65 20 61  |ter appearance a|
00001310  6e 64 20 73 61 76 65 73  1a 20 73 70 61 63 65 1a  |nd saves. space.|
00001320  20 77 68 65 6e 1a 20 74  68 65 20 66 69 6c 65 20  | when. the file |
00001330  69 73 0d 70 72 69 6e 74  65 64 2e 0d 0d 44 49 41  |is.printed...DIA|
00001340  47 52 41 4d 53 0d 7e 7e  7e 7e 7e 7e 7e 7e 0d 54  |GRAMS.~~~~~~~~.T|
00001350  68 65 20 6d 65 6e 75 73  20 61 6c 6c 6f 77 20 64  |he menus allow d|
00001360  69 61 67 72 61 6d 73 20  72 65 66 65 72 72 65 64  |iagrams referred|
00001370  20 74 6f 20 69 6e 20 74  68 65 20 74 65 78 74 20  | to in the text |
00001380  74 6f 20 62 65 1a 20 70  72 69 6e 74 65 64 1a 20  |to be. printed. |
00001390  74 6f 20 73 63 72 65 65  6e 0d 66 6f 6c 6c 6f 77  |to screen.follow|
000013a0  69 6e 67 20 74 68 65 20  72 65 6c 65 76 61 6e 74  |ing the relevant|
000013b0  20 74 65 78 74 2e 0d 0d  44 69 61 67 72 61 6d 73  | text...Diagrams|
000013c0  20 6d 61 79 20 62 65 20  69 6e 20 61 6e 79 20 67  | may be in any g|
000013d0  72 61 70 68 69 63 73 20  6d 6f 64 65 20 62 75 74  |raphics mode but|
000013e0  2c 20 69 66 20 74 68 65  72 65 20 61 72 65 20 6d  |, if there are m|
000013f0  6f 72 65 20 74 68 61 6e  20 6f 6e 65 2c 20 74 68  |ore than one, th|
00001400  65 79 0d 6d 75 73 74 1a  20 61 6c 6c 20 62 65 20  |ey.must. all be |
00001410  69 6e 20 74 68 65 20 73  61 6d 65 20 6d 6f 64 65  |in the same mode|
00001420  2e 20 20 54 68 65 79 20  61 72 65 20 74 68 65 6e  |.  They are then|
00001430  20 64 69 73 70 6c 61 79  65 64 20 69 6e 20 73 65  | displayed in se|
00001440  71 75 65 6e 63 65 1a 20  69 6e 1a 20 61 0d 73 69  |quence. in. a.si|
00001450  6d 69 6c 61 72 20 6d 61  6e 6e 65 72 20 74 6f 20  |milar manner to |
00001460  6c 6f 6e 67 20 74 65 78  74 20 66 69 6c 65 73 2e  |long text files.|
00001470  0d 0d 41 73 1a 20 74 68  65 1a 20 6c 61 73 74 1a  |..As. the. last.|
00001480  20 6c 69 6e 65 1a 20 69  73 1a 20 75 73 65 64 20  | line. is. used |
00001490  66 6f 72 20 74 68 65 20  63 75 65 20 74 6f 20 63  |for the cue to c|
000014a0  6f 6e 74 69 6e 75 65 2c  20 69 74 20 69 73 20 62  |ontinue, it is b|
000014b0  65 73 74 20 74 6f 20 61  76 6f 69 64 0d 75 73 69  |est to avoid.usi|
000014c0  6e 67 20 74 68 69 73 20  66 6f 72 20 74 68 65 20  |ng this for the |
000014d0  64 69 61 67 72 61 6d 2e  0d 0d 49 66 20 74 68 65  |diagram...If the|
000014e0  20 70 72 69 6e 74 65 72  20 6f 70 74 69 6f 6e 20  | printer option |
000014f0  69 73 20 73 65 74 20 74  68 65 79 20 77 69 6c 6c  |is set they will|
00001500  20 61 6c 73 6f 20 62 65  20 70 72 69 6e 74 65 64  | also be printed|
00001510  20 66 6f 6c 6c 6f 77 69  6e 67 20 74 68 65 20 74  | following the t|
00001520  65 78 74 2e 0d 0d 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |ext...**********|
00001530  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00001570  0d 0d                                             |..|
00001572
+Info1.m0
+Info1.m1
+Info1.m2
+Info1.m4
+Info1.m5