Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Regulars » StarInfo/Rawle/!Saviour/!Help

StarInfo/Rawle/!Saviour/!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 » AU 1997-01 B.adf » Regulars
Filename: StarInfo/Rawle/!Saviour/!Help
Read OK:
File size: 0BA8 bytes
Load address: 0000
Exec address: 0000
File contents
SAVIOUR
Jonathan Rawle 1996


Instructions
------------

Saviour provides a screen saving facility. After a period of time without
any keys being pressed, or the mouse being moved, Saviour changes the screen
to a graphical display to prevent the monitor getting 'screen burn'. Moving
the mouse or pressing a key returns to the desktop.

Double clicking on the !Saviour icon installs the screen saver. You can quit
it from the Task display window.

It may be a good idea to load Saviour in your boot sequence. The manuals
supplied with your computer give details of how to do this.

To configure Saviour, double click on the !Saviour icon with Alt held down.
A window opens giving the following options:

Delay: The time delay before the screen saver activates
Completely black: The time delay before the screen goes completely black.
                  This must be longer than the 'Delay' option.
Use ScreenBlanker module outside desktop: Saviour only operates when you are
  working in the desktop. If this option is selected, the screen will still
  blank after the delay time if you are outside the desktop (but no display
  will be loaded).

Click on OK to save the options. These options will now be used every time
Saviour is loaded. Clicking on OK also updates Saviour if it is loaded, or
loads it if it is not already loaded.

To save memory, Saviour loads the displays from disc when it needs them. For
this reason, Saviour is best run from hard disc. If you do not have a hard
disc, you could copy Saviour into RamDisc or register it in the resource
filing system.

                                    *****

Adding your own displays
------------------------

Saviour is supplied with a few simple displays. Displays are stored in the
directory !Saviour.Savers. When the computer is left alone for the time
delay (set in the configure window), one of these displays is chosen at
random. In effect, you can choose which displays you want by moving the
others into a different directory (or even deleting them if you really don't
like them!). If you create any new displays, you must put them in this
directory. You can try a display simply by clicking on it.

Displays can easily be created in BASIC. Ideally they should be moving
graphical displays with no part of the screen showing the same thing for too
long (this is what causes screen burn). The background should be black. 

The following line should appear at the start of a display program:

LIBRARY "<Saviour$Dir>.Library":PROCsaviour_init

The next line should be included at the end of the main program loop:

PROCsaviour_check

For clarification, you may wish to examine some of the displays supplied,
Circles for example.


