Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_27.ADF » P/+subtx1

P/+subtx1

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_27.ADF
Filename: P/+subtx1
Read OK:
File size: 0B9D bytes
Load address: D204556
Exec address: 0000
File contents
SOME SUGGESTIONS ON SUBMITTING TO EUG
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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  0d 53 4f 4d 45 20 53 55  47 47 45 53 54 49 4f 4e  |.SOME SUGGESTION|
00000010  53 20 4f 4e 20 53 55 42  4d 49 54 54 49 4e 47 20  |S ON SUBMITTING |
00000020  54 4f 20 45 55 47 0d 7e  7e 7e 7e 7e 7e 7e 7e 7e  |TO EUG.~~~~~~~~~|
00000030  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 7e 7e 7e 7e  |~~~~~~~~~~~~~~~~|
00000040  7e 7e 7e 7e 7e 7e 7e 7e  7e 7e 7e 7e 0d 54 68 65  |~~~~~~~~~~~~.The|
00000050  73 65 20 73 75 67 67 65  73 74 69 6f 6e 73 20 61  |se suggestions a|
00000060  72 65 20 6e 6f 74 20 69  6e 74 65 6e 64 65 64 20  |re not intended |
00000070  61 73 20 61 20 68 61 72  64 20 61 6e 64 20 66 61  |as a hard and fa|
00000080  73 74 20 72 75 6c 65 20  66 6f 72 20 73 75 62 6d  |st rule for subm|
00000090  69 73 73 69 6f 6e 73 0d  62 75 74 20 61 73 1a 20  |issions.but as. |
000000a0  61 1a 20 67 75 69 64 65  20 74 6f 20 6d 61 6b 69  |a. guide to maki|
000000b0  6e 65 67 20 74 68 65 20  62 65 73 74 20 75 73 65  |neg the best use|
000000c0  20 6f 66 20 74 68 65 20  66 61 63 69 6c 69 74 69  | of the faciliti|
000000d0  65 73 20 70 72 6f 76 69  64 65 64 20 62 79 20 74  |es provided by t|
000000e0  68 65 0d 6d 65 6e 75 73  20 61 6e 64 20 63 6f 64  |he.menus and cod|
000000f0  69 6e 67 20 70 72 6f 76  69 64 65 64 2e 0d 0d 54  |ing provided...T|
00000100  45 58 54 20 46 49 4c 45  53 0d 7e 7e 7e 7e 7e 7e  |EXT FILES.~~~~~~|
00000110  7e 7e 7e 7e 0d 54 68 65  1a 20 63 6f 64 69 6e 67  |~~~~.The. coding|
00000120  1a 20 66 6f 72 1a 20 70  72 69 6e 74 69 6e 67 20  |. for. printing |
00000130  74 68 65 20 74 65 78 74  20 66 69 6c 65 73 20 74  |the text files t|
00000140  6f 20 73 63 72 65 65 6e  20 69 73 20 69 6e 74 65  |o screen is inte|
00000150  6e 64 65 64 20 74 6f 20  62 65 20 75 73 65 64 0d  |nded to be used.|
00000160  77 69 74 68 1a 20 74 68  65 1a 20 56 69 65 77 20  |with. the. View |
00000170  77 6f 72 64 20 70 72 6f  63 65 73 73 6f 72 2e 1a  |word processor..|
00000180  20 20 57 68 69 6c 65 1a  20 69 74 1a 20 77 69 6c  |  While. it. wil|
00000190  6c 1a 20 77 6f 72 6b 1a  20 77 69 74 68 1a 20 6f  |l. work. with. o|
000001a0  74 68 65 72 1a 20 77 6f  72 64 0d 70 72 6f 63 65  |ther. word.proce|
000001b0  73 73 6f 72 73 20 74 68  65 20 72 65 73 75 6c 74  |ssors the result|
000001c0  1a 20 6d 61 79 1a 20 6e  6f 74 20 62 65 20 70 65  |. may. not be pe|
000001d0  72 66 65 63 74 20 61 6e  64 20 79 6f 75 20 77 69  |rfect and you wi|
000001e0  6c 6c 20 6e 6f 74 20 62  65 20 61 62 6c 65 20 74  |ll not be able t|
000001f0  6f 20 75 73 65 0d 74 68  65 1a 20 68 69 67 68 6c  |o use.the. highl|
00000200  69 67 68 74 1a 20 6f 70  74 69 6f 6e 73 2e 1a 20  |ight. options.. |
00000210  20 54 68 65 1a 20 75 73  65 1a 20 6f 66 1a 20 63  | The. use. of. c|
00000220  6f 6e 74 72 6f 6c 1a 20  63 6f 64 65 73 2c 1a 20  |ontrol. codes,. |
00000230  61 70 61 72 74 1a 20 66  72 6f 6d 1a 20 74 68 65  |apart. from. the|
00000240  0d 68 69 67 68 6c 69 67  68 74 73 2c 1a 20 73 68  |.highlights,. sh|
00000250  6f 75 6c 64 20 6e 6f 74  20 62 65 20 75 73 65 64  |ould not be used|
00000260  20 61 73 20 74 68 65 73  65 20 77 69 6c 6c 20 62  | as these will b|
00000270  65 20 70 72 69 6e 74 65  64 20 62 79 20 74 68 65  |e printed by the|
00000280  20 63 6f 64 69 6e 67 20  61 6e 64 0d 77 69 6c 6c  | coding and.will|
00000290  20 73 70 6f 69 6c 20 74  68 65 20 70 72 69 6e 74  | spoil the print|
000002a0  69 6e 67 20 6f 66 20 74  68 65 20 74 65 78 74 2e  |ing of the text.|
000002b0  0d 20 0d 54 68 65 20 70  72 6f 67 72 61 6d 20 56  |. .The program V|
000002c0  54 59 50 45 35 20 69 73  20 69 6e 63 6c 75 64 65  |TYPE5 is include|
000002d0  64 20 6f 6e 20 74 68 65  20 64 69 73 63 73 20 73  |d on the discs s|
000002e0  6f 20 74 68 61 74 20 79  6f 75 20 6d 61 79 20 73  |o that you may s|
000002f0  65 65 20 79 6f 75 72 20  66 69 6c 65 73 0d 61 73  |ee your files.as|
00000300  20 74 68 65 79 20 77 69  6c 6c 20 61 70 70 65 61  | they will appea|
00000310  72 20 6f 6e 20 74 68 65  20 64 69 73 63 73 20 62  |r on the discs b|
00000320  65 66 6f 72 65 20 73 75  62 6d 69 74 74 69 6e 67  |efore submitting|
00000330  20 74 68 65 6d 2e 20 20  54 68 65 20 70 72 6f 67  | them.  The prog|
00000340  72 61 6d 20 61 73 6b 73  0d 66 69 72 73 74 20 66  |ram asks.first f|
00000350  6f 72 20 74 68 65 20 61  64 64 72 65 73 73 20 6f  |or the address o|
00000360  66 20 48 49 4d 45 4d 20  61 6e 64 20 67 69 76 65  |f HIMEM and give|
00000370  73 1a 20 74 68 65 1a 20  61 64 64 72 65 73 73 1a  |s. the. address.|
00000380  20 26 32 36 30 30 2c 1a  20 61 73 1a 20 6f 6e 20  | &2600,. as. on |
00000390  74 68 65 0d 64 69 73 63  73 2c 20 69 66 20 6e 6f  |the.discs, if no|
000003a0  20 61 64 64 72 65 73 73  20 69 73 20 65 6e 74 65  | address is ente|
000003b0  72 65 64 2e 20 20 54 68  69 73 20 61 6c 6c 6f 77  |red.  This allow|
000003c0  73 20 79 6f 75 20 74 6f  20 70 72 69 6e 74 20 6c  |s you to print l|
000003d0  6f 6e 67 65 72 20 66 69  6c 65 73 20 69 66 0d 79  |onger files if.y|
000003e0  6f 75 20 77 69 73 68 2e  20 20 59 6f 75 20 74 68  |ou wish.  You th|
000003f0  65 6e 20 68 61 76 65 20  74 68 65 20 6f 70 74 69  |en have the opti|
00000400  6f 6e 20 6f 66 20 77 68  69 63 68 20 6d 6f 64 65  |on of which mode|
00000410  20 73 6f 20 74 68 61 74  20 79 6f 75 20 63 61 6e  | so that you can|
00000420  20 73 65 65 20 79 6f 75  72 0d 66 69 6c 65 20 69  | see your.file i|
00000430  6e 20 34 30 20 6f 72 20  38 30 20 63 6f 6c 75 6d  |n 40 or 80 colum|
00000440  6e 20 66 6f 72 6d 61 74  2e 0d 0d 46 6f 72 20 62  |n format...For b|
00000450  65 73 74 20 72 65 73 75  6c 74 73 2c 20 74 68 65  |est results, the|
00000460  20 66 75 6c 6c 20 77 69  64 74 68 20 6f 66 20 74  | full width of t|
00000470  68 65 20 56 69 65 77 20  66 69 6c 65 20 69 6e 20  |he View file in |
00000480  4d 4f 44 45 20 33 20 73  68 6f 75 6c 64 20 62 65  |MODE 3 should be|
00000490  20 75 73 65 64 0d 61 6e  64 20 69 74 20 69 73 20  | used.and it is |
000004a0  6e 6f 74 20 6e 65 63 65  73 73 61 72 79 20 74 6f  |not necessary to|
000004b0  20 61 6c 74 65 72 20 74  68 65 20 72 75 6c 65 72  | alter the ruler|
000004c0  2e 20 20 54 68 69 73 20  67 69 76 65 73 20 61 20  |.  This gives a |
000004d0  74 65 78 74 20 77 69 64  74 68 20 6f 66 20 37 34  |text width of 74|
000004e0  0d 63 68 61 72 61 63 74  65 72 73 2e 20 20 49 66  |.characters.  If|
000004f0  20 61 20 72 75 6c 65 72  20 69 73 20 61 64 64 65  | a ruler is adde|
00000500  64 2c 1a 20 69 74 1a 20  73 68 6f 75 6c 64 20 62  |d,. it. should b|
00000510  65 20 64 65 6c 65 74 65  64 20 62 65 66 6f 72 65  |e deleted before|
00000520  20 73 75 62 6d 69 73 73  69 6f 6e 0d 61 73 20 69  | submission.as i|
00000530  74 20 77 69 6c 6c 20 62  65 20 70 72 69 6e 74 65  |t will be printe|
00000540  64 20 77 68 65 6e 20 74  68 65 20 63 6f 64 65 20  |d when the code |
00000550  69 73 20 75 73 65 64 20  61 6e 64 20 6d 61 6b 65  |is used and make|
00000560  20 74 68 65 20 66 69 6c  65 20 6c 6f 6f 6b 20 75  | the file look u|
00000570  6e 74 69 64 79 2e 0d 59  6f 75 20 6d 61 79 20 75  |ntidy..You may u|
00000580  73 65 20 74 68 65 20 66  6f 72 6d 61 74 74 69 6e  |se the formattin|
00000590  67 1a 20 61 73 1a 20 74  68 65 20 63 6f 6e 74 72  |g. as. the contr|
000005a0  6f 6c 20 63 6f 64 65 73  20 31 36 20 61 6e 64 20  |ol codes 16 and |
000005b0  32 36 20 61 72 65 20 69  67 6e 6f 72 65 64 20 62  |26 are ignored b|
000005c0  79 0d 74 68 65 20 63 6f  64 69 6e 67 20 62 75 74  |y.the coding but|
000005d0  20 70 72 69 6e 74 69 6e  67 20 77 69 6c 6c 20 61  | printing will a|
000005e0  70 70 65 61 72 20 61 73  1a 20 69 66 1a 20 75 6e  |ppear as. if. un|
000005f0  66 6f 72 6d 61 74 74 65  64 1a 20 77 68 65 6e 1a  |formatted. when.|
00000600  20 74 68 65 20 63 6f 64  65 20 69 73 0d 75 73 65  | the code is.use|
00000610  64 2e 0d 0d 54 68 65 20  34 30 20 63 6f 6c 75 6d  |d...The 40 colum|
00000620  6e 20 70 72 69 6e 74 69  6e 67 1a 20 69 73 1a 20  |n printing. is. |
00000630  6e 6f 74 1a 20 70 65 72  66 65 63 74 1a 20 62 75  |not. perfect. bu|
00000640  74 20 69 73 20 61 62 6f  75 74 20 74 68 65 20 62  |t is about the b|
00000650  65 73 74 20 63 6f 6d 70  72 6f 6d 69 73 65 0d 74  |est compromise.t|
00000660  68 61 74 20 63 6f 75 6c  64 20 62 65 20 6d 61 64  |hat could be mad|
00000670  65 2e 20 20 49 74 20 64  65 70 65 6e 64 73 20 6f  |e.  It depends o|
00000680  6e 20 61 1a 20 77 6f 72  64 2d 77 72 61 70 70 69  |n a. word-wrappi|
00000690  6e 67 1a 20 72 6f 75 74  69 6e 65 1a 20 74 6f 20  |ng. routine. to |
000006a0  61 76 6f 69 64 20 74 68  65 0d 73 70 6c 69 74 74  |avoid the.splitt|
000006b0  69 6e 67 20 6f 66 20 77  6f 72 64 73 20 61 73 20  |ing of words as |
000006c0  66 61 72 20 61 73 20 70  6f 73 73 69 62 6c 65 20  |far as possible |
000006d0  74 68 6f 75 67 68 20 77  6f 72 64 73 20 6f 66 20  |though words of |
000006e0  6d 6f 72 65 20 74 68 61  6e 20 31 30 20 6c 65 74  |more than 10 let|
000006f0  74 65 72 73 0d 77 69 6c  6c 20 73 74 69 6c 6c 20  |ters.will still |
00000700  20 62 65 20 73 70 6c 69  74 2e 0d 0d 46 6f 72 20  | be split...For |
00000710  74 68 65 20 63 6f 72 72  65 63 74 20 70 72 69 6e  |the correct prin|
00000720  74 69 6e 67 20 6f 66 1a  20 79 6f 75 72 1a 20 66  |ting of. your. f|
00000730  69 6c 65 73 2c 1a 20 74  68 65 1a 20 66 6f 6c 6c  |iles,. the. foll|
00000740  6f 77 69 6e 67 20 6d 65  74 68 6f 64 20 73 68 6f  |owing method sho|
00000750  75 6c 64 20 62 65 0d 75  73 65 64 20 2d 0d 0d 20  |uld be.used -.. |
00000760  20 20 20 31 2e 20 20 54  69 74 6c 65 73 20 61 6e  |   1.  Titles an|
00000770  64 20 73 75 62 2d 68 65  61 64 69 6e 67 73 20 73  |d sub-headings s|
00000780  68 6f 75 6c 64 20 62 65  20 75 6e 64 65 72 6c 69  |hould be underli|
00000790  6e 65 64 20 77 69 74 68  20 74 68 65 20 74 69 6c  |ned with the til|
000007a0  64 65 20 28 7e 29 2e 0d  20 20 20 20 20 20 20 20  |de (~)..        |
000007b0  54 68 65 79 20 6d 61 79  20 62 65 20 63 65 6e 74  |They may be cent|
000007c0  72 61 6c 69 73 65 64 20  75 73 69 6e 67 20 73 70  |ralised using sp|
000007d0  61 63 65 73 20 6f 72 20  74 68 65 20 69 6e 73 65  |aces or the inse|
000007e0  72 74 20 63 68 61 72 61  63 74 65 72 20 6b 65 79  |rt character key|
000007f0  2e 0d 20 20 20 20 20 20  20 20 44 6f 20 1c 6e 6f  |..        Do .no|
00000800  74 1c 20 75 73 65 20 54  41 42 20 61 73 20 74 68  |t. use TAB as th|
00000810  69 73 20 77 69 6c 6c 20  61 70 70 65 61 72 20 61  |is will appear a|
00000820  73 20 31 20 73 70 61 63  65 20 6f 6e 6c 79 2e 0d  |s 1 space only..|
00000830  0d 20 20 20 20 32 2e 20  20 41 20 62 6c 61 6e 6b  |.    2.  A blank|
00000840  20 6c 69 6e 65 20 73 68  6f 75 6c 64 20 73 65 70  | line should sep|
00000850  61 72 61 74 65 20 70 61  72 61 67 72 61 70 68 73  |arate paragraphs|
00000860  2e 0d 0d 20 20 20 20 33  2e 20 20 49 6e 64 65 6e  |...    3.  Inden|
00000870  74 69 6e 67 20 74 68 65  20 74 65 78 74 20 63 61  |ting the text ca|
00000880  6e 20 62 65 20 75 73 65  64 20 77 68 65 72 65 20  |n be used where |
00000890  61 20 6e 65 77 20 6c 69  6e 65 20 69 73 20 6e 65  |a new line is ne|
000008a0  65 64 65 64 2c 20 61 67  61 69 6e 0d 20 20 20 20  |eded, again.    |
000008b0  20 20 20 20 75 73 69 6e  67 20 73 70 61 63 65 73  |    using spaces|
000008c0  20 6f 6e 6c 79 2e 0d 0d  46 6f 72 20 6c 65 74 74  | only...For lett|
000008d0  65 72 73 2c 20 69 74 20  69 73 20 73 75 67 67 65  |ers, it is sugge|
000008e0  73 74 65 64 20 74 68 61  74 20 79 6f 75 72 20 6e  |sted that your n|
000008f0  61 6d 65 20 61 6e 64 20  61 64 64 72 65 73 73 20  |ame and address |
00000900  69 73 20 74 79 70 65 64  20 69 6e 20 73 69 6e 67  |is typed in sing|
00000910  6c 65 0d 6c 69 6e 65 20  61 73 20 74 68 69 73 20  |le.line as this |
00000920  67 69 76 65 73 20 61 20  6e 65 61 74 65 72 20 61  |gives a neater a|
00000930  70 70 65 61 72 61 6e 63  65 20 61 6e 64 20 73 61  |ppearance and sa|
00000940  76 65 73 1a 20 73 70 61  63 65 1a 20 77 68 65 6e  |ves. space. when|
00000950  1a 20 74 68 65 20 66 69  6c 65 20 69 73 0d 70 72  |. the file is.pr|
00000960  69 6e 74 65 64 2e 0d 0d  44 49 41 47 52 41 4d 53  |inted...DIAGRAMS|
00000970  0d 7e 7e 7e 7e 7e 7e 7e  7e 0d 54 68 65 20 6d 65  |.~~~~~~~~.The me|
00000980  6e 75 73 20 61 6c 6c 6f  77 20 64 69 61 67 72 61  |nus allow diagra|
00000990  6d 73 20 72 65 66 65 72  72 65 64 20 74 6f 20 69  |ms referred to i|
000009a0  6e 20 74 68 65 20 74 65  78 74 20 74 6f 20 62 65  |n the text to be|
000009b0  1a 20 70 72 69 6e 74 65  64 1a 20 74 6f 20 73 63  |. printed. to sc|
000009c0  72 65 65 6e 0d 66 6f 6c  6c 6f 77 69 6e 67 20 74  |reen.following t|
000009d0  68 65 20 72 65 6c 65 76  61 6e 74 20 74 65 78 74  |he relevant text|
000009e0  2e 0d 0d 44 69 61 67 72  61 6d 73 20 6d 61 79 20  |...Diagrams may |
000009f0  62 65 20 69 6e 20 61 6e  79 20 67 72 61 70 68 69  |be in any graphi|
00000a00  63 73 20 6d 6f 64 65 20  62 75 74 2c 20 69 66 20  |cs mode but, if |
00000a10  74 68 65 72 65 20 61 72  65 20 6d 6f 72 65 20 74  |there are more t|
00000a20  68 61 6e 20 6f 6e 65 2c  20 74 68 65 79 0d 6d 75  |han one, they.mu|
00000a30  73 74 1a 20 61 6c 6c 20  62 65 20 69 6e 20 74 68  |st. all be in th|
00000a40  65 20 73 61 6d 65 20 6d  6f 64 65 2e 20 20 54 68  |e same mode.  Th|
00000a50  65 79 20 61 72 65 20 74  68 65 6e 20 64 69 73 70  |ey are then disp|
00000a60  6c 61 79 65 64 20 69 6e  20 73 65 71 75 65 6e 63  |layed in sequenc|
00000a70  65 1a 20 69 6e 1a 20 61  0d 73 69 6d 69 6c 61 72  |e. in. a.similar|
00000a80  20 6d 61 6e 6e 65 72 20  74 6f 20 6c 6f 6e 67 20  | manner to long |
00000a90  74 65 78 74 20 66 69 6c  65 73 2e 0d 0d 41 73 1a  |text files...As.|
00000aa0  20 74 68 65 1a 20 6c 61  73 74 1a 20 6c 69 6e 65  | the. last. line|
00000ab0  1a 20 69 73 1a 20 75 73  65 64 20 66 6f 72 20 74  |. is. used for t|
00000ac0  68 65 20 63 75 65 20 74  6f 20 63 6f 6e 74 69 6e  |he cue to contin|
00000ad0  75 65 2c 20 69 74 20 69  73 20 62 65 73 74 20 74  |ue, it is best t|
00000ae0  6f 20 61 76 6f 69 64 0d  75 73 69 6e 67 20 74 68  |o avoid.using th|
00000af0  69 73 20 66 6f 72 20 74  68 65 20 64 69 61 67 72  |is for the diagr|
00000b00  61 6d 2e 0d 0d 49 66 20  74 68 65 20 70 72 69 6e  |am...If the prin|
00000b10  74 65 72 20 6f 70 74 69  6f 6e 20 69 73 20 73 65  |ter option is se|
00000b20  74 20 74 68 65 79 20 77  69 6c 6c 20 61 6c 73 6f  |t they will also|
00000b30  20 62 65 20 70 72 69 6e  74 65 64 20 66 6f 6c 6c  | be printed foll|
00000b40  6f 77 69 6e 67 20 74 68  65 20 74 65 78 74 2e 0d  |owing the text..|
00000b50  0d 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |.***************|
00000b60  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 2a 2a 2a 2a 2a  |****************|
*
00000b90  2a 2a 2a 2a 2a 2a 2a 2a  2a 2a 2a 0d 0d           |***********..|
00000b9d
P/+subtx1.m0
P/+subtx1.m1
P/+subtx1.m2
P/+subtx1.m4
P/+subtx1.m5