Home » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs » !WelcomeA/!Help

!WelcomeA/!Help

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 » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs
Filename: !WelcomeA/!Help
Read OK:
File size: 0B4A bytes
Load address: 0000
Exec address: 0000
File contents
Documentation for !WelcomeA, an alternative desktop welcome screen

Program and documentation are Copyright � Cy Booker, 1993

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Requirements
============

        RISC OS 3.00 or later
        Knowledge of !Boot files


What's This
===========

        This is a program that GENERATES a module.  This module, will
        provide an alterative "Desktop Welcome" screen.  The standard
        welcome screen is the one with all those fonts in it, you know,
        the thing that made you save the font cache & load it in your
        boot file :-)


One Second Guide
================

   1.   Run the application

   2.   Ignore the error message

   3.   CTRL-SHIFT-F12

   4.   RETURN

   5.   Read the documentation


Quick Guide
===========

   1.   Alter your !Boot (*) file to include the line
           RMEnsure WelcomeAnimate 1.10 RMLoad [path].!WelcomeA.Module

        **BEFORE** the line that calls the desktop boot file.
        Putting the above line in the DeskBoot file will NOT suffice

   2.   CTRL-SHIFT-F12

   3.   RETURN

   4.   Say "cor"


(*)     See "About Boot Files" below



Not So Quick Guide
==================

   1.   Create a super spiffy sprite

   2.   Save this sprite as [path].!WelcomeA.Sprite

   3.   Run !WelcomeA.!Compile

   4.   Say "my, what a lot of flicker"

   5.   CTRL-SHIFT-F12

   6.   RETURN

   7.   Say "that's more like it"



Bloody Long Guide
=================

   1.   Alter the values of the system variables set in the !Compile
        script file so that the module is saved in !System.Modules

   2.   Change your !Boot file so it loads the module from the system
        directory

   3.   Load !WelcomeA.Source into your favourite editor

   4.   Fiddle about with the constants at the start

   5.   Repeat the Not So Quick Guide



About Boot Files
================

        You'll have to look it up in the manual, as boot files are so
        environment-specific.  Basically you have an OBEY file called
        !Boot in your root directory.  This probably ensures various
        modules are loaded and then executes your DESKBOOT file.  You
        need to make sure that the module generated by this program is
        loaded BEFORE the desktop starts up.



Updates
=======

        18.06.1993 1.00 working, no documentation
        27.06.1993 1.10 documentation



Author
======

        This program is FREEWARE.
        Any bugs/feedback most welcome.

                        Cy Booker
                        86 Church View
                        Main Road
                        Crockenhill
                        Swanley
                        Kent
                        BR8 8JW
                        U.K.
