Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_21B.ADF » P/C/RULES

P/C/RULES

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_21B.ADF
Filename: P/C/RULES
Read OK:
File size: 0EC5 bytes
Load address: 24556
Exec address: FFFF454C
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
Mick Comley.                                      Faversham 01795 531285

Dear Gus.

Another little piece of nonsense circulating at work, don't include it if
you don't think its suitable. The author was A.NON


                               THE RULES

                   The FEMALE always makes THE RULES.
          The RULES are subject to change without prior notice.
                No MALE can possibly know all THE RULES.
         If the FEMALE suspects the MALE to know all THE RULES,
           she must immediately change some or all THE RULES.
                      The FEMALE is never wrong.
     If the FEMALE is wrong, it is due to a misunderstanding which
      was a direct result of something the MALE did or said wrong.
                  The MALE must apologise immediately
                   for causing said misunderstanding.
                  The MALE must never change his mind
           without the express written consent of the FEMALE.
      The FEMALE has every right to be angry or upset at any time.
                The MALE must remain calm at all times,
          unless the FEMALE wants him to be angry and/or upset.
          The FEMALE must, under no circumstances, let the MALE
       know whether or not she wants him to be angry and/or upset.
             The MALE is expected to mind-read at all times.
                 The MAN who doesn't abide by THE RULES
             can't take the heat, lacks backbone, is a wimp.
              Any attempt by the MALE to document THE RULES
                      could result in bodily harm.
                If the FEMALE has P.M.S. all THE RULES
                          may be null and void.
                The FEMALE is ready when she is ready.
                 The MALE must be ready at all times.


--------------------------------------------------------------------------
Mick Comley                                         Faversham 01795 531285

DIAGRAM

Back to DIAGRAM, on reading through the guff for my disc drive interfaces
I found that the PEGASUS 400 DFS interface will save and load screens when
the Elk is in any mode ie. Normal, Turbo or 64k if you have SLOGGER'S
Master or Turbo RAM boards fitted. Precede the load address when saving
the screen with FFFE ie. *SAVE SCREEN FFFE3000 FFFE8000 for a mode 0
screen. Any screen saved thus will load back in ok no matter what the Elk
is switched to. Screens will also load back in using the AP4 PRES DFS
interface with the exception of 64k mode. Its worth trying with ADFS as it
will make DIAGRAM that much more flexible. I have already altered my
version of the program.

One thing that came out of my 'Cheque account prog.' was the m/code
routine for handling a string at &C00. Which looked for a double space in
the string, shuffled it left and printed the left most 79 characters. The
BASIC program TURN sets up the m/code at &900. Save it with DIAGRAM as
&900. Add a line in the program for DIAGRAM to *LOAD &900 near the start,
next delete the line which manipulates $&C00 and prints the left most 79
characters and replace it with CALL&900. This then free's up more memory
for other routines if you need it.

--------------------------------------------------------------------------
Mick Comley                                         Faversham 01795 531285

TEXT READER

I have not as yet worked out how the text reading program works on the EUG
disc, wanting to do something similar from basic, I wrote my own, its on
the disc as 'READ' and is combined into my own header program. It saves
the need to go into VIEW just to read text files as does the one on the
EUG discs but it stays in BASIC, it also reads text straight to the screen
and not into main memory which can be an advantage depending on which way
you look at it.