Although written in BASIC, displays can contain assembler and can be stored
in application directories. Using application directories is an advantage
when you need to include resources such as sprites for your display, and to
reserve the right amount of memory with the Wimpslot command.
00000000  53 41 56 49 4f 55 52 0a  4a 6f 6e 61 74 68 61 6e  |SAVIOUR.Jonathan|
00000010  20 52 61 77 6c 65 20 31  39 39 36 0a 0a 0a 49 6e  | Rawle 1996...In|
00000020  73 74 72 75 63 74 69 6f  6e 73 0a 2d 2d 2d 2d 2d  |structions.-----|
00000030  2d 2d 2d 2d 2d 2d 2d 0a  0a 53 61 76 69 6f 75 72  |-------..Saviour|
00000040  20 70 72 6f 76 69 64 65  73 20 61 20 73 63 72 65  | provides a scre|
00000050  65 6e 20 73 61 76 69 6e  67 20 66 61 63 69 6c 69  |en saving facili|
00000060  74 79 2e 20 41 66 74 65  72 20 61 20 70 65 72 69  |ty. After a peri|
00000070  6f 64 20 6f 66 20 74 69  6d 65 20 77 69 74 68 6f  |od of time witho|
00000080  75 74 0a 61 6e 79 20 6b  65 79 73 20 62 65 69 6e  |ut.any keys bein|
00000090  67 20 70 72 65 73 73 65  64 2c 20 6f 72 20 74 68  |g pressed, or th|
000000a0  65 20 6d 6f 75 73 65 20  62 65 69 6e 67 20 6d 6f  |e mouse being mo|
000000b0  76 65 64 2c 20 53 61 76  69 6f 75 72 20 63 68 61  |ved, Saviour cha|
000000c0  6e 67 65 73 20 74 68 65  20 73 63 72 65 65 6e 0a  |nges the screen.|
000000d0  74 6f 20 61 20 67 72 61  70 68 69 63 61 6c 20 64  |to a graphical d|
000000e0  69 73 70 6c 61 79 20 74  6f 20 70 72 65 76 65 6e  |isplay to preven|
000000f0  74 20 74 68 65 20 6d 6f  6e 69 74 6f 72 20 67 65  |t the monitor ge|
00000100  74 74 69 6e 67 20 27 73  63 72 65 65 6e 20 62 75  |tting 'screen bu|
00000110  72 6e 27 2e 20 4d 6f 76  69 6e 67 0a 74 68 65 20  |rn'. Moving.the |
00000120  6d 6f 75 73 65 20 6f 72  20 70 72 65 73 73 69 6e  |mouse or pressin|
00000130  67 20 61 20 6b 65 79 20  72 65 74 75 72 6e 73 20  |g a key returns |
00000140  74 6f 20 74 68 65 20 64  65 73 6b 74 6f 70 2e 0a  |to the desktop..|
00000150  0a 44 6f 75 62 6c 65 20  63 6c 69 63 6b 69 6e 67  |.Double clicking|
00000160  20 6f 6e 20 74 68 65 20  21 53 61 76 69 6f 75 72  | on the !Saviour|
00000170  20 69 63 6f 6e 20 69 6e  73 74 61 6c 6c 73 20 74  | icon installs t|
00000180  68 65 20 73 63 72 65 65  6e 20 73 61 76 65 72 2e  |he screen saver.|
00000190  20 59 6f 75 20 63 61 6e  20 71 75 69 74 0a 69 74  | You can quit.it|
000001a0  20 66 72 6f 6d 20 74 68  65 20 54 61 73 6b 20 64  | from the Task d|
000001b0  69 73 70 6c 61 79 20 77  69 6e 64 6f 77 2e 0a 0a  |isplay window...|
000001c0  49 74 20 6d 61 79 20 62  65 20 61 20 67 6f 6f 64  |It may be a good|
000001d0  20 69 64 65 61 20 74 6f  20 6c 6f 61 64 20 53 61  | idea to load Sa|
000001e0  76 69 6f 75 72 20 69 6e  20 79 6f 75 72 20 62 6f  |viour in your bo|
000001f0  6f 74 20 73 65 71 75 65  6e 63 65 2e 20 54 68 65  |ot sequence. The|
00000200  20 6d 61 6e 75 61 6c 73  0a 73 75 70 70 6c 69 65  | manuals.supplie|
00000210  64 20 77 69 74 68 20 79  6f 75 72 20 63 6f 6d 70  |d with your comp|
00000220  75 74 65 72 20 67 69 76  65 20 64 65 74 61 69 6c  |uter give detail|
00000230  73 20 6f 66 20 68 6f 77  20 74 6f 20 64 6f 20 74  |s of how to do t|
00000240  68 69 73 2e 0a 0a 54 6f  20 63 6f 6e 66 69 67 75  |his...To configu|
00000250  72 65 20 53 61 76 69 6f  75 72 2c 20 64 6f 75 62  |re Saviour, doub|
00000260  6c 65 20 63 6c 69 63 6b  20 6f 6e 20 74 68 65 20  |le click on the |
00000270  21 53 61 76 69 6f 75 72  20 69 63 6f 6e 20 77 69  |!Saviour icon wi|
00000280  74 68 20 41 6c 74 20 68  65 6c 64 20 64 6f 77 6e  |th Alt held down|
00000290  2e 0a 41 20 77 69 6e 64  6f 77 20 6f 70 65 6e 73  |..A window opens|
000002a0  20 67 69 76 69 6e 67 20  74 68 65 20 66 6f 6c 6c  | giving the foll|
000002b0  6f 77 69 6e 67 20 6f 70  74 69 6f 6e 73 3a 0a 0a  |owing options:..|
000002c0  44 65 6c 61 79 3a 20 54  68 65 20 74 69 6d 65 20  |Delay: The time |
000002d0  64 65 6c 61 79 20 62 65  66 6f 72 65 20 74 68 65  |delay before the|
000002e0  20 73 63 72 65 65 6e 20  73 61 76 65 72 20 61 63  | screen saver ac|
000002f0  74 69 76 61 74 65 73 0a  43 6f 6d 70 6c 65 74 65  |tivates.Complete|
00000300  6c 79 20 62 6c 61 63 6b  3a 20 54 68 65 20 74 69  |ly black: The ti|
00000310  6d 65 20 64 65 6c 61 79  20 62 65 66 6f 72 65 20  |me delay before |
00000320  74 68 65 20 73 63 72 65  65 6e 20 67 6f 65 73 20  |the screen goes |
00000330  63 6f 6d 70 6c 65 74 65  6c 79 20 62 6c 61 63 6b  |completely black|
00000340  2e 0a 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |..              |
00000350  20 20 20 20 54 68 69 73  20 6d 75 73 74 20 62 65  |    This must be|
00000360  20 6c 6f 6e 67 65 72 20  74 68 61 6e 20 74 68 65  | longer than the|
00000370  20 27 44 65 6c 61 79 27  20 6f 70 74 69 6f 6e 2e  | 'Delay' option.|
00000380  0a 55 73 65 20 53 63 72  65 65 6e 42 6c 61 6e 6b  |.Use ScreenBlank|
00000390  65 72 20 6d 6f 64 75 6c  65 20 6f 75 74 73 69 64  |er module outsid|
000003a0  65 20 64 65 73 6b 74 6f  70 3a 20 53 61 76 69 6f  |e desktop: Savio|
000003b0  75 72 20 6f 6e 6c 79 20  6f 70 65 72 61 74 65 73  |ur only operates|
000003c0  20 77 68 65 6e 20 79 6f  75 20 61 72 65 0a 20 20  | when you are.  |
000003d0  77 6f 72 6b 69 6e 67 20  69 6e 20 74 68 65 20 64  |working in the d|
000003e0  65 73 6b 74 6f 70 2e 20  49 66 20 74 68 69 73 20  |esktop. If this |
000003f0  6f 70 74 69 6f 6e 20 69  73 20 73 65 6c 65 63 74  |option is select|
00000400  65 64 2c 20 74 68 65 20  73 63 72 65 65 6e 20 77  |ed, the screen w|
00000410  69 6c 6c 20 73 74 69 6c  6c 0a 20 20 62 6c 61 6e  |ill still.  blan|
00000420  6b 20 61 66 74 65 72 20  74 68 65 20 64 65 6c 61  |k after the dela|
00000430  79 20 74 69 6d 65 20 69  66 20 79 6f 75 20 61 72  |y time if you ar|
00000440  65 20 6f 75 74 73 69 64  65 20 74 68 65 20 64 65  |e outside the de|
00000450  73 6b 74 6f 70 20 28 62  75 74 20 6e 6f 20 64 69  |sktop (but no di|
00000460  73 70 6c 61 79 0a 20 20  77 69 6c 6c 20 62 65 20  |splay.  will be |
00000470  6c 6f 61 64 65 64 29 2e  0a 0a 43 6c 69 63 6b 20  |loaded)...Click |
00000480  6f 6e 20 4f 4b 20 74 6f  20 73 61 76 65 20 74 68  |on OK to save th|
00000490  65 20 6f 70 74 69 6f 6e  73 2e 20 54 68 65 73 65  |e options. These|
000004a0  20 6f 70 74 69 6f 6e 73  20 77 69 6c 6c 20 6e 6f  | options will no|
000004b0  77 20 62 65 20 75 73 65  64 20 65 76 65 72 79 20  |w be used every |
000004c0  74 69 6d 65 0a 53 61 76  69 6f 75 72 20 69 73 20  |time.Saviour is |
000004d0  6c 6f 61 64 65 64 2e 20  43 6c 69 63 6b 69 6e 67  |loaded. Clicking|
000004e0  20 6f 6e 20 4f 4b 20 61  6c 73 6f 20 75 70 64 61  | on OK also upda|
000004f0  74 65 73 20 53 61 76 69  6f 75 72 20 69 66 20 69  |tes Saviour if i|
00000500  74 20 69 73 20 6c 6f 61  64 65 64 2c 20 6f 72 0a  |t is loaded, or.|
00000510  6c 6f 61 64 73 20 69 74  20 69 66 20 69 74 20 69  |loads it if it i|
00000520  73 20 6e 6f 74 20 61 6c  72 65 61 64 79 20 6c 6f  |s not already lo|
00000530  61 64 65 64 2e 0a 0a 54  6f 20 73 61 76 65 20 6d  |aded...To save m|
00000540  65 6d 6f 72 79 2c 20 53  61 76 69 6f 75 72 20 6c  |emory, Saviour l|
00000550  6f 61 64 73 20 74 68 65  20 64 69 73 70 6c 61 79  |oads the display|
00000560  73 20 66 72 6f 6d 20 64  69 73 63 20 77 68 65 6e  |s from disc when|
00000570  20 69 74 20 6e 65 65 64  73 20 74 68 65 6d 2e 20  | it needs them. |
00000580  46 6f 72 0a 74 68 69 73  20 72 65 61 73 6f 6e 2c  |For.this reason,|
00000590  20 53 61 76 69 6f 75 72  20 69 73 20 62 65 73 74  | Saviour is best|
000005a0  20 72 75 6e 20 66 72 6f  6d 20 68 61 72 64 20 64  | run from hard d|
000005b0  69 73 63 2e 20 49 66 20  79 6f 75 20 64 6f 20 6e  |isc. If you do n|
000005c0  6f 74 20 68 61 76 65 20  61 20 68 61 72 64 0a 64  |ot have a hard.d|
000005d0  69 73 63 2c 20 79 6f 75  20 63 6f 75 6c 64 20 63  |isc, you could c|
000005e0  6f 70 79 20 53 61 76 69  6f 75 72 20 69 6e 74 6f  |opy Saviour into|
000005f0  20 52 61 6d 44 69 73 63  20 6f 72 20 72 65 67 69  | RamDisc or regi|
00000600  73 74 65 72 20 69 74 20  69 6e 20 74 68 65 20 72  |ster it in the r|
00000610  65 73 6f 75 72 63 65 0a  66 69 6c 69 6e 67 20 73  |esource.filing s|
00000620  79 73 74 65 6d 2e 0a 0a  20 20 20 20 20 20 20 20  |ystem...        |
00000630  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000640  20 20 20 20 20 20 20 20  20 20 20 20 2a 2a 2a 2a  |            ****|
00000650  2a 0a 0a 41 64 64 69 6e  67 20 79 6f 75 72 20 6f  |*..Adding your o|
00000660  77 6e 20 64 69 73 70 6c  61 79 73 0a 2d 2d 2d 2d  |wn displays.----|
00000670  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
00000680  2d 2d 2d 2d 0a 0a 53 61  76 69 6f 75 72 20 69 73  |----..Saviour is|
00000690  20 73 75 70 70 6c 69 65  64 20 77 69 74 68 20 61  | supplied with a|
000006a0  20 66 65 77 20 73 69 6d  70 6c 65 20 64 69 73 70  | few simple disp|
000006b0  6c 61 79 73 2e 20 44 69  73 70 6c 61 79 73 20 61  |lays. Displays a|
000006c0  72 65 20 73 74 6f 72 65  64 20 69 6e 20 74 68 65  |re stored in the|
000006d0  0a 64 69 72 65 63 74 6f  72 79 20 21 53 61 76 69  |.directory !Savi|
000006e0  6f 75 72 2e 53 61 76 65  72 73 2e 20 57 68 65 6e  |our.Savers. When|
000006f0  20 74 68 65 20 63 6f 6d  70 75 74 65 72 20 69 73  | the computer is|
00000700  20 6c 65 66 74 20 61 6c  6f 6e 65 20 66 6f 72 20  | left alone for |
00000710  74 68 65 20 74 69 6d 65  0a 64 65 6c 61 79 20 28  |the time.delay (|
00000720  73 65 74 20 69 6e 20 74  68 65 20 63 6f 6e 66 69  |set in the confi|
00000730  67 75 72 65 20 77 69 6e  64 6f 77 29 2c 20 6f 6e  |gure window), on|
00000740  65 20 6f 66 20 74 68 65  73 65 20 64 69 73 70 6c  |e of these displ|
00000750  61 79 73 20 69 73 20 63  68 6f 73 65 6e 20 61 74  |ays is chosen at|
00000760  0a 72 61 6e 64 6f 6d 2e  20 49 6e 20 65 66 66 65  |.random. In effe|
00000770  63 74 2c 20 79 6f 75 20  63 61 6e 20 63 68 6f 6f  |ct, you can choo|
00000780  73 65 20 77 68 69 63 68  20 64 69 73 70 6c 61 79  |se which display|
00000790  73 20 79 6f 75 20 77 61  6e 74 20 62 79 20 6d 6f  |s you want by mo|
000007a0  76 69 6e 67 20 74 68 65  0a 6f 74 68 65 72 73 20  |ving the.others |
000007b0  69 6e 74 6f 20 61 20 64  69 66 66 65 72 65 6e 74  |into a different|
000007c0  20 64 69 72 65 63 74 6f  72 79 20 28 6f 72 20 65  | directory (or e|
000007d0  76 65 6e 20 64 65 6c 65  74 69 6e 67 20 74 68 65  |ven deleting the|
000007e0  6d 20 69 66 20 79 6f 75  20 72 65 61 6c 6c 79 20  |m if you really |
000007f0  64 6f 6e 27 74 0a 6c 69  6b 65 20 74 68 65 6d 21  |don't.like them!|
00000800  29 2e 20 49 66 20 79 6f  75 20 63 72 65 61 74 65  |). If you create|
00000810  20 61 6e 79 20 6e 65 77  20 64 69 73 70 6c 61 79  | any new display|
00000820  73 2c 20 79 6f 75 20 6d  75 73 74 20 70 75 74 20  |s, you must put |
00000830  74 68 65 6d 20 69 6e 20  74 68 69 73 0a 64 69 72  |them in this.dir|
00000840  65 63 74 6f 72 79 2e 20  59 6f 75 20 63 61 6e 20  |ectory. You can |
00000850  74 72 79 20 61 20 64 69  73 70 6c 61 79 20 73 69  |try a display si|
00000860  6d 70 6c 79 20 62 79 20  63 6c 69 63 6b 69 6e 67  |mply by clicking|
00000870  20 6f 6e 20 69 74 2e 0a  0a 44 69 73 70 6c 61 79  | on it...Display|
00000880  73 20 63 61 6e 20 65 61  73 69 6c 79 20 62 65 20  |s can easily be |
00000890  63 72 65 61 74 65 64 20  69 6e 20 42 41 53 49 43  |created in BASIC|
000008a0  2e 20 49 64 65 61 6c 6c  79 20 74 68 65 79 20 73  |. Ideally they s|
000008b0  68 6f 75 6c 64 20 62 65  20 6d 6f 76 69 6e 67 0a  |hould be moving.|
000008c0  67 72 61 70 68 69 63 61  6c 20 64 69 73 70 6c 61  |graphical displa|
000008d0  79 73 20 77 69 74 68 20  6e 6f 20 70 61 72 74 20  |ys with no part |
000008e0  6f 66 20 74 68 65 20 73  63 72 65 65 6e 20 73 68  |of the screen sh|
000008f0  6f 77 69 6e 67 20 74 68  65 20 73 61 6d 65 20 74  |owing the same t|
00000900  68 69 6e 67 20 66 6f 72  20 74 6f 6f 0a 6c 6f 6e  |hing for too.lon|
00000910  67 20 28 74 68 69 73 20  69 73 20 77 68 61 74 20  |g (this is what |
00000920  63 61 75 73 65 73 20 73  63 72 65 65 6e 20 62 75  |causes screen bu|
00000930  72 6e 29 2e 20 54 68 65  20 62 61 63 6b 67 72 6f  |rn). The backgro|
00000940  75 6e 64 20 73 68 6f 75  6c 64 20 62 65 20 62 6c  |und should be bl|
00000950  61 63 6b 2e 20 0a 0a 54  68 65 20 66 6f 6c 6c 6f  |ack. ..The follo|
00000960  77 69 6e 67 20 6c 69 6e  65 20 73 68 6f 75 6c 64  |wing line should|
00000970  20 61 70 70 65 61 72 20  61 74 20 74 68 65 20 73  | appear at the s|
00000980  74 61 72 74 20 6f 66 20  61 20 64 69 73 70 6c 61  |tart of a displa|
00000990  79 20 70 72 6f 67 72 61  6d 3a 0a 0a 4c 49 42 52  |y program:..LIBR|
000009a0  41 52 59 20 22 3c 53 61  76 69 6f 75 72 24 44 69  |ARY "<Saviour$Di|
000009b0  72 3e 2e 4c 69 62 72 61  72 79 22 3a 50 52 4f 43  |r>.Library":PROC|
000009c0  73 61 76 69 6f 75 72 5f  69 6e 69 74 0a 0a 54 68  |saviour_init..Th|
000009d0  65 20 6e 65 78 74 20 6c  69 6e 65 20 73 68 6f 75  |e next line shou|
000009e0  6c 64 20 62 65 20 69 6e  63 6c 75 64 65 64 20 61  |ld be included a|
000009f0  74 20 74 68 65 20 65 6e  64 20 6f 66 20 74 68 65  |t the end of the|
00000a00  20 6d 61 69 6e 20 70 72  6f 67 72 61 6d 20 6c 6f  | main program lo|
00000a10  6f 70 3a 0a 0a 50 52 4f  43 73 61 76 69 6f 75 72  |op:..PROCsaviour|
00000a20  5f 63 68 65 63 6b 0a 0a  46 6f 72 20 63 6c 61 72  |_check..For clar|
00000a30  69 66 69 63 61 74 69 6f  6e 2c 20 79 6f 75 20 6d  |ification, you m|
00000a40  61 79 20 77 69 73 68 20  74 6f 20 65 78 61 6d 69  |ay wish to exami|
00000a50  6e 65 20 73 6f 6d 65 20  6f 66 20 74 68 65 20 64  |ne some of the d|
00000a60  69 73 70 6c 61 79 73 20  73 75 70 70 6c 69 65 64  |isplays supplied|
00000a70  2c 0a 43 69 72 63 6c 65  73 20 66 6f 72 20 65 78  |,.Circles for ex|
00000a80  61 6d 70 6c 65 2e 0a 0a  0a 41 6c 74 68 6f 75 67  |ample....Althoug|
00000a90  68 20 77 72 69 74 74 65  6e 20 69 6e 20 42 41 53  |h written in BAS|
00000aa0  49 43 2c 20 64 69 73 70  6c 61 79 73 20 63 61 6e  |IC, displays can|
00000ab0  20 63 6f 6e 74 61 69 6e  20 61 73 73 65 6d 62 6c  | contain assembl|
00000ac0  65 72 20 61 6e 64 20 63  61 6e 20 62 65 20 73 74  |er and can be st|
00000ad0  6f 72 65 64 0a 69 6e 20  61 70 70 6c 69 63 61 74  |ored.in applicat|
00000ae0  69 6f 6e 20 64 69 72 65  63 74 6f 72 69 65 73 2e  |ion directories.|
00000af0  20 55 73 69 6e 67 20 61  70 70 6c 69 63 61 74 69  | Using applicati|
00000b00  6f 6e 20 64 69 72 65 63  74 6f 72 69 65 73 20 69  |on directories i|
00000b10  73 20 61 6e 20 61 64 76  61 6e 74 61 67 65 0a 77  |s an advantage.w|
00000b20  68 65 6e 20 79 6f 75 20  6e 65 65 64 20 74 6f 20  |hen you need to |
00000b30  69 6e 63 6c 75 64 65 20  72 65 73 6f 75 72 63 65  |include resource|
00000b40  73 20 73 75 63 68 20 61  73 20 73 70 72 69 74 65  |s such as sprite|
00000b50  73 20 66 6f 72 20 79 6f  75 72 20 64 69 73 70 6c  |s for your displ|
00000b60  61 79 2c 20 61 6e 64 20  74 6f 0a 72 65 73 65 72  |ay, and to.reser|
00000b70  76 65 20 74 68 65 20 72  69 67 68 74 20 61 6d 6f  |ve the right amo|
00000b80  75 6e 74 20 6f 66 20 6d  65 6d 6f 72 79 20 77 69  |unt of memory wi|
00000b90  74 68 20 74 68 65 20 57  69 6d 70 73 6c 6f 74 20  |th the Wimpslot |
00000ba0  63 6f 6d 6d 61 6e 64 2e                           |command.|
00000ba8