00000000  44 6f 63 75 6d 65 6e 74  61 74 69 6f 6e 20 66 6f  |Documentation fo|
00000010  72 20 21 57 65 6c 63 6f  6d 65 41 2c 20 61 6e 20  |r !WelcomeA, an |
00000020  61 6c 74 65 72 6e 61 74  69 76 65 20 64 65 73 6b  |alternative desk|
00000030  74 6f 70 20 77 65 6c 63  6f 6d 65 20 73 63 72 65  |top welcome scre|
00000040  65 6e 0a 0a 50 72 6f 67  72 61 6d 20 61 6e 64 20  |en..Program and |
00000050  64 6f 63 75 6d 65 6e 74  61 74 69 6f 6e 20 61 72  |documentation ar|
00000060  65 20 43 6f 70 79 72 69  67 68 74 20 a9 20 43 79  |e Copyright . Cy|
00000070  20 42 6f 6f 6b 65 72 2c  20 31 39 39 33 0a 0a 20  | Booker, 1993.. |
00000080  20 20 20 54 68 69 73 20  70 72 6f 67 72 61 6d 20  |   This program |
00000090  69 73 20 64 69 73 74 72  69 62 75 74 65 64 20 69  |is distributed i|
000000a0  6e 20 74 68 65 20 68 6f  70 65 20 74 68 61 74 20  |n the hope that |
000000b0  69 74 20 77 69 6c 6c 20  62 65 20 75 73 65 66 75  |it will be usefu|
000000c0  6c 2c 0a 20 20 20 20 62  75 74 20 57 49 54 48 4f  |l,.    but WITHO|
000000d0  55 54 20 41 4e 59 20 57  41 52 52 41 4e 54 59 3b  |UT ANY WARRANTY;|
000000e0  20 77 69 74 68 6f 75 74  20 65 76 65 6e 20 74 68  | without even th|
000000f0  65 20 69 6d 70 6c 69 65  64 20 77 61 72 72 61 6e  |e implied warran|
00000100  74 79 20 6f 66 0a 20 20  20 20 4d 45 52 43 48 41  |ty of.    MERCHA|
00000110  4e 54 41 42 49 4c 49 54  59 20 6f 72 20 46 49 54  |NTABILITY or FIT|
00000120  4e 45 53 53 20 46 4f 52  20 41 20 50 41 52 54 49  |NESS FOR A PARTI|
00000130  43 55 4c 41 52 20 50 55  52 50 4f 53 45 2e 0a 0a  |CULAR PURPOSE...|
00000140  0a 52 65 71 75 69 72 65  6d 65 6e 74 73 0a 3d 3d  |.Requirements.==|
00000150  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 0a 0a 20 20 20 20  |==========..    |
00000160  20 20 20 20 52 49 53 43  20 4f 53 20 33 2e 30 30  |    RISC OS 3.00|
00000170  20 6f 72 20 6c 61 74 65  72 0a 20 20 20 20 20 20  | or later.      |
00000180  20 20 4b 6e 6f 77 6c 65  64 67 65 20 6f 66 20 21  |  Knowledge of !|
00000190  42 6f 6f 74 20 66 69 6c  65 73 0a 0a 0a 57 68 61  |Boot files...Wha|
000001a0  74 27 73 20 54 68 69 73  0a 3d 3d 3d 3d 3d 3d 3d  |t's This.=======|
000001b0  3d 3d 3d 3d 0a 0a 20 20  20 20 20 20 20 20 54 68  |====..        Th|
000001c0  69 73 20 69 73 20 61 20  70 72 6f 67 72 61 6d 20  |is is a program |
000001d0  74 68 61 74 20 47 45 4e  45 52 41 54 45 53 20 61  |that GENERATES a|
000001e0  20 6d 6f 64 75 6c 65 2e  20 20 54 68 69 73 20 6d  | module.  This m|
000001f0  6f 64 75 6c 65 2c 20 77  69 6c 6c 0a 20 20 20 20  |odule, will.    |
00000200  20 20 20 20 70 72 6f 76  69 64 65 20 61 6e 20 61  |    provide an a|
00000210  6c 74 65 72 61 74 69 76  65 20 22 44 65 73 6b 74  |lterative "Deskt|
00000220  6f 70 20 57 65 6c 63 6f  6d 65 22 20 73 63 72 65  |op Welcome" scre|
00000230  65 6e 2e 20 20 54 68 65  20 73 74 61 6e 64 61 72  |en.  The standar|
00000240  64 0a 20 20 20 20 20 20  20 20 77 65 6c 63 6f 6d  |d.        welcom|
00000250  65 20 73 63 72 65 65 6e  20 69 73 20 74 68 65 20  |e screen is the |
00000260  6f 6e 65 20 77 69 74 68  20 61 6c 6c 20 74 68 6f  |one with all tho|
00000270  73 65 20 66 6f 6e 74 73  20 69 6e 20 69 74 2c 20  |se fonts in it, |
00000280  79 6f 75 20 6b 6e 6f 77  2c 0a 20 20 20 20 20 20  |you know,.      |
00000290  20 20 74 68 65 20 74 68  69 6e 67 20 74 68 61 74  |  the thing that|
000002a0  20 6d 61 64 65 20 79 6f  75 20 73 61 76 65 20 74  | made you save t|
000002b0  68 65 20 66 6f 6e 74 20  63 61 63 68 65 20 26 20  |he font cache & |
000002c0  6c 6f 61 64 20 69 74 20  69 6e 20 79 6f 75 72 0a  |load it in your.|
000002d0  20 20 20 20 20 20 20 20  62 6f 6f 74 20 66 69 6c  |        boot fil|
000002e0  65 20 3a 2d 29 0a 0a 0a  4f 6e 65 20 53 65 63 6f  |e :-)...One Seco|
000002f0  6e 64 20 47 75 69 64 65  0a 3d 3d 3d 3d 3d 3d 3d  |nd Guide.=======|
00000300  3d 3d 3d 3d 3d 3d 3d 3d  3d 0a 0a 20 20 20 31 2e  |=========..   1.|
00000310  20 20 20 52 75 6e 20 74  68 65 20 61 70 70 6c 69  |   Run the appli|
00000320  63 61 74 69 6f 6e 0a 0a  20 20 20 32 2e 20 20 20  |cation..   2.   |
00000330  49 67 6e 6f 72 65 20 74  68 65 20 65 72 72 6f 72  |Ignore the error|
00000340  20 6d 65 73 73 61 67 65  0a 0a 20 20 20 33 2e 20  | message..   3. |
00000350  20 20 43 54 52 4c 2d 53  48 49 46 54 2d 46 31 32  |  CTRL-SHIFT-F12|
00000360  0a 0a 20 20 20 34 2e 20  20 20 52 45 54 55 52 4e  |..   4.   RETURN|
00000370  0a 0a 20 20 20 35 2e 20  20 20 52 65 61 64 20 74  |..   5.   Read t|
00000380  68 65 20 64 6f 63 75 6d  65 6e 74 61 74 69 6f 6e  |he documentation|
00000390  0a 0a 0a 51 75 69 63 6b  20 47 75 69 64 65 0a 3d  |...Quick Guide.=|
000003a0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 0a 0a 20 20 20 31  |==========..   1|
000003b0  2e 20 20 20 41 6c 74 65  72 20 79 6f 75 72 20 21  |.   Alter your !|
000003c0  42 6f 6f 74 20 28 2a 29  20 66 69 6c 65 20 74 6f  |Boot (*) file to|
000003d0  20 69 6e 63 6c 75 64 65  20 74 68 65 20 6c 69 6e  | include the lin|
000003e0  65 0a 20 20 20 20 20 20  20 20 20 20 20 52 4d 45  |e.           RME|
000003f0  6e 73 75 72 65 20 57 65  6c 63 6f 6d 65 41 6e 69  |nsure WelcomeAni|
00000400  6d 61 74 65 20 31 2e 31  30 20 52 4d 4c 6f 61 64  |mate 1.10 RMLoad|
00000410  20 5b 70 61 74 68 5d 2e  21 57 65 6c 63 6f 6d 65  | [path].!Welcome|
00000420  41 2e 4d 6f 64 75 6c 65  0a 0a 20 20 20 20 20 20  |A.Module..      |
00000430  20 20 2a 2a 42 45 46 4f  52 45 2a 2a 20 74 68 65  |  **BEFORE** the|
00000440  20 6c 69 6e 65 20 74 68  61 74 20 63 61 6c 6c 73  | line that calls|
00000450  20 74 68 65 20 64 65 73  6b 74 6f 70 20 62 6f 6f  | the desktop boo|
00000460  74 20 66 69 6c 65 2e 0a  20 20 20 20 20 20 20 20  |t file..        |
00000470  50 75 74 74 69 6e 67 20  74 68 65 20 61 62 6f 76  |Putting the abov|
00000480  65 20 6c 69 6e 65 20 69  6e 20 74 68 65 20 44 65  |e line in the De|
00000490  73 6b 42 6f 6f 74 20 66  69 6c 65 20 77 69 6c 6c  |skBoot file will|
000004a0  20 4e 4f 54 20 73 75 66  66 69 63 65 0a 0a 20 20  | NOT suffice..  |
000004b0  20 32 2e 20 20 20 43 54  52 4c 2d 53 48 49 46 54  | 2.   CTRL-SHIFT|
000004c0  2d 46 31 32 0a 0a 20 20  20 33 2e 20 20 20 52 45  |-F12..   3.   RE|
000004d0  54 55 52 4e 0a 0a 20 20  20 34 2e 20 20 20 53 61  |TURN..   4.   Sa|
000004e0  79 20 22 63 6f 72 22 0a  0a 0a 28 2a 29 20 20 20  |y "cor"...(*)   |
000004f0  20 20 53 65 65 20 22 41  62 6f 75 74 20 42 6f 6f  |  See "About Boo|
00000500  74 20 46 69 6c 65 73 22  20 62 65 6c 6f 77 0a 0a  |t Files" below..|
00000510  0a 0a 4e 6f 74 20 53 6f  20 51 75 69 63 6b 20 47  |..Not So Quick G|
00000520  75 69 64 65 0a 3d 3d 3d  3d 3d 3d 3d 3d 3d 3d 3d  |uide.===========|
00000530  3d 3d 3d 3d 3d 3d 3d 0a  0a 20 20 20 31 2e 20 20  |=======..   1.  |
00000540  20 43 72 65 61 74 65 20  61 20 73 75 70 65 72 20  | Create a super |
00000550  73 70 69 66 66 79 20 73  70 72 69 74 65 0a 0a 20  |spiffy sprite.. |
00000560  20 20 32 2e 20 20 20 53  61 76 65 20 74 68 69 73  |  2.   Save this|
00000570  20 73 70 72 69 74 65 20  61 73 20 5b 70 61 74 68  | sprite as [path|
00000580  5d 2e 21 57 65 6c 63 6f  6d 65 41 2e 53 70 72 69  |].!WelcomeA.Spri|
00000590  74 65 0a 0a 20 20 20 33  2e 20 20 20 52 75 6e 20  |te..   3.   Run |
000005a0  21 57 65 6c 63 6f 6d 65  41 2e 21 43 6f 6d 70 69  |!WelcomeA.!Compi|
000005b0  6c 65 0a 0a 20 20 20 34  2e 20 20 20 53 61 79 20  |le..   4.   Say |
000005c0  22 6d 79 2c 20 77 68 61  74 20 61 20 6c 6f 74 20  |"my, what a lot |
000005d0  6f 66 20 66 6c 69 63 6b  65 72 22 0a 0a 20 20 20  |of flicker"..   |
000005e0  35 2e 20 20 20 43 54 52  4c 2d 53 48 49 46 54 2d  |5.   CTRL-SHIFT-|
000005f0  46 31 32 0a 0a 20 20 20  36 2e 20 20 20 52 45 54  |F12..   6.   RET|
00000600  55 52 4e 0a 0a 20 20 20  37 2e 20 20 20 53 61 79  |URN..   7.   Say|
00000610  20 22 74 68 61 74 27 73  20 6d 6f 72 65 20 6c 69  | "that's more li|
00000620  6b 65 20 69 74 22 0a 0a  0a 0a 42 6c 6f 6f 64 79  |ke it"....Bloody|
00000630  20 4c 6f 6e 67 20 47 75  69 64 65 0a 3d 3d 3d 3d  | Long Guide.====|
00000640  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 3d 3d 0a 0a 20  |=============.. |
00000650  20 20 31 2e 20 20 20 41  6c 74 65 72 20 74 68 65  |  1.   Alter the|
00000660  20 76 61 6c 75 65 73 20  6f 66 20 74 68 65 20 73  | values of the s|
00000670  79 73 74 65 6d 20 76 61  72 69 61 62 6c 65 73 20  |ystem variables |
00000680  73 65 74 20 69 6e 20 74  68 65 20 21 43 6f 6d 70  |set in the !Comp|
00000690  69 6c 65 0a 20 20 20 20  20 20 20 20 73 63 72 69  |ile.        scri|
000006a0  70 74 20 66 69 6c 65 20  73 6f 20 74 68 61 74 20  |pt file so that |
000006b0  74 68 65 20 6d 6f 64 75  6c 65 20 69 73 20 73 61  |the module is sa|
000006c0  76 65 64 20 69 6e 20 21  53 79 73 74 65 6d 2e 4d  |ved in !System.M|
000006d0  6f 64 75 6c 65 73 0a 0a  20 20 20 32 2e 20 20 20  |odules..   2.   |
000006e0  43 68 61 6e 67 65 20 79  6f 75 72 20 21 42 6f 6f  |Change your !Boo|
000006f0  74 20 66 69 6c 65 20 73  6f 20 69 74 20 6c 6f 61  |t file so it loa|
00000700  64 73 20 74 68 65 20 6d  6f 64 75 6c 65 20 66 72  |ds the module fr|
00000710  6f 6d 20 74 68 65 20 73  79 73 74 65 6d 0a 20 20  |om the system.  |
00000720  20 20 20 20 20 20 64 69  72 65 63 74 6f 72 79 0a  |      directory.|
00000730  0a 20 20 20 33 2e 20 20  20 4c 6f 61 64 20 21 57  |.   3.   Load !W|
00000740  65 6c 63 6f 6d 65 41 2e  53 6f 75 72 63 65 20 69  |elcomeA.Source i|
00000750  6e 74 6f 20 79 6f 75 72  20 66 61 76 6f 75 72 69  |nto your favouri|
00000760  74 65 20 65 64 69 74 6f  72 0a 0a 20 20 20 34 2e  |te editor..   4.|
00000770  20 20 20 46 69 64 64 6c  65 20 61 62 6f 75 74 20  |   Fiddle about |
00000780  77 69 74 68 20 74 68 65  20 63 6f 6e 73 74 61 6e  |with the constan|
00000790  74 73 20 61 74 20 74 68  65 20 73 74 61 72 74 0a  |ts at the start.|
000007a0  0a 20 20 20 35 2e 20 20  20 52 65 70 65 61 74 20  |.   5.   Repeat |
000007b0  74 68 65 20 4e 6f 74 20  53 6f 20 51 75 69 63 6b  |the Not So Quick|
000007c0  20 47 75 69 64 65 0a 0a  0a 0a 41 62 6f 75 74 20  | Guide....About |
000007d0  42 6f 6f 74 20 46 69 6c  65 73 0a 3d 3d 3d 3d 3d  |Boot Files.=====|
000007e0  3d 3d 3d 3d 3d 3d 3d 3d  3d 3d 3d 0a 0a 20 20 20  |===========..   |
000007f0  20 20 20 20 20 59 6f 75  27 6c 6c 20 68 61 76 65  |     You'll have|
00000800  20 74 6f 20 6c 6f 6f 6b  20 69 74 20 75 70 20 69  | to look it up i|
00000810  6e 20 74 68 65 20 6d 61  6e 75 61 6c 2c 20 61 73  |n the manual, as|
00000820  20 62 6f 6f 74 20 66 69  6c 65 73 20 61 72 65 20  | boot files are |
00000830  73 6f 0a 20 20 20 20 20  20 20 20 65 6e 76 69 72  |so.        envir|
00000840  6f 6e 6d 65 6e 74 2d 73  70 65 63 69 66 69 63 2e  |onment-specific.|
00000850  20 20 42 61 73 69 63 61  6c 6c 79 20 79 6f 75 20  |  Basically you |
00000860  68 61 76 65 20 61 6e 20  4f 42 45 59 20 66 69 6c  |have an OBEY fil|
00000870  65 20 63 61 6c 6c 65 64  0a 20 20 20 20 20 20 20  |e called.       |
00000880  20 21 42 6f 6f 74 20 69  6e 20 79 6f 75 72 20 72  | !Boot in your r|
00000890  6f 6f 74 20 64 69 72 65  63 74 6f 72 79 2e 20 20  |oot directory.  |
000008a0  54 68 69 73 20 70 72 6f  62 61 62 6c 79 20 65 6e  |This probably en|
000008b0  73 75 72 65 73 20 76 61  72 69 6f 75 73 0a 20 20  |sures various.  |
000008c0  20 20 20 20 20 20 6d 6f  64 75 6c 65 73 20 61 72  |      modules ar|
000008d0  65 20 6c 6f 61 64 65 64  20 61 6e 64 20 74 68 65  |e loaded and the|
000008e0  6e 20 65 78 65 63 75 74  65 73 20 79 6f 75 72 20  |n executes your |
000008f0  44 45 53 4b 42 4f 4f 54  20 66 69 6c 65 2e 20 20  |DESKBOOT file.  |
00000900  59 6f 75 0a 20 20 20 20  20 20 20 20 6e 65 65 64  |You.        need|
00000910  20 74 6f 20 6d 61 6b 65  20 73 75 72 65 20 74 68  | to make sure th|
00000920  61 74 20 74 68 65 20 6d  6f 64 75 6c 65 20 67 65  |at the module ge|
00000930  6e 65 72 61 74 65 64 20  62 79 20 74 68 69 73 20  |nerated by this |
00000940  70 72 6f 67 72 61 6d 20  69 73 0a 20 20 20 20 20  |program is.     |
00000950  20 20 20 6c 6f 61 64 65  64 20 42 45 46 4f 52 45  |   loaded BEFORE|
00000960  20 74 68 65 20 64 65 73  6b 74 6f 70 20 73 74 61  | the desktop sta|
00000970  72 74 73 20 75 70 2e 0a  0a 0a 0a 55 70 64 61 74  |rts up.....Updat|
00000980  65 73 0a 3d 3d 3d 3d 3d  3d 3d 0a 0a 20 20 20 20  |es.=======..    |
00000990  20 20 20 20 31 38 2e 30  36 2e 31 39 39 33 20 31  |    18.06.1993 1|
000009a0  2e 30 30 20 77 6f 72 6b  69 6e 67 2c 20 6e 6f 20  |.00 working, no |
000009b0  64 6f 63 75 6d 65 6e 74  61 74 69 6f 6e 0a 20 20  |documentation.  |
000009c0  20 20 20 20 20 20 32 37  2e 30 36 2e 31 39 39 33  |      27.06.1993|
000009d0  20 31 2e 31 30 20 64 6f  63 75 6d 65 6e 74 61 74  | 1.10 documentat|
000009e0  69 6f 6e 0a 0a 0a 0a 41  75 74 68 6f 72 0a 3d 3d  |ion....Author.==|
000009f0  3d 3d 3d 3d 0a 0a 20 20  20 20 20 20 20 20 54 68  |====..        Th|
00000a00  69 73 20 70 72 6f 67 72  61 6d 20 69 73 20 46 52  |is program is FR|
00000a10  45 45 57 41 52 45 2e 0a  20 20 20 20 20 20 20 20  |EEWARE..        |
00000a20  41 6e 79 20 62 75 67 73  2f 66 65 65 64 62 61 63  |Any bugs/feedbac|
00000a30  6b 20 6d 6f 73 74 20 77  65 6c 63 6f 6d 65 2e 0a  |k most welcome..|
00000a40  0a 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |.               |
00000a50  20 20 20 20 20 20 20 20  20 43 79 20 42 6f 6f 6b  |         Cy Book|
00000a60  65 72 0a 20 20 20 20 20  20 20 20 20 20 20 20 20  |er.             |
00000a70  20 20 20 20 20 20 20 20  20 20 20 38 36 20 43 68  |           86 Ch|
00000a80  75 72 63 68 20 56 69 65  77 0a 20 20 20 20 20 20  |urch View.      |
00000a90  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000aa0  20 20 4d 61 69 6e 20 52  6f 61 64 0a 20 20 20 20  |  Main Road.    |
00000ab0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ac0  20 20 20 20 43 72 6f 63  6b 65 6e 68 69 6c 6c 0a  |    Crockenhill.|
00000ad0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ae0  20 20 20 20 20 20 20 20  53 77 61 6e 6c 65 79 0a  |        Swanley.|
00000af0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000b00  20 20 20 20 20 20 20 20  4b 65 6e 74 0a 20 20 20  |        Kent.   |
00000b10  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000b20  20 20 20 20 20 42 52 38  20 38 4a 57 0a 20 20 20  |     BR8 8JW.   |
00000b30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000b40  20 20 20 20 20 55 2e 4b  2e 0a                    |     U.K..|
00000b4a