Home » Archimedes archive » Archimedes World » AW-1996-12.adf » !Speed_Speed » ReadMe
ReadMe
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 » Archimedes World » AW-1996-12.adf » !Speed_Speed |
Filename: | ReadMe |
Read OK: | ✔ |
File size: | 1504 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
SpeedDemo by N. Douglas and Clares Micro Supplies This application is suitable for all ARM processors from ARM2 to ARM710 and all RISC OS versions from 2.0 to 3.6. WARNING: THIS DEMO IS LIMITED TO 30 MINUTES AND YOU CANNOT QUIT THE MEASURE APPLICATION UNTIL THE TIME LIMIT IS UP. THIS WILL ALSO PRODUCE AN ERROR BOX IF YOU ATTEMPT TO SHUT DOWN THE MACHINE WITH CTRL-SHIFT F12 WHILST THE DEMO IS RUNNING. IF YOU THEN DO A RESTART THE MODULE IS CLEARED FROM MEMORY. NONE OF THIS PREVENTS YOU FROM POWERING DOWN YOUR MACHINE AT ANY TIME. What is SPEED! ? ================ It is a simple, but clever, utility that APPEARS to speed up your machine. In fact what it is ACTUALLY doing is preventing applications from slowing down your machine. Why do applications slow down my machine ? ========================================== The WIMP is constantly sending messages to applications. Some messages tell the applications that something has happened eg a mouse button pressed. Another message, Null poll, tells the applications that nothing is happening, at which point the application can perform a task eg check the MIDI port. The problem is that in order to tell the application about the Null poll the memory manager has to page the application in as the current task. It does this even if the application then totally ignores the Null poll. The memory manager then pages out the application. This involves lots of memory being moved around and it is this that slows down the machine. Imagine that process if there are several applications responding to null polls. The overheads become enormous and the whole machine slows down. SPEED! overcomes these problems. The Demo ======== SpeedDemo is designed to allow you to see what effect loading Speed! has on your machine. When you double click on the !Speed! icon the following happens. 1) A loader window appears telling you about the 30 second delay that is there to cause annoyance and convince you to buy the full version. 2) The supplied Animation is run - 256 colour modes only. Please note this intentionally uses a large WimpSlot in order to simulate having lots of wimplslot used by other applications. 3) The Speed! module is loaded. 4) The Switch application is loaded. This is responding to null polls and so slows down the computer and thus the animation. If you quit from it the animation will speed up. We are not trying to fool you - we are just simulating an application that uses Null polls being loaded. 5) The Timer is loaded and run. This gives you a value for your machine. Try switching between Slow and Fast mode by clicking on the Switcher application on the icon bar (the flames). On a RiscPC the effect will be VERY noticeable both on the Measurer and the animation. You can also try running Meteors from your Diversions directory and note the effect of switching Speed! on and off. On pre RiscPC machines you will notice more effect in screen modes that use most memory, eg 28, although the overall effect will be in the range of 1.1 to 1.5 times the original speed. You can re-run the Measure application at any time by clicking on the Measure button. Do not press any keys or indeed move the mouse intentionally while the hourglass is present as this will affect the readings. Once the 'Measure' operation is complete, the results are shown and the bar graph updated. The graph indicates how many times faster the machine is, with each darker median being an increment of one. You may well find on heavily loaded machines or machines with a lot of memory that the graph isn't big enough as Speed! speeds up your computer by three times or more. There is also an allowance for negative increases in speed. This may happen in certain circumstances due to the Switcher and Measure applications. In reality this is due to the fact that the computer is lightly loaded and the timings will be so quick that any very small variation can show a dramatic effect. We could have disallowed this but we do not want to appear to be 'fiddling' the timings. Another point is that the timer can only show average gains. There are many instances where Speed! can provide an instantaneous speed increase of seven times or so, and to fully appreciate Speed! you should really use the machine with it installed for a while. We suggest that you try it with things such as Impression when a large document is loaded. Note how much smoother it appears especially when moving embedded graphics. If you are using a Dynamic Area version of Publisher on a RiscPC you will not see any speed up. What will speed up ? ==================== As a general rule Speed! will have most effect on applications that are polling ie if an application puts up an hourglass whilst it is working it is probably not polling and so will not speed up. The PC Card on the RiscPC speeds up when run in a window but not when single tasking. Ordering SPEED! =============== SPEED! cost just �10.00 including VAT and postage If you would like to order SPEED! you can do so in the following ways: Send Cheque, Credit or Debit card details to Clares Micro Supplies 98 Middlewich Road Northwich Cheshire CW9 7DA Telephone your Credit or Debit card details to Clares at 01606 48511 Fax your Credit or Debit card details to Clares at 01606 48512 Email your Credit or Debit card details to sales@clares.demon.co.uk
00000000 53 70 65 65 64 44 65 6d 6f 0a 0a 62 79 20 4e 2e |SpeedDemo..by N.| 00000010 20 44 6f 75 67 6c 61 73 20 61 6e 64 20 43 6c 61 | Douglas and Cla| 00000020 72 65 73 20 4d 69 63 72 6f 20 53 75 70 70 6c 69 |res Micro Suppli| 00000030 65 73 0a 0a 54 68 69 73 20 61 70 70 6c 69 63 61 |es..This applica| 00000040 74 69 6f 6e 20 69 73 20 73 75 69 74 61 62 6c 65 |tion is suitable| 00000050 20 66 6f 72 20 61 6c 6c 20 41 52 4d 20 70 72 6f | for all ARM pro| 00000060 63 65 73 73 6f 72 73 20 66 72 6f 6d 20 41 52 4d |cessors from ARM| 00000070 32 20 74 6f 20 41 52 4d 37 31 30 20 61 6e 64 0a |2 to ARM710 and.| 00000080 61 6c 6c 20 52 49 53 43 20 4f 53 20 76 65 72 73 |all RISC OS vers| 00000090 69 6f 6e 73 20 66 72 6f 6d 20 32 2e 30 20 74 6f |ions from 2.0 to| 000000a0 20 33 2e 36 2e 20 0a 0a 57 41 52 4e 49 4e 47 3a | 3.6. ..WARNING:| 000000b0 20 54 48 49 53 20 44 45 4d 4f 20 49 53 20 4c 49 | THIS DEMO IS LI| 000000c0 4d 49 54 45 44 20 54 4f 20 33 30 20 4d 49 4e 55 |MITED TO 30 MINU| 000000d0 54 45 53 20 41 4e 44 20 59 4f 55 20 43 41 4e 4e |TES AND YOU CANN| 000000e0 4f 54 20 51 55 49 54 20 54 48 45 20 4d 45 41 53 |OT QUIT THE MEAS| 000000f0 55 52 45 0a 41 50 50 4c 49 43 41 54 49 4f 4e 20 |URE.APPLICATION | 00000100 55 4e 54 49 4c 20 54 48 45 20 54 49 4d 45 20 4c |UNTIL THE TIME L| 00000110 49 4d 49 54 20 49 53 20 55 50 2e 20 54 48 49 53 |IMIT IS UP. THIS| 00000120 20 57 49 4c 4c 20 41 4c 53 4f 20 50 52 4f 44 55 | WILL ALSO PRODU| 00000130 43 45 20 41 4e 20 45 52 52 4f 52 20 42 4f 58 0a |CE AN ERROR BOX.| 00000140 49 46 20 59 4f 55 20 41 54 54 45 4d 50 54 20 54 |IF YOU ATTEMPT T| 00000150 4f 20 53 48 55 54 20 44 4f 57 4e 20 54 48 45 20 |O SHUT DOWN THE | 00000160 4d 41 43 48 49 4e 45 20 57 49 54 48 20 43 54 52 |MACHINE WITH CTR| 00000170 4c 2d 53 48 49 46 54 20 46 31 32 20 57 48 49 4c |L-SHIFT F12 WHIL| 00000180 53 54 20 54 48 45 20 44 45 4d 4f 0a 49 53 20 52 |ST THE DEMO.IS R| 00000190 55 4e 4e 49 4e 47 2e 20 49 46 20 59 4f 55 20 54 |UNNING. IF YOU T| 000001a0 48 45 4e 20 44 4f 20 41 20 52 45 53 54 41 52 54 |HEN DO A RESTART| 000001b0 20 54 48 45 20 4d 4f 44 55 4c 45 20 49 53 20 43 | THE MODULE IS C| 000001c0 4c 45 41 52 45 44 20 46 52 4f 4d 20 4d 45 4d 4f |LEARED FROM MEMO| 000001d0 52 59 2e 20 4e 4f 4e 45 0a 4f 46 20 54 48 49 53 |RY. NONE.OF THIS| 000001e0 20 50 52 45 56 45 4e 54 53 20 59 4f 55 20 46 52 | PREVENTS YOU FR| 000001f0 4f 4d 20 50 4f 57 45 52 49 4e 47 20 44 4f 57 4e |OM POWERING DOWN| 00000200 20 59 4f 55 52 20 4d 41 43 48 49 4e 45 20 41 54 | YOUR MACHINE AT| 00000210 20 41 4e 59 20 54 49 4d 45 2e 0a 0a 57 68 61 74 | ANY TIME...What| 00000220 20 69 73 20 53 50 45 45 44 21 20 3f 0a 3d 3d 3d | is SPEED! ?.===| 00000230 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 49 |=============..I| 00000240 74 20 69 73 20 61 20 73 69 6d 70 6c 65 2c 20 62 |t is a simple, b| 00000250 75 74 20 63 6c 65 76 65 72 2c 20 75 74 69 6c 69 |ut clever, utili| 00000260 74 79 20 74 68 61 74 20 41 50 50 45 41 52 53 20 |ty that APPEARS | 00000270 74 6f 20 73 70 65 65 64 20 75 70 20 79 6f 75 72 |to speed up your| 00000280 20 6d 61 63 68 69 6e 65 2e 0a 49 6e 20 66 61 63 | machine..In fac| 00000290 74 20 77 68 61 74 20 69 74 20 69 73 20 41 43 54 |t what it is ACT| 000002a0 55 41 4c 4c 59 20 64 6f 69 6e 67 20 69 73 20 70 |UALLY doing is p| 000002b0 72 65 76 65 6e 74 69 6e 67 20 61 70 70 6c 69 63 |reventing applic| 000002c0 61 74 69 6f 6e 73 20 66 72 6f 6d 20 73 6c 6f 77 |ations from slow| 000002d0 69 6e 67 0a 64 6f 77 6e 20 79 6f 75 72 20 6d 61 |ing.down your ma| 000002e0 63 68 69 6e 65 2e 0a 0a 0a 57 68 79 20 64 6f 20 |chine....Why do | 000002f0 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 73 6c 6f |applications slo| 00000300 77 20 64 6f 77 6e 20 6d 79 20 6d 61 63 68 69 6e |w down my machin| 00000310 65 20 3f 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |e ?.============| 00000320 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00000330 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a |==============..| 00000340 54 68 65 20 57 49 4d 50 20 69 73 20 63 6f 6e 73 |The WIMP is cons| 00000350 74 61 6e 74 6c 79 20 73 65 6e 64 69 6e 67 20 6d |tantly sending m| 00000360 65 73 73 61 67 65 73 20 74 6f 20 61 70 70 6c 69 |essages to appli| 00000370 63 61 74 69 6f 6e 73 2e 20 53 6f 6d 65 20 6d 65 |cations. Some me| 00000380 73 73 61 67 65 73 20 74 65 6c 6c 0a 74 68 65 20 |ssages tell.the | 00000390 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 74 68 61 |applications tha| 000003a0 74 20 73 6f 6d 65 74 68 69 6e 67 20 68 61 73 20 |t something has | 000003b0 68 61 70 70 65 6e 65 64 20 65 67 20 61 20 6d 6f |happened eg a mo| 000003c0 75 73 65 20 62 75 74 74 6f 6e 20 70 72 65 73 73 |use button press| 000003d0 65 64 2e 0a 41 6e 6f 74 68 65 72 20 6d 65 73 73 |ed..Another mess| 000003e0 61 67 65 2c 20 4e 75 6c 6c 20 70 6f 6c 6c 2c 20 |age, Null poll, | 000003f0 74 65 6c 6c 73 20 74 68 65 20 61 70 70 6c 69 63 |tells the applic| 00000400 61 74 69 6f 6e 73 20 74 68 61 74 20 6e 6f 74 68 |ations that noth| 00000410 69 6e 67 20 69 73 0a 68 61 70 70 65 6e 69 6e 67 |ing is.happening| 00000420 2c 20 61 74 20 77 68 69 63 68 20 70 6f 69 6e 74 |, at which point| 00000430 20 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e | the application| 00000440 20 63 61 6e 20 70 65 72 66 6f 72 6d 20 61 20 74 | can perform a t| 00000450 61 73 6b 20 65 67 20 63 68 65 63 6b 20 74 68 65 |ask eg check the| 00000460 0a 4d 49 44 49 20 70 6f 72 74 2e 20 54 68 65 20 |.MIDI port. The | 00000470 70 72 6f 62 6c 65 6d 20 69 73 20 74 68 61 74 20 |problem is that | 00000480 69 6e 20 6f 72 64 65 72 20 74 6f 20 74 65 6c 6c |in order to tell| 00000490 20 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e | the application| 000004a0 20 61 62 6f 75 74 20 74 68 65 0a 4e 75 6c 6c 20 | about the.Null | 000004b0 70 6f 6c 6c 20 74 68 65 20 6d 65 6d 6f 72 79 20 |poll the memory | 000004c0 6d 61 6e 61 67 65 72 20 68 61 73 20 74 6f 20 70 |manager has to p| 000004d0 61 67 65 20 74 68 65 20 61 70 70 6c 69 63 61 74 |age the applicat| 000004e0 69 6f 6e 20 69 6e 20 61 73 20 74 68 65 20 63 75 |ion in as the cu| 000004f0 72 72 65 6e 74 0a 74 61 73 6b 2e 20 49 74 20 64 |rrent.task. It d| 00000500 6f 65 73 20 74 68 69 73 20 65 76 65 6e 20 69 66 |oes this even if| 00000510 20 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e | the application| 00000520 20 74 68 65 6e 20 74 6f 74 61 6c 6c 79 20 69 67 | then totally ig| 00000530 6e 6f 72 65 73 20 74 68 65 20 4e 75 6c 6c 0a 70 |nores the Null.p| 00000540 6f 6c 6c 2e 20 54 68 65 20 6d 65 6d 6f 72 79 20 |oll. The memory | 00000550 6d 61 6e 61 67 65 72 20 74 68 65 6e 20 70 61 67 |manager then pag| 00000560 65 73 20 6f 75 74 20 74 68 65 20 61 70 70 6c 69 |es out the appli| 00000570 63 61 74 69 6f 6e 2e 20 54 68 69 73 20 69 6e 76 |cation. This inv| 00000580 6f 6c 76 65 73 20 6c 6f 74 73 0a 6f 66 20 6d 65 |olves lots.of me| 00000590 6d 6f 72 79 20 62 65 69 6e 67 20 6d 6f 76 65 64 |mory being moved| 000005a0 20 61 72 6f 75 6e 64 20 61 6e 64 20 69 74 20 69 | around and it i| 000005b0 73 20 74 68 69 73 20 74 68 61 74 20 73 6c 6f 77 |s this that slow| 000005c0 73 20 64 6f 77 6e 20 74 68 65 20 6d 61 63 68 69 |s down the machi| 000005d0 6e 65 2e 0a 0a 49 6d 61 67 69 6e 65 20 74 68 61 |ne...Imagine tha| 000005e0 74 20 70 72 6f 63 65 73 73 20 69 66 20 74 68 65 |t process if the| 000005f0 72 65 20 61 72 65 20 73 65 76 65 72 61 6c 20 61 |re are several a| 00000600 70 70 6c 69 63 61 74 69 6f 6e 73 20 72 65 73 70 |pplications resp| 00000610 6f 6e 64 69 6e 67 20 74 6f 20 6e 75 6c 6c 0a 70 |onding to null.p| 00000620 6f 6c 6c 73 2e 20 54 68 65 20 6f 76 65 72 68 65 |olls. The overhe| 00000630 61 64 73 20 62 65 63 6f 6d 65 20 65 6e 6f 72 6d |ads become enorm| 00000640 6f 75 73 20 61 6e 64 20 74 68 65 20 77 68 6f 6c |ous and the whol| 00000650 65 20 6d 61 63 68 69 6e 65 20 73 6c 6f 77 73 20 |e machine slows | 00000660 64 6f 77 6e 2e 0a 53 50 45 45 44 21 20 6f 76 65 |down..SPEED! ove| 00000670 72 63 6f 6d 65 73 20 74 68 65 73 65 20 70 72 6f |rcomes these pro| 00000680 62 6c 65 6d 73 2e 0a 0a 54 68 65 20 44 65 6d 6f |blems...The Demo| 00000690 0a 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 53 70 65 65 64 |.========..Speed| 000006a0 44 65 6d 6f 20 69 73 20 64 65 73 69 67 6e 65 64 |Demo is designed| 000006b0 20 74 6f 20 61 6c 6c 6f 77 20 79 6f 75 20 74 6f | to allow you to| 000006c0 20 73 65 65 20 77 68 61 74 20 65 66 66 65 63 74 | see what effect| 000006d0 20 6c 6f 61 64 69 6e 67 20 53 70 65 65 64 21 20 | loading Speed! | 000006e0 68 61 73 20 6f 6e 0a 79 6f 75 72 20 6d 61 63 68 |has on.your mach| 000006f0 69 6e 65 2e 20 57 68 65 6e 20 79 6f 75 20 64 6f |ine. When you do| 00000700 75 62 6c 65 20 63 6c 69 63 6b 20 6f 6e 20 74 68 |uble click on th| 00000710 65 20 21 53 70 65 65 64 21 20 69 63 6f 6e 20 74 |e !Speed! icon t| 00000720 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 0a 68 61 70 |he following.hap| 00000730 70 65 6e 73 2e 0a 0a 31 29 20 41 20 6c 6f 61 64 |pens...1) A load| 00000740 65 72 20 77 69 6e 64 6f 77 20 61 70 70 65 61 72 |er window appear| 00000750 73 20 74 65 6c 6c 69 6e 67 20 79 6f 75 20 61 62 |s telling you ab| 00000760 6f 75 74 20 74 68 65 20 33 30 20 73 65 63 6f 6e |out the 30 secon| 00000770 64 20 64 65 6c 61 79 20 74 68 61 74 20 69 73 0a |d delay that is.| 00000780 74 68 65 72 65 20 74 6f 20 63 61 75 73 65 20 61 |there to cause a| 00000790 6e 6e 6f 79 61 6e 63 65 20 61 6e 64 20 63 6f 6e |nnoyance and con| 000007a0 76 69 6e 63 65 20 79 6f 75 20 74 6f 20 62 75 79 |vince you to buy| 000007b0 20 74 68 65 20 66 75 6c 6c 20 76 65 72 73 69 6f | the full versio| 000007c0 6e 2e 20 0a 0a 32 29 20 54 68 65 20 73 75 70 70 |n. ..2) The supp| 000007d0 6c 69 65 64 20 41 6e 69 6d 61 74 69 6f 6e 20 69 |lied Animation i| 000007e0 73 20 72 75 6e 20 2d 20 32 35 36 20 63 6f 6c 6f |s run - 256 colo| 000007f0 75 72 20 6d 6f 64 65 73 20 6f 6e 6c 79 2e 20 50 |ur modes only. P| 00000800 6c 65 61 73 65 20 6e 6f 74 65 20 74 68 69 73 0a |lease note this.| 00000810 69 6e 74 65 6e 74 69 6f 6e 61 6c 6c 79 20 75 73 |intentionally us| 00000820 65 73 20 61 20 6c 61 72 67 65 20 57 69 6d 70 53 |es a large WimpS| 00000830 6c 6f 74 20 69 6e 20 6f 72 64 65 72 20 74 6f 20 |lot in order to | 00000840 73 69 6d 75 6c 61 74 65 20 68 61 76 69 6e 67 20 |simulate having | 00000850 6c 6f 74 73 20 6f 66 0a 77 69 6d 70 6c 73 6c 6f |lots of.wimplslo| 00000860 74 20 75 73 65 64 20 62 79 20 6f 74 68 65 72 20 |t used by other | 00000870 61 70 70 6c 69 63 61 74 69 6f 6e 73 2e 0a 0a 33 |applications...3| 00000880 29 20 54 68 65 20 53 70 65 65 64 21 20 6d 6f 64 |) The Speed! mod| 00000890 75 6c 65 20 69 73 20 6c 6f 61 64 65 64 2e 0a 0a |ule is loaded...| 000008a0 34 29 20 54 68 65 20 53 77 69 74 63 68 20 61 70 |4) The Switch ap| 000008b0 70 6c 69 63 61 74 69 6f 6e 20 69 73 20 6c 6f 61 |plication is loa| 000008c0 64 65 64 2e 20 54 68 69 73 20 69 73 20 72 65 73 |ded. This is res| 000008d0 70 6f 6e 64 69 6e 67 20 74 6f 20 6e 75 6c 6c 20 |ponding to null | 000008e0 70 6f 6c 6c 73 20 61 6e 64 20 73 6f 0a 73 6c 6f |polls and so.slo| 000008f0 77 73 20 64 6f 77 6e 20 74 68 65 20 63 6f 6d 70 |ws down the comp| 00000900 75 74 65 72 20 61 6e 64 20 74 68 75 73 20 74 68 |uter and thus th| 00000910 65 20 61 6e 69 6d 61 74 69 6f 6e 2e 20 49 66 20 |e animation. If | 00000920 79 6f 75 20 71 75 69 74 20 66 72 6f 6d 20 69 74 |you quit from it| 00000930 20 74 68 65 0a 61 6e 69 6d 61 74 69 6f 6e 20 77 | the.animation w| 00000940 69 6c 6c 20 73 70 65 65 64 20 75 70 2e 20 57 65 |ill speed up. We| 00000950 20 61 72 65 20 6e 6f 74 20 74 72 79 69 6e 67 20 | are not trying | 00000960 74 6f 20 66 6f 6f 6c 20 79 6f 75 20 2d 20 77 65 |to fool you - we| 00000970 20 61 72 65 20 6a 75 73 74 0a 73 69 6d 75 6c 61 | are just.simula| 00000980 74 69 6e 67 20 61 6e 20 61 70 70 6c 69 63 61 74 |ting an applicat| 00000990 69 6f 6e 20 74 68 61 74 20 75 73 65 73 20 4e 75 |ion that uses Nu| 000009a0 6c 6c 20 70 6f 6c 6c 73 20 62 65 69 6e 67 20 6c |ll polls being l| 000009b0 6f 61 64 65 64 2e 0a 0a 35 29 20 54 68 65 20 54 |oaded...5) The T| 000009c0 69 6d 65 72 20 69 73 20 6c 6f 61 64 65 64 20 61 |imer is loaded a| 000009d0 6e 64 20 72 75 6e 2e 20 54 68 69 73 20 67 69 76 |nd run. This giv| 000009e0 65 73 20 79 6f 75 20 61 20 76 61 6c 75 65 20 66 |es you a value f| 000009f0 6f 72 20 79 6f 75 72 20 6d 61 63 68 69 6e 65 2e |or your machine.| 00000a00 0a 0a 54 72 79 20 73 77 69 74 63 68 69 6e 67 20 |..Try switching | 00000a10 62 65 74 77 65 65 6e 20 53 6c 6f 77 20 61 6e 64 |between Slow and| 00000a20 20 46 61 73 74 20 6d 6f 64 65 20 62 79 20 63 6c | Fast mode by cl| 00000a30 69 63 6b 69 6e 67 20 6f 6e 20 74 68 65 20 53 77 |icking on the Sw| 00000a40 69 74 63 68 65 72 0a 61 70 70 6c 69 63 61 74 69 |itcher.applicati| 00000a50 6f 6e 20 6f 6e 20 74 68 65 20 69 63 6f 6e 20 62 |on on the icon b| 00000a60 61 72 20 28 74 68 65 20 66 6c 61 6d 65 73 29 2e |ar (the flames).| 00000a70 20 4f 6e 20 61 20 52 69 73 63 50 43 20 74 68 65 | On a RiscPC the| 00000a80 20 65 66 66 65 63 74 20 77 69 6c 6c 20 62 65 0a | effect will be.| 00000a90 56 45 52 59 20 6e 6f 74 69 63 65 61 62 6c 65 20 |VERY noticeable | 00000aa0 62 6f 74 68 20 6f 6e 20 74 68 65 20 4d 65 61 73 |both on the Meas| 00000ab0 75 72 65 72 20 61 6e 64 20 74 68 65 20 61 6e 69 |urer and the ani| 00000ac0 6d 61 74 69 6f 6e 2e 20 59 6f 75 20 63 61 6e 20 |mation. You can | 00000ad0 61 6c 73 6f 20 74 72 79 0a 72 75 6e 6e 69 6e 67 |also try.running| 00000ae0 20 4d 65 74 65 6f 72 73 20 66 72 6f 6d 20 79 6f | Meteors from yo| 00000af0 75 72 20 44 69 76 65 72 73 69 6f 6e 73 20 64 69 |ur Diversions di| 00000b00 72 65 63 74 6f 72 79 20 61 6e 64 20 6e 6f 74 65 |rectory and note| 00000b10 20 74 68 65 20 65 66 66 65 63 74 20 6f 66 0a 73 | the effect of.s| 00000b20 77 69 74 63 68 69 6e 67 20 53 70 65 65 64 21 20 |witching Speed! | 00000b30 6f 6e 20 61 6e 64 20 6f 66 66 2e 0a 0a 4f 6e 20 |on and off...On | 00000b40 70 72 65 20 52 69 73 63 50 43 20 6d 61 63 68 69 |pre RiscPC machi| 00000b50 6e 65 73 20 79 6f 75 20 77 69 6c 6c 20 6e 6f 74 |nes you will not| 00000b60 69 63 65 20 6d 6f 72 65 20 65 66 66 65 63 74 20 |ice more effect | 00000b70 69 6e 20 73 63 72 65 65 6e 20 6d 6f 64 65 73 20 |in screen modes | 00000b80 74 68 61 74 20 75 73 65 0a 6d 6f 73 74 20 6d 65 |that use.most me| 00000b90 6d 6f 72 79 2c 20 65 67 20 32 38 2c 20 61 6c 74 |mory, eg 28, alt| 00000ba0 68 6f 75 67 68 20 74 68 65 20 6f 76 65 72 61 6c |hough the overal| 00000bb0 6c 20 65 66 66 65 63 74 20 77 69 6c 6c 20 62 65 |l effect will be| 00000bc0 20 69 6e 20 74 68 65 20 72 61 6e 67 65 20 6f 66 | in the range of| 00000bd0 20 31 2e 31 0a 74 6f 20 31 2e 35 20 74 69 6d 65 | 1.1.to 1.5 time| 00000be0 73 20 74 68 65 20 6f 72 69 67 69 6e 61 6c 20 73 |s the original s| 00000bf0 70 65 65 64 2e 20 0a 0a 59 6f 75 20 63 61 6e 20 |peed. ..You can | 00000c00 72 65 2d 72 75 6e 20 74 68 65 20 4d 65 61 73 75 |re-run the Measu| 00000c10 72 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 61 |re application a| 00000c20 74 20 61 6e 79 20 74 69 6d 65 20 62 79 20 63 6c |t any time by cl| 00000c30 69 63 6b 69 6e 67 20 6f 6e 20 74 68 65 0a 4d 65 |icking on the.Me| 00000c40 61 73 75 72 65 20 62 75 74 74 6f 6e 2e 20 44 6f |asure button. Do| 00000c50 20 6e 6f 74 20 70 72 65 73 73 20 61 6e 79 20 6b | not press any k| 00000c60 65 79 73 20 6f 72 20 69 6e 64 65 65 64 20 6d 6f |eys or indeed mo| 00000c70 76 65 20 74 68 65 20 6d 6f 75 73 65 20 69 6e 74 |ve the mouse int| 00000c80 65 6e 74 69 6f 6e 61 6c 6c 79 0a 77 68 69 6c 65 |entionally.while| 00000c90 20 74 68 65 20 68 6f 75 72 67 6c 61 73 73 20 69 | the hourglass i| 00000ca0 73 20 70 72 65 73 65 6e 74 20 61 73 20 74 68 69 |s present as thi| 00000cb0 73 20 77 69 6c 6c 20 61 66 66 65 63 74 20 74 68 |s will affect th| 00000cc0 65 20 72 65 61 64 69 6e 67 73 2e 0a 0a 4f 6e 63 |e readings...Onc| 00000cd0 65 20 74 68 65 20 27 4d 65 61 73 75 72 65 27 20 |e the 'Measure' | 00000ce0 6f 70 65 72 61 74 69 6f 6e 20 69 73 20 63 6f 6d |operation is com| 00000cf0 70 6c 65 74 65 2c 20 74 68 65 20 72 65 73 75 6c |plete, the resul| 00000d00 74 73 20 61 72 65 20 73 68 6f 77 6e 20 61 6e 64 |ts are shown and| 00000d10 20 74 68 65 0a 62 61 72 20 67 72 61 70 68 20 75 | the.bar graph u| 00000d20 70 64 61 74 65 64 2e 20 54 68 65 20 67 72 61 70 |pdated. The grap| 00000d30 68 20 69 6e 64 69 63 61 74 65 73 20 68 6f 77 20 |h indicates how | 00000d40 6d 61 6e 79 20 74 69 6d 65 73 20 66 61 73 74 65 |many times faste| 00000d50 72 20 74 68 65 20 6d 61 63 68 69 6e 65 20 69 73 |r the machine is| 00000d60 2c 0a 77 69 74 68 20 65 61 63 68 20 64 61 72 6b |,.with each dark| 00000d70 65 72 20 6d 65 64 69 61 6e 20 62 65 69 6e 67 20 |er median being | 00000d80 61 6e 20 69 6e 63 72 65 6d 65 6e 74 20 6f 66 20 |an increment of | 00000d90 6f 6e 65 2e 20 59 6f 75 20 6d 61 79 20 77 65 6c |one. You may wel| 00000da0 6c 20 66 69 6e 64 20 6f 6e 0a 68 65 61 76 69 6c |l find on.heavil| 00000db0 79 20 6c 6f 61 64 65 64 20 6d 61 63 68 69 6e 65 |y loaded machine| 00000dc0 73 20 6f 72 20 6d 61 63 68 69 6e 65 73 20 77 69 |s or machines wi| 00000dd0 74 68 20 61 20 6c 6f 74 20 6f 66 20 6d 65 6d 6f |th a lot of memo| 00000de0 72 79 20 74 68 61 74 20 74 68 65 20 67 72 61 70 |ry that the grap| 00000df0 68 20 69 73 6e 27 74 0a 62 69 67 20 65 6e 6f 75 |h isn't.big enou| 00000e00 67 68 20 61 73 20 53 70 65 65 64 21 20 73 70 65 |gh as Speed! spe| 00000e10 65 64 73 20 75 70 20 79 6f 75 72 20 63 6f 6d 70 |eds up your comp| 00000e20 75 74 65 72 20 62 79 20 74 68 72 65 65 20 74 69 |uter by three ti| 00000e30 6d 65 73 20 6f 72 20 6d 6f 72 65 2e 0a 0a 54 68 |mes or more...Th| 00000e40 65 72 65 20 69 73 20 61 6c 73 6f 20 61 6e 20 61 |ere is also an a| 00000e50 6c 6c 6f 77 61 6e 63 65 20 66 6f 72 20 6e 65 67 |llowance for neg| 00000e60 61 74 69 76 65 20 69 6e 63 72 65 61 73 65 73 20 |ative increases | 00000e70 69 6e 20 73 70 65 65 64 2e 20 54 68 69 73 0a 6d |in speed. This.m| 00000e80 61 79 20 68 61 70 70 65 6e 20 69 6e 20 63 65 72 |ay happen in cer| 00000e90 74 61 69 6e 20 63 69 72 63 75 6d 73 74 61 6e 63 |tain circumstanc| 00000ea0 65 73 20 64 75 65 20 74 6f 20 74 68 65 20 53 77 |es due to the Sw| 00000eb0 69 74 63 68 65 72 20 61 6e 64 20 4d 65 61 73 75 |itcher and Measu| 00000ec0 72 65 0a 61 70 70 6c 69 63 61 74 69 6f 6e 73 2e |re.applications.| 00000ed0 20 49 6e 20 72 65 61 6c 69 74 79 20 74 68 69 73 | In reality this| 00000ee0 20 69 73 20 64 75 65 20 74 6f 20 74 68 65 20 66 | is due to the f| 00000ef0 61 63 74 20 74 68 61 74 20 74 68 65 20 63 6f 6d |act that the com| 00000f00 70 75 74 65 72 20 69 73 0a 6c 69 67 68 74 6c 79 |puter is.lightly| 00000f10 20 6c 6f 61 64 65 64 20 61 6e 64 20 74 68 65 20 | loaded and the | 00000f20 74 69 6d 69 6e 67 73 20 77 69 6c 6c 20 62 65 20 |timings will be | 00000f30 73 6f 20 71 75 69 63 6b 20 74 68 61 74 20 61 6e |so quick that an| 00000f40 79 20 76 65 72 79 20 73 6d 61 6c 6c 0a 76 61 72 |y very small.var| 00000f50 69 61 74 69 6f 6e 20 63 61 6e 20 73 68 6f 77 20 |iation can show | 00000f60 61 20 64 72 61 6d 61 74 69 63 20 65 66 66 65 63 |a dramatic effec| 00000f70 74 2e 20 57 65 20 63 6f 75 6c 64 20 68 61 76 65 |t. We could have| 00000f80 20 64 69 73 61 6c 6c 6f 77 65 64 20 74 68 69 73 | disallowed this| 00000f90 20 62 75 74 20 77 65 0a 64 6f 20 6e 6f 74 20 77 | but we.do not w| 00000fa0 61 6e 74 20 74 6f 20 61 70 70 65 61 72 20 74 6f |ant to appear to| 00000fb0 20 62 65 20 27 66 69 64 64 6c 69 6e 67 27 20 74 | be 'fiddling' t| 00000fc0 68 65 20 74 69 6d 69 6e 67 73 2e 0a 0a 41 6e 6f |he timings...Ano| 00000fd0 74 68 65 72 20 70 6f 69 6e 74 20 69 73 20 74 68 |ther point is th| 00000fe0 61 74 20 74 68 65 20 74 69 6d 65 72 20 63 61 6e |at the timer can| 00000ff0 20 6f 6e 6c 79 20 73 68 6f 77 20 61 76 65 72 61 | only show avera| 00001000 67 65 20 67 61 69 6e 73 2e 20 54 68 65 72 65 20 |ge gains. There | 00001010 61 72 65 20 6d 61 6e 79 0a 69 6e 73 74 61 6e 63 |are many.instanc| 00001020 65 73 20 77 68 65 72 65 20 53 70 65 65 64 21 20 |es where Speed! | 00001030 63 61 6e 20 70 72 6f 76 69 64 65 20 61 6e 20 69 |can provide an i| 00001040 6e 73 74 61 6e 74 61 6e 65 6f 75 73 20 73 70 65 |nstantaneous spe| 00001050 65 64 20 69 6e 63 72 65 61 73 65 20 6f 66 20 73 |ed increase of s| 00001060 65 76 65 6e 0a 74 69 6d 65 73 20 6f 72 20 73 6f |even.times or so| 00001070 2c 20 61 6e 64 20 74 6f 20 66 75 6c 6c 79 20 61 |, and to fully a| 00001080 70 70 72 65 63 69 61 74 65 20 53 70 65 65 64 21 |ppreciate Speed!| 00001090 20 79 6f 75 20 73 68 6f 75 6c 64 20 72 65 61 6c | you should real| 000010a0 6c 79 20 75 73 65 20 74 68 65 0a 6d 61 63 68 69 |ly use the.machi| 000010b0 6e 65 20 77 69 74 68 20 69 74 20 69 6e 73 74 61 |ne with it insta| 000010c0 6c 6c 65 64 20 66 6f 72 20 61 20 77 68 69 6c 65 |lled for a while| 000010d0 2e 0a 0a 57 65 20 73 75 67 67 65 73 74 20 74 68 |...We suggest th| 000010e0 61 74 20 79 6f 75 20 74 72 79 20 69 74 20 77 69 |at you try it wi| 000010f0 74 68 20 74 68 69 6e 67 73 20 73 75 63 68 20 61 |th things such a| 00001100 73 20 49 6d 70 72 65 73 73 69 6f 6e 20 77 68 65 |s Impression whe| 00001110 6e 20 61 20 6c 61 72 67 65 0a 64 6f 63 75 6d 65 |n a large.docume| 00001120 6e 74 20 69 73 20 6c 6f 61 64 65 64 2e 20 4e 6f |nt is loaded. No| 00001130 74 65 20 68 6f 77 20 6d 75 63 68 20 73 6d 6f 6f |te how much smoo| 00001140 74 68 65 72 20 69 74 20 61 70 70 65 61 72 73 20 |ther it appears | 00001150 65 73 70 65 63 69 61 6c 6c 79 20 77 68 65 6e 20 |especially when | 00001160 6d 6f 76 69 6e 67 0a 65 6d 62 65 64 64 65 64 20 |moving.embedded | 00001170 67 72 61 70 68 69 63 73 2e 20 49 66 20 79 6f 75 |graphics. If you| 00001180 20 61 72 65 20 75 73 69 6e 67 20 61 20 44 79 6e | are using a Dyn| 00001190 61 6d 69 63 20 41 72 65 61 20 76 65 72 73 69 6f |amic Area versio| 000011a0 6e 20 6f 66 20 50 75 62 6c 69 73 68 65 72 20 6f |n of Publisher o| 000011b0 6e 20 61 0a 52 69 73 63 50 43 20 79 6f 75 20 77 |n a.RiscPC you w| 000011c0 69 6c 6c 20 6e 6f 74 20 73 65 65 20 61 6e 79 20 |ill not see any | 000011d0 73 70 65 65 64 20 75 70 2e 0a 0a 57 68 61 74 20 |speed up...What | 000011e0 77 69 6c 6c 20 73 70 65 65 64 20 75 70 20 3f 0a |will speed up ?.| 000011f0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 00001200 3d 3d 3d 3d 0a 0a 41 73 20 61 20 67 65 6e 65 72 |====..As a gener| 00001210 61 6c 20 72 75 6c 65 20 53 70 65 65 64 21 20 77 |al rule Speed! w| 00001220 69 6c 6c 20 68 61 76 65 20 6d 6f 73 74 20 65 66 |ill have most ef| 00001230 66 65 63 74 20 6f 6e 20 61 70 70 6c 69 63 61 74 |fect on applicat| 00001240 69 6f 6e 73 20 74 68 61 74 20 61 72 65 0a 70 6f |ions that are.po| 00001250 6c 6c 69 6e 67 20 69 65 20 69 66 20 61 6e 20 61 |lling ie if an a| 00001260 70 70 6c 69 63 61 74 69 6f 6e 20 70 75 74 73 20 |pplication puts | 00001270 75 70 20 61 6e 20 68 6f 75 72 67 6c 61 73 73 20 |up an hourglass | 00001280 77 68 69 6c 73 74 20 69 74 20 69 73 20 77 6f 72 |whilst it is wor| 00001290 6b 69 6e 67 20 69 74 20 69 73 0a 70 72 6f 62 61 |king it is.proba| 000012a0 62 6c 79 20 6e 6f 74 20 70 6f 6c 6c 69 6e 67 20 |bly not polling | 000012b0 61 6e 64 20 73 6f 20 77 69 6c 6c 20 6e 6f 74 20 |and so will not | 000012c0 73 70 65 65 64 20 75 70 2e 0a 0a 54 68 65 20 50 |speed up...The P| 000012d0 43 20 43 61 72 64 20 6f 6e 20 74 68 65 20 52 69 |C Card on the Ri| 000012e0 73 63 50 43 20 73 70 65 65 64 73 20 75 70 20 77 |scPC speeds up w| 000012f0 68 65 6e 20 72 75 6e 20 69 6e 20 61 20 77 69 6e |hen run in a win| 00001300 64 6f 77 20 62 75 74 20 6e 6f 74 20 77 68 65 6e |dow but not when| 00001310 20 73 69 6e 67 6c 65 0a 74 61 73 6b 69 6e 67 2e | single.tasking.| 00001320 0a 0a 4f 72 64 65 72 69 6e 67 20 53 50 45 45 44 |..Ordering SPEED| 00001330 21 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |!.==============| 00001340 3d 0a 0a 53 50 45 45 44 21 20 63 6f 73 74 20 6a |=..SPEED! cost j| 00001350 75 73 74 20 a3 31 30 2e 30 30 20 69 6e 63 6c 75 |ust .10.00 inclu| 00001360 64 69 6e 67 20 56 41 54 20 61 6e 64 20 70 6f 73 |ding VAT and pos| 00001370 74 61 67 65 0a 0a 0a 49 66 20 79 6f 75 20 77 6f |tage...If you wo| 00001380 75 6c 64 20 6c 69 6b 65 20 74 6f 20 6f 72 64 65 |uld like to orde| 00001390 72 20 53 50 45 45 44 21 20 79 6f 75 20 63 61 6e |r SPEED! you can| 000013a0 20 64 6f 20 73 6f 20 69 6e 20 74 68 65 20 66 6f | do so in the fo| 000013b0 6c 6c 6f 77 69 6e 67 20 77 61 79 73 3a 0a 0a 53 |llowing ways:..S| 000013c0 65 6e 64 20 43 68 65 71 75 65 2c 20 43 72 65 64 |end Cheque, Cred| 000013d0 69 74 20 6f 72 20 44 65 62 69 74 20 63 61 72 64 |it or Debit card| 000013e0 20 64 65 74 61 69 6c 73 20 74 6f 20 0a 0a 43 6c | details to ..Cl| 000013f0 61 72 65 73 20 4d 69 63 72 6f 20 53 75 70 70 6c |ares Micro Suppl| 00001400 69 65 73 20 20 20 20 20 20 20 20 0a 39 38 20 4d |ies .98 M| 00001410 69 64 64 6c 65 77 69 63 68 20 52 6f 61 64 0a 4e |iddlewich Road.N| 00001420 6f 72 74 68 77 69 63 68 0a 43 68 65 73 68 69 72 |orthwich.Cheshir| 00001430 65 0a 43 57 39 20 37 44 41 0a 0a 54 65 6c 65 70 |e.CW9 7DA..Telep| 00001440 68 6f 6e 65 20 79 6f 75 72 20 43 72 65 64 69 74 |hone your Credit| 00001450 20 6f 72 20 44 65 62 69 74 20 63 61 72 64 20 64 | or Debit card d| 00001460 65 74 61 69 6c 73 20 74 6f 20 43 6c 61 72 65 73 |etails to Clares| 00001470 20 61 74 20 30 31 36 30 36 20 34 38 35 31 31 0a | at 01606 48511.| 00001480 0a 46 61 78 20 79 6f 75 72 20 43 72 65 64 69 74 |.Fax your Credit| 00001490 20 6f 72 20 44 65 62 69 74 20 63 61 72 64 20 64 | or Debit card d| 000014a0 65 74 61 69 6c 73 20 74 6f 20 43 6c 61 72 65 73 |etails to Clares| 000014b0 20 61 74 20 30 31 36 30 36 20 34 38 35 31 32 0a | at 01606 48512.| 000014c0 0a 45 6d 61 69 6c 20 79 6f 75 72 20 43 72 65 64 |.Email your Cred| 000014d0 69 74 20 6f 72 20 44 65 62 69 74 20 63 61 72 64 |it or Debit card| 000014e0 20 64 65 74 61 69 6c 73 20 74 6f 20 73 61 6c 65 | details to sale| 000014f0 73 40 63 6c 61 72 65 73 2e 64 65 6d 6f 6e 2e 63 |s@clares.demon.c| 00001500 6f 2e 75 6b |o.uk| 00001504