00000000  4d 69 63 6b 20 43 6f 6d  6c 65 79 2e 20 20 20 20  |Mick Comley.    |
00000010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000030  20 20 46 61 76 65 72 73  68 61 6d 20 30 31 37 39  |  Faversham 0179|
00000040  35 20 35 33 31 32 38 35  0d 0d 44 65 61 72 20 47  |5 531285..Dear G|
00000050  75 73 2e 0d 0d 41 6e 6f  74 68 65 72 20 6c 69 74  |us...Another lit|
00000060  74 6c 65 20 70 69 65 63  65 20 6f 66 20 6e 6f 6e  |tle piece of non|
00000070  73 65 6e 73 65 20 63 69  72 63 75 6c 61 74 69 6e  |sense circulatin|
00000080  67 20 61 74 20 77 6f 72  6b 2c 20 64 6f 6e 27 74  |g at work, don't|
00000090  20 69 6e 63 6c 75 64 65  20 69 74 20 69 66 0d 79  | include it if.y|
000000a0  6f 75 20 64 6f 6e 27 74  20 74 68 69 6e 6b 20 69  |ou don't think i|
000000b0  74 73 20 73 75 69 74 61  62 6c 65 2e 20 54 68 65  |ts suitable. The|
000000c0  20 61 75 74 68 6f 72 20  77 61 73 20 41 2e 4e 4f  | author was A.NO|
000000d0  4e 0d 0d 0d 20 20 20 20  20 20 20 20 20 20 20 20  |N...            |
000000e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000f0  20 20 20 54 48 45 20 52  55 4c 45 53 0d 0d 20 20  |   THE RULES..  |
00000100  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000110  20 54 68 65 20 46 45 4d  41 4c 45 20 61 6c 77 61  | The FEMALE alwa|
00000120  79 73 20 6d 61 6b 65 73  20 54 48 45 20 52 55 4c  |ys makes THE RUL|
00000130  45 53 2e 0d 20 20 20 20  20 20 20 20 20 20 54 68  |ES..          Th|
00000140  65 20 52 55 4c 45 53 20  61 72 65 20 73 75 62 6a  |e RULES are subj|
00000150  65 63 74 20 74 6f 20 63  68 61 6e 67 65 20 77 69  |ect to change wi|
00000160  74 68 6f 75 74 20 70 72  69 6f 72 20 6e 6f 74 69  |thout prior noti|
00000170  63 65 2e 0d 20 20 20 20  20 20 20 20 20 20 20 20  |ce..            |
00000180  20 20 20 20 4e 6f 20 4d  41 4c 45 20 63 61 6e 20  |    No MALE can |
00000190  70 6f 73 73 69 62 6c 79  20 6b 6e 6f 77 20 61 6c  |possibly know al|
000001a0  6c 20 54 48 45 20 52 55  4c 45 53 2e 0d 20 20 20  |l THE RULES..   |
000001b0  20 20 20 20 20 20 49 66  20 74 68 65 20 46 45 4d  |      If the FEM|
000001c0  41 4c 45 20 73 75 73 70  65 63 74 73 20 74 68 65  |ALE suspects the|
000001d0  20 4d 41 4c 45 20 74 6f  20 6b 6e 6f 77 20 61 6c  | MALE to know al|
000001e0  6c 20 54 48 45 20 52 55  4c 45 53 2c 0d 20 20 20  |l THE RULES,.   |
000001f0  20 20 20 20 20 20 20 20  73 68 65 20 6d 75 73 74  |        she must|
00000200  20 69 6d 6d 65 64 69 61  74 65 6c 79 20 63 68 61  | immediately cha|
00000210  6e 67 65 20 73 6f 6d 65  20 6f 72 20 61 6c 6c 20  |nge some or all |
00000220  54 48 45 20 52 55 4c 45  53 2e 0d 20 20 20 20 20  |THE RULES..     |
00000230  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000240  20 54 68 65 20 46 45 4d  41 4c 45 20 69 73 20 6e  | The FEMALE is n|
00000250  65 76 65 72 20 77 72 6f  6e 67 2e 0d 20 20 20 20  |ever wrong..    |
00000260  20 49 66 20 74 68 65 20  46 45 4d 41 4c 45 20 69  | If the FEMALE i|
00000270  73 20 77 72 6f 6e 67 2c  20 69 74 20 69 73 20 64  |s wrong, it is d|
00000280  75 65 20 74 6f 20 61 20  6d 69 73 75 6e 64 65 72  |ue to a misunder|
00000290  73 74 61 6e 64 69 6e 67  20 77 68 69 63 68 0d 20  |standing which. |
000002a0  20 20 20 20 20 77 61 73  20 61 20 64 69 72 65 63  |     was a direc|
000002b0  74 20 72 65 73 75 6c 74  20 6f 66 20 73 6f 6d 65  |t result of some|
000002c0  74 68 69 6e 67 20 74 68  65 20 4d 41 4c 45 20 64  |thing the MALE d|
000002d0  69 64 20 6f 72 20 73 61  69 64 20 77 72 6f 6e 67  |id or said wrong|
000002e0  2e 0d 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |..              |
000002f0  20 20 20 20 54 68 65 20  4d 41 4c 45 20 6d 75 73  |    The MALE mus|
00000300  74 20 61 70 6f 6c 6f 67  69 73 65 20 69 6d 6d 65  |t apologise imme|
00000310  64 69 61 74 65 6c 79 0d  20 20 20 20 20 20 20 20  |diately.        |
00000320  20 20 20 20 20 20 20 20  20 20 20 66 6f 72 20 63  |           for c|
00000330  61 75 73 69 6e 67 20 73  61 69 64 20 6d 69 73 75  |ausing said misu|
00000340  6e 64 65 72 73 74 61 6e  64 69 6e 67 2e 0d 20 20  |nderstanding..  |
00000350  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000360  54 68 65 20 4d 41 4c 45  20 6d 75 73 74 20 6e 65  |The MALE must ne|
00000370  76 65 72 20 63 68 61 6e  67 65 20 68 69 73 20 6d  |ver change his m|
00000380  69 6e 64 0d 20 20 20 20  20 20 20 20 20 20 20 77  |ind.           w|
00000390  69 74 68 6f 75 74 20 74  68 65 20 65 78 70 72 65  |ithout the expre|
000003a0  73 73 20 77 72 69 74 74  65 6e 20 63 6f 6e 73 65  |ss written conse|
000003b0  6e 74 20 6f 66 20 74 68  65 20 46 45 4d 41 4c 45  |nt of the FEMALE|
000003c0  2e 0d 20 20 20 20 20 20  54 68 65 20 46 45 4d 41  |..      The FEMA|
000003d0  4c 45 20 68 61 73 20 65  76 65 72 79 20 72 69 67  |LE has every rig|
000003e0  68 74 20 74 6f 20 62 65  20 61 6e 67 72 79 20 6f  |ht to be angry o|
000003f0  72 20 75 70 73 65 74 20  61 74 20 61 6e 79 20 74  |r upset at any t|
00000400  69 6d 65 2e 0d 20 20 20  20 20 20 20 20 20 20 20  |ime..           |
00000410  20 20 20 20 20 54 68 65  20 4d 41 4c 45 20 6d 75  |     The MALE mu|
00000420  73 74 20 72 65 6d 61 69  6e 20 63 61 6c 6d 20 61  |st remain calm a|
00000430  74 20 61 6c 6c 20 74 69  6d 65 73 2c 0d 20 20 20  |t all times,.   |
00000440  20 20 20 20 20 20 20 75  6e 6c 65 73 73 20 74 68  |       unless th|
00000450  65 20 46 45 4d 41 4c 45  20 77 61 6e 74 73 20 68  |e FEMALE wants h|
00000460  69 6d 20 74 6f 20 62 65  20 61 6e 67 72 79 20 61  |im to be angry a|
00000470  6e 64 2f 6f 72 20 75 70  73 65 74 2e 0d 20 20 20  |nd/or upset..   |
00000480  20 20 20 20 20 20 20 54  68 65 20 46 45 4d 41 4c  |       The FEMAL|
00000490  45 20 6d 75 73 74 2c 20  75 6e 64 65 72 20 6e 6f  |E must, under no|
000004a0  20 63 69 72 63 75 6d 73  74 61 6e 63 65 73 2c 20  | circumstances, |
000004b0  6c 65 74 20 74 68 65 20  4d 41 4c 45 0d 20 20 20  |let the MALE.   |
000004c0  20 20 20 20 6b 6e 6f 77  20 77 68 65 74 68 65 72  |    know whether|
000004d0  20 6f 72 20 6e 6f 74 20  73 68 65 20 77 61 6e 74  | or not she want|
000004e0  73 20 68 69 6d 20 74 6f  20 62 65 20 61 6e 67 72  |s him to be angr|
000004f0  79 20 61 6e 64 2f 6f 72  20 75 70 73 65 74 2e 0d  |y and/or upset..|
00000500  20 20 20 20 20 20 20 20  20 20 20 20 20 54 68 65  |             The|
00000510  20 4d 41 4c 45 20 69 73  20 65 78 70 65 63 74 65  | MALE is expecte|
00000520  64 20 74 6f 20 6d 69 6e  64 2d 72 65 61 64 20 61  |d to mind-read a|
00000530  74 20 61 6c 6c 20 74 69  6d 65 73 2e 0d 20 20 20  |t all times..   |
00000540  20 20 20 20 20 20 20 20  20 20 20 20 20 20 54 68  |              Th|
00000550  65 20 4d 41 4e 20 77 68  6f 20 64 6f 65 73 6e 27  |e MAN who doesn'|
00000560  74 20 61 62 69 64 65 20  62 79 20 54 48 45 20 52  |t abide by THE R|
00000570  55 4c 45 53 0d 20 20 20  20 20 20 20 20 20 20 20  |ULES.           |
00000580  20 20 63 61 6e 27 74 20  74 61 6b 65 20 74 68 65  |  can't take the|
00000590  20 68 65 61 74 2c 20 6c  61 63 6b 73 20 62 61 63  | heat, lacks bac|
000005a0  6b 62 6f 6e 65 2c 20 69  73 20 61 20 77 69 6d 70  |kbone, is a wimp|
000005b0  2e 0d 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |..              |
000005c0  41 6e 79 20 61 74 74 65  6d 70 74 20 62 79 20 74  |Any attempt by t|
000005d0  68 65 20 4d 41 4c 45 20  74 6f 20 64 6f 63 75 6d  |he MALE to docum|
000005e0  65 6e 74 20 54 48 45 20  52 55 4c 45 53 0d 20 20  |ent THE RULES.  |
000005f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000600  20 20 20 20 63 6f 75 6c  64 20 72 65 73 75 6c 74  |    could result|
00000610  20 69 6e 20 62 6f 64 69  6c 79 20 68 61 72 6d 2e  | in bodily harm.|
00000620  0d 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000630  20 49 66 20 74 68 65 20  46 45 4d 41 4c 45 20 68  | If the FEMALE h|
00000640  61 73 20 50 2e 4d 2e 53  2e 20 61 6c 6c 20 54 48  |as P.M.S. all TH|
00000650  45 20 52 55 4c 45 53 0d  20 20 20 20 20 20 20 20  |E RULES.        |
00000660  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000670  20 20 6d 61 79 20 62 65  20 6e 75 6c 6c 20 61 6e  |  may be null an|
00000680  64 20 76 6f 69 64 2e 0d  20 20 20 20 20 20 20 20  |d void..        |
00000690  20 20 20 20 20 20 20 20  54 68 65 20 46 45 4d 41  |        The FEMA|
000006a0  4c 45 20 69 73 20 72 65  61 64 79 20 77 68 65 6e  |LE is ready when|
000006b0  20 73 68 65 20 69 73 20  72 65 61 64 79 2e 0d 20  | she is ready.. |
000006c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000006d0  54 68 65 20 4d 41 4c 45  20 6d 75 73 74 20 62 65  |The MALE must be|
000006e0  20 72 65 61 64 79 20 61  74 20 61 6c 6c 20 74 69  | ready at all ti|
000006f0  6d 65 73 2e 0d 0d 0d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |mes....---------|
00000700  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000740  2d 0d 4d 69 63 6b 20 43  6f 6d 6c 65 79 20 20 20  |-.Mick Comley   |
00000750  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000770  20 20 20 20 20 20 46 61  76 65 72 73 68 61 6d 20  |      Faversham |
00000780  30 31 37 39 35 20 35 33  31 32 38 35 0d 0d 44 49  |01795 531285..DI|
00000790  41 47 52 41 4d 0d 0d 42  61 63 6b 20 74 6f 20 44  |AGRAM..Back to D|
000007a0  49 41 47 52 41 4d 2c 20  6f 6e 20 72 65 61 64 69  |IAGRAM, on readi|
000007b0  6e 67 20 74 68 72 6f 75  67 68 20 74 68 65 20 67  |ng through the g|
000007c0  75 66 66 20 66 6f 72 20  6d 79 20 64 69 73 63 20  |uff for my disc |
000007d0  64 72 69 76 65 20 69 6e  74 65 72 66 61 63 65 73  |drive interfaces|
000007e0  0d 49 20 66 6f 75 6e 64  20 74 68 61 74 20 74 68  |.I found that th|
000007f0  65 20 50 45 47 41 53 55  53 20 34 30 30 20 44 46  |e PEGASUS 400 DF|
00000800  53 20 69 6e 74 65 72 66  61 63 65 20 77 69 6c 6c  |S interface will|
00000810  20 73 61 76 65 20 61 6e  64 20 6c 6f 61 64 20 73  | save and load s|
00000820  63 72 65 65 6e 73 20 77  68 65 6e 0d 74 68 65 20  |creens when.the |
00000830  45 6c 6b 20 69 73 20 69  6e 20 61 6e 79 20 6d 6f  |Elk is in any mo|
00000840  64 65 20 69 65 2e 20 4e  6f 72 6d 61 6c 2c 20 54  |de ie. Normal, T|
00000850  75 72 62 6f 20 6f 72 20  36 34 6b 20 69 66 20 79  |urbo or 64k if y|
00000860  6f 75 20 68 61 76 65 20  53 4c 4f 47 47 45 52 27  |ou have SLOGGER'|
00000870  53 0d 4d 61 73 74 65 72  20 6f 72 20 54 75 72 62  |S.Master or Turb|
00000880  6f 20 52 41 4d 20 62 6f  61 72 64 73 20 66 69 74  |o RAM boards fit|
00000890  74 65 64 2e 20 50 72 65  63 65 64 65 20 74 68 65  |ted. Precede the|
000008a0  20 6c 6f 61 64 20 61 64  64 72 65 73 73 20 77 68  | load address wh|
000008b0  65 6e 20 73 61 76 69 6e  67 0d 74 68 65 20 73 63  |en saving.the sc|
000008c0  72 65 65 6e 20 77 69 74  68 20 46 46 46 45 20 69  |reen with FFFE i|
000008d0  65 2e 20 2a 53 41 56 45  20 53 43 52 45 45 4e 20  |e. *SAVE SCREEN |
000008e0  46 46 46 45 33 30 30 30  20 46 46 46 45 38 30 30  |FFFE3000 FFFE800|
000008f0  30 20 66 6f 72 20 61 20  6d 6f 64 65 20 30 0d 73  |0 for a mode 0.s|
00000900  63 72 65 65 6e 2e 20 41  6e 79 20 73 63 72 65 65  |creen. Any scree|
00000910  6e 20 73 61 76 65 64 20  74 68 75 73 20 77 69 6c  |n saved thus wil|
00000920  6c 20 6c 6f 61 64 20 62  61 63 6b 20 69 6e 20 6f  |l load back in o|
00000930  6b 20 6e 6f 20 6d 61 74  74 65 72 20 77 68 61 74  |k no matter what|
00000940  20 74 68 65 20 45 6c 6b  0d 69 73 20 73 77 69 74  | the Elk.is swit|
00000950  63 68 65 64 20 74 6f 2e  20 53 63 72 65 65 6e 73  |ched to. Screens|
00000960  20 77 69 6c 6c 20 61 6c  73 6f 20 6c 6f 61 64 20  | will also load |
00000970  62 61 63 6b 20 69 6e 20  75 73 69 6e 67 20 74 68  |back in using th|
00000980  65 20 41 50 34 20 50 52  45 53 20 44 46 53 0d 69  |e AP4 PRES DFS.i|
00000990  6e 74 65 72 66 61 63 65  20 77 69 74 68 20 74 68  |nterface with th|
000009a0  65 20 65 78 63 65 70 74  69 6f 6e 20 6f 66 20 36  |e exception of 6|
000009b0  34 6b 20 6d 6f 64 65 2e  20 49 74 73 20 77 6f 72  |4k mode. Its wor|
000009c0  74 68 20 74 72 79 69 6e  67 20 77 69 74 68 20 41  |th trying with A|
000009d0  44 46 53 20 61 73 20 69  74 0d 77 69 6c 6c 20 6d  |DFS as it.will m|
000009e0  61 6b 65 20 44 49 41 47  52 41 4d 20 74 68 61 74  |ake DIAGRAM that|
000009f0  20 6d 75 63 68 20 6d 6f  72 65 20 66 6c 65 78 69  | much more flexi|
00000a00  62 6c 65 2e 20 49 20 68  61 76 65 20 61 6c 72 65  |ble. I have alre|
00000a10  61 64 79 20 61 6c 74 65  72 65 64 20 6d 79 0d 76  |ady altered my.v|
00000a20  65 72 73 69 6f 6e 20 6f  66 20 74 68 65 20 70 72  |ersion of the pr|
00000a30  6f 67 72 61 6d 2e 0d 0d  4f 6e 65 20 74 68 69 6e  |ogram...One thin|
00000a40  67 20 74 68 61 74 20 63  61 6d 65 20 6f 75 74 20  |g that came out |
00000a50  6f 66 20 6d 79 20 27 43  68 65 71 75 65 20 61 63  |of my 'Cheque ac|
00000a60  63 6f 75 6e 74 20 70 72  6f 67 2e 27 20 77 61 73  |count prog.' was|
00000a70  20 74 68 65 20 6d 2f 63  6f 64 65 0d 72 6f 75 74  | the m/code.rout|
00000a80  69 6e 65 20 66 6f 72 20  68 61 6e 64 6c 69 6e 67  |ine for handling|
00000a90  20 61 20 73 74 72 69 6e  67 20 61 74 20 26 43 30  | a string at &C0|
00000aa0  30 2e 20 57 68 69 63 68  20 6c 6f 6f 6b 65 64 20  |0. Which looked |
00000ab0  66 6f 72 20 61 20 64 6f  75 62 6c 65 20 73 70 61  |for a double spa|
00000ac0  63 65 20 69 6e 0d 74 68  65 20 73 74 72 69 6e 67  |ce in.the string|
00000ad0  2c 20 73 68 75 66 66 6c  65 64 20 69 74 20 6c 65  |, shuffled it le|
00000ae0  66 74 20 61 6e 64 20 70  72 69 6e 74 65 64 20 74  |ft and printed t|
00000af0  68 65 20 6c 65 66 74 20  6d 6f 73 74 20 37 39 20  |he left most 79 |
00000b00  63 68 61 72 61 63 74 65  72 73 2e 20 54 68 65 0d  |characters. The.|
00000b10  42 41 53 49 43 20 70 72  6f 67 72 61 6d 20 54 55  |BASIC program TU|
00000b20  52 4e 20 73 65 74 73 20  75 70 20 74 68 65 20 6d  |RN sets up the m|
00000b30  2f 63 6f 64 65 20 61 74  20 26 39 30 30 2e 20 53  |/code at &900. S|
00000b40  61 76 65 20 69 74 20 77  69 74 68 20 44 49 41 47  |ave it with DIAG|
00000b50  52 41 4d 20 61 73 0d 26  39 30 30 2e 20 41 64 64  |RAM as.&900. Add|
00000b60  20 61 20 6c 69 6e 65 20  69 6e 20 74 68 65 20 70  | a line in the p|
00000b70  72 6f 67 72 61 6d 20 66  6f 72 20 44 49 41 47 52  |rogram for DIAGR|
00000b80  41 4d 20 74 6f 20 2a 4c  4f 41 44 20 26 39 30 30  |AM to *LOAD &900|
00000b90  20 6e 65 61 72 20 74 68  65 20 73 74 61 72 74 2c  | near the start,|
00000ba0  0d 6e 65 78 74 20 64 65  6c 65 74 65 20 74 68 65  |.next delete the|
00000bb0  20 6c 69 6e 65 20 77 68  69 63 68 20 6d 61 6e 69  | line which mani|
00000bc0  70 75 6c 61 74 65 73 20  24 26 43 30 30 20 61 6e  |pulates $&C00 an|
00000bd0  64 20 70 72 69 6e 74 73  20 74 68 65 20 6c 65 66  |d prints the lef|
00000be0  74 20 6d 6f 73 74 20 37  39 0d 63 68 61 72 61 63  |t most 79.charac|
00000bf0  74 65 72 73 20 61 6e 64  20 72 65 70 6c 61 63 65  |ters and replace|
00000c00  20 69 74 20 77 69 74 68  20 43 41 4c 4c 26 39 30  | it with CALL&90|
00000c10  30 2e 20 54 68 69 73 20  74 68 65 6e 20 66 72 65  |0. This then fre|
00000c20  65 27 73 20 75 70 20 6d  6f 72 65 20 6d 65 6d 6f  |e's up more memo|
00000c30  72 79 0d 66 6f 72 20 6f  74 68 65 72 20 72 6f 75  |ry.for other rou|
00000c40  74 69 6e 65 73 20 69 66  20 79 6f 75 20 6e 65 65  |tines if you nee|
00000c50  64 20 69 74 2e 0d 0d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |d it...---------|
00000c60  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
*
00000ca0  2d 0d 4d 69 63 6b 20 43  6f 6d 6c 65 79 20 20 20  |-.Mick Comley   |
00000cb0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
*
00000cd0  20 20 20 20 20 20 46 61  76 65 72 73 68 61 6d 20  |      Faversham |
00000ce0  30 31 37 39 35 20 35 33  31 32 38 35 0d 0d 54 45  |01795 531285..TE|
00000cf0  58 54 20 52 45 41 44 45  52 0d 0d 49 20 68 61 76  |XT READER..I hav|
00000d00  65 20 6e 6f 74 20 61 73  20 79 65 74 20 77 6f 72  |e not as yet wor|
00000d10  6b 65 64 20 6f 75 74 20  68 6f 77 20 74 68 65 20  |ked out how the |
00000d20  74 65 78 74 20 72 65 61  64 69 6e 67 20 70 72 6f  |text reading pro|
00000d30  67 72 61 6d 20 77 6f 72  6b 73 20 6f 6e 20 74 68  |gram works on th|
00000d40  65 20 45 55 47 0d 64 69  73 63 2c 20 77 61 6e 74  |e EUG.disc, want|
00000d50  69 6e 67 20 74 6f 20 64  6f 20 73 6f 6d 65 74 68  |ing to do someth|
00000d60  69 6e 67 20 73 69 6d 69  6c 61 72 20 66 72 6f 6d  |ing similar from|
00000d70  20 62 61 73 69 63 2c 20  49 20 77 72 6f 74 65 20  | basic, I wrote |
00000d80  6d 79 20 6f 77 6e 2c 20  69 74 73 20 6f 6e 0d 74  |my own, its on.t|
00000d90  68 65 20 64 69 73 63 20  61 73 20 27 52 45 41 44  |he disc as 'READ|
00000da0  27 20 61 6e 64 20 69 73  20 63 6f 6d 62 69 6e 65  |' and is combine|
00000db0  64 20 69 6e 74 6f 20 6d  79 20 6f 77 6e 20 68 65  |d into my own he|
00000dc0  61 64 65 72 20 70 72 6f  67 72 61 6d 2e 20 49 74  |ader program. It|
00000dd0  20 73 61 76 65 73 0d 74  68 65 20 6e 65 65 64 20  | saves.the need |
00000de0  74 6f 20 67 6f 20 69 6e  74 6f 20 56 49 45 57 20  |to go into VIEW |
00000df0  6a 75 73 74 20 74 6f 20  72 65 61 64 20 74 65 78  |just to read tex|
00000e00  74 20 66 69 6c 65 73 20  61 73 20 64 6f 65 73 20  |t files as does |
00000e10  74 68 65 20 6f 6e 65 20  6f 6e 20 74 68 65 0d 45  |the one on the.E|
00000e20  55 47 20 64 69 73 63 73  20 62 75 74 20 69 74 20  |UG discs but it |
00000e30  73 74 61 79 73 20 69 6e  20 42 41 53 49 43 2c 20  |stays in BASIC, |
00000e40  69 74 20 61 6c 73 6f 20  72 65 61 64 73 20 74 65  |it also reads te|
00000e50  78 74 20 73 74 72 61 69  67 68 74 20 74 6f 20 74  |xt straight to t|
00000e60  68 65 20 73 63 72 65 65  6e 0d 61 6e 64 20 6e 6f  |he screen.and no|
00000e70  74 20 69 6e 74 6f 20 6d  61 69 6e 20 6d 65 6d 6f  |t into main memo|
00000e80  72 79 20 77 68 69 63 68  20 63 61 6e 20 62 65 20  |ry which can be |
00000e90  61 6e 20 61 64 76 61 6e  74 61 67 65 20 64 65 70  |an advantage dep|
00000ea0  65 6e 64 69 6e 67 20 6f  6e 20 77 68 69 63 68 20  |ending on which |
00000eb0  77 61 79 0d 79 6f 75 20  6c 6f 6f 6b 20 61 74 20  |way.you look at |
00000ec0  69 74 2e 0d 0d                                    |it...|
00000ec5
P/C/RULES.m0
P/C/RULES.m1
P/C/RULES.m2
P/C/RULES.m4
P/C/RULES.m5