Home » Archimedes archive » Acorn User » AU 1995-04.adf » !StarInfo_StarInfo » Pearson/!3DRamFree/!Help
Pearson/!3DRamFree/!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 1995-04.adf » !StarInfo_StarInfo |
Filename: | Pearson/!3DRamFree/!Help |
Read OK: | ✔ |
File size: | 2395 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
** !3DRamFree Help file ** ** Releases 84k ram when using RomApps3D ** ** By Nick Pearson ** ** version 1.60 21-1-95 ** If you have been using Acorn's !NewLook application to give you the 3D look for the desktop, then you would probably have altered your !Boot file to include the loading of ROMApps3D and BorderUtil to complete the effect by having the new template files for the Rom based applications. Adding the loading of these two modules to your !Boot file is the recommended way if you read the !NewLook help file, although !NewLook will load them automatically if they are not present. This is something I did not appreciate with version 1.50 of !3DRamFree as I only use various bits of !NewLook and not the whole application. Read the 'Program requirements' section on how to stop !NewLook loading the ROMApps3D module and therefore defeating the object of !3DRamFree This is great if you have 88k of ram to spare because ROMApps3D sits in your module area taking up space whether you use it or not. To make matters worse if a program that uses the new templates files is loaded it puts a copy of its template file in its own workspace so you have two lots in ram (OK so the second copy is lost when the application quits but you can see my point). Enter !3DRamFree. As the program progresses it tells you what is happening and you can save this script as a text file to examine. This program copies the new files in ROMApps3D to a new directory called Templates in your !System application. It then alters your !Boot file (putting a copy of the original in the new Templates directory for safe keeping) by adding paths to point to the new location. If you do not have a !Boot file it will create one. For example: normally Filer$Path would point to "Resources:$.Resources.Filer." and this is where Filer would look for any of its resources. This is set up by Risc OS 3 when the computer is switched on or reset. Get a task window (press Ctrl F12) and type: Show Filer$Path to see the path on your computer. By adding this next line to the !Boot file: Set Filer$Path <System$Dir>.Templates.Filer.,<Filer$Path> we make Filer look at the new location FIRST and then at the old location second. This way we don't need to have all of the the applications resources in the new directory, only the bits that need replacing. That takes care of some programs but others like !Draw set their paths when they are launched, and the !Run files that do this are in Rom. Not easy to change. However we can 'overwrite' them (just as ROMApps3D did for the other files) and this is what the module Apps3Dmods does (created by Register, Acorn User November 1992). !Alarm, !Calc, !Configure, !Draw, !Edit !Help, !Paint. All the !Run files in these applications have had their Paths 'added to' and look very much the same as they were; except for !Alarm which I've changed slightly to stop it complaining when you try to run two copies. It checks to see if !Alarm is running and if it is, it stops. That simple. Apps3Dmods is just under 4k long so you are effectively claiming back 84k of ram, free. Program requirements: Acorn's module ROMApps3D (filename ROMApps3D) should be loaded before running !3DRamFree and you will be warned if it isn't. Thereafter it will not be needed. Acorn's module BorderUtils (filename BorderUtil) should be loaded before running !3DRamFree and you will be warned if it isn't. It will always be needed and should be copied to '<System$Dir.Modules' as this path will be in the new !Boot file if it isn't already present. Both these modules are inside Acorn's !NewLook and can be found by shift-double clicking on !NewLook to open the application directory. If you are already loading them from your existing !Boot file then the ROMApps3D execution line will be removed and the BorderUtil execution line will be acknowledged. The exact Acorn spelling is important as well as character case for the modules to be spotted. The !NewLook application will load the ROMApps3D module if it is not present and we must stop it from doing this by altering the offending line in !NewLook's !RunImage file. Shift-double click on !NewLook to open the application directory. Load the !RunImage file into !Edit to examine the basic program. You need to find the following line in the program: PROCdo("RMEnsure ROMApps3D 0 RMLoad <Obey$Dir>.ROMApps3D") Using the function key F4 (find text) is a quick way of doing this. Change this line by inserting an REM at the beginning: REMPROCdo("RMEnsure ROMApps3D 0 RMLoad <Obey$Dir>.ROMApps3D") to prevent the line from being read when the program is running. Now save the program ( function key F3 ). The !System application must have been seen by Filer and is assumed (not unreasonably) to be on the filing system that will be booted. The new Templates directory will be created here and it would be a good idea to lock the contents of this directory to prevent accidental deletion, depending on how likely this is to happen, the choice is yours. If you do not have a !Boot file then !3DRamFree will create one and set everything up for it to be implemented. The new !Boot file will be typed as a DeskTop file and will be executed using *Opt 4,3. If you do have a !Boot file then it will be added to the end of the new one, to maintain the last line which should be *DeskTop (plus any options), and your file type and *Opt4,n settings used. If you are using *Opt4,2 to run a !Boot file other than DeskTop, Obey or Command types then it will be assumed to be a machine code program and stop there and then, not doing anything. If your !Boot file is an application directory, RiscPC style, then it will be assumed to be on a RiscPc and again stop there and then, not doing anything. This is because you will already have the benefits this program offers built in to your computer. If it isn't a RiscPc then you must have altered your !Boot file to look like one and must revert back to a standard set up for the changes to be made and then recreate your !Boot application directory as it was. Using disc based templates is best suited to a hard disc but will work on floppy systems. Indeed for an easy demonstration of what will happen you could copy your !System directory to a floppy disc. Double click on it to reset its paths. Copy your !Boot file to the floppy and then double click on !3DRamFree. You can then examine the !Boot file and !System directory for the changes that will have been carried out. The new module Apps3Dmods is checked for when !3DRamFree starts up and if found an error will be generated. This is to prevent the !Boot file from being altered more than once, which would be a waste of time. Of course you can always *RMKill Apps3Dmods to allow !3DramFree to run again but you have been warned. If, by some bizarre coincidence, you already have a module called Apps3Dmods then you could load my module into !Edit using shift-double-click and alter its name, character for character, ensuring the name length does not change (overwrite is best for this). You would then have to alter the !Run & main !Boot files to suit to complete your mods. The program itself multitasks in a TaskWindow obtained in the !Run file by the command '*TaskWindow Run"<3DRamFree$Dir>.!RunImage" -wimpslot 128k -name 3DRamFree -display -quit' and is suited to such text based programs. !Edit is the 'owner' of the TaskWindow so don't be surprised if you see it on the icon bar. !Paint and ColourCard: For users of graphics enhancer cards such as Computer Concepts ColourCard you will probably be aware that !Paint (all pre-RiscPc versions) cannot run in the new 16bpp desktop modes provided. To stop !Paint producing an error in these screen modes a module called TrapPaint is used by ColourCard to stop either !Paint aborting or you changing to an unsuitable screen mode. Previous versions of Apps3Dmods had this check in !Paint's !Run file which meant that if you did not have a ColourCard an error would be produced every time !Paint was run. This has been fixed by testing for the TrapPaint module first before issuing its Test16bpp command. This command and fix relates only to Computer Concepts ColourCard as I only have experience of this one so users of other graphics enhancer cards (there is only one other I think) who experience problems with !Paint should look at its !Run file. If your graphics card has a similar command and you want to change Apps3Dmods to use it, you could recreate Apps3Dmods by using the module creator Register, Acorn User November 1992). Or you could load Apps3Dmods into !Edit, locate the !Paint !Run file at the end of the module and using Overwrite mode change the existing command to your cards check command. Be very carefull using this method as the module file length must not change. Practice on a copy if you are not sure.
00000000 20 20 20 20 20 20 20 20 20 20 20 20 2a 2a 20 20 | ** | 00000010 20 20 20 20 20 20 20 21 33 44 52 61 6d 46 72 65 | !3DRamFre| 00000020 65 20 20 48 65 6c 70 20 66 69 6c 65 20 20 20 20 |e Help file | 00000030 20 20 20 20 20 2a 2a 0a 0a 20 20 20 20 20 20 20 | **.. | 00000040 20 20 20 20 20 2a 2a 20 52 65 6c 65 61 73 65 73 | ** Releases| 00000050 20 38 34 6b 20 72 61 6d 20 77 68 65 6e 20 75 73 | 84k ram when us| 00000060 69 6e 67 20 52 6f 6d 41 70 70 73 33 44 20 2a 2a |ing RomApps3D **| 00000070 0a 20 20 20 20 20 20 20 20 20 20 20 20 0a 20 20 |. . | 00000080 20 20 20 20 20 20 20 20 20 20 2a 2a 20 20 20 20 | ** | 00000090 20 20 20 20 20 20 20 20 42 79 20 4e 69 63 6b 20 | By Nick | 000000a0 50 65 61 72 73 6f 6e 20 20 20 20 20 20 20 20 20 |Pearson | 000000b0 20 20 20 2a 2a 0a 0a 20 20 20 20 20 20 20 20 20 | **.. | 000000c0 20 20 20 2a 2a 20 20 20 20 20 20 20 20 20 76 65 | ** ve| 000000d0 72 73 69 6f 6e 20 31 2e 36 30 20 20 20 32 31 2d |rsion 1.60 21-| 000000e0 31 2d 39 35 20 20 20 20 20 20 20 20 2a 2a 0a 0a |1-95 **..| 000000f0 49 66 20 79 6f 75 20 68 61 76 65 20 62 65 65 6e |If you have been| 00000100 20 75 73 69 6e 67 20 41 63 6f 72 6e 27 73 20 21 | using Acorn's !| 00000110 4e 65 77 4c 6f 6f 6b 20 61 70 70 6c 69 63 61 74 |NewLook applicat| 00000120 69 6f 6e 20 74 6f 20 67 69 76 65 20 79 6f 75 20 |ion to give you | 00000130 74 68 65 20 33 44 20 6c 6f 6f 6b 20 66 6f 72 20 |the 3D look for | 00000140 74 68 65 20 64 65 73 6b 74 6f 70 2c 20 74 68 65 |the desktop, the| 00000150 6e 20 79 6f 75 20 77 6f 75 6c 64 20 70 72 6f 62 |n you would prob| 00000160 61 62 6c 79 20 68 61 76 65 20 61 6c 74 65 72 65 |ably have altere| 00000170 64 20 79 6f 75 72 20 21 42 6f 6f 74 20 66 69 6c |d your !Boot fil| 00000180 65 20 74 6f 20 69 6e 63 6c 75 64 65 20 74 68 65 |e to include the| 00000190 20 6c 6f 61 64 69 6e 67 20 6f 66 20 52 4f 4d 41 | loading of ROMA| 000001a0 70 70 73 33 44 20 61 6e 64 20 42 6f 72 64 65 72 |pps3D and Border| 000001b0 55 74 69 6c 20 74 6f 20 63 6f 6d 70 6c 65 74 65 |Util to complete| 000001c0 20 74 68 65 20 65 66 66 65 63 74 20 62 79 20 68 | the effect by h| 000001d0 61 76 69 6e 67 20 74 68 65 20 6e 65 77 20 74 65 |aving the new te| 000001e0 6d 70 6c 61 74 65 20 66 69 6c 65 73 20 66 6f 72 |mplate files for| 000001f0 20 74 68 65 20 52 6f 6d 20 62 61 73 65 64 20 61 | the Rom based a| 00000200 70 70 6c 69 63 61 74 69 6f 6e 73 2e 0a 0a 41 64 |pplications...Ad| 00000210 64 69 6e 67 20 74 68 65 20 6c 6f 61 64 69 6e 67 |ding the loading| 00000220 20 6f 66 20 74 68 65 73 65 20 74 77 6f 20 6d 6f | of these two mo| 00000230 64 75 6c 65 73 20 74 6f 20 79 6f 75 72 20 21 42 |dules to your !B| 00000240 6f 6f 74 20 66 69 6c 65 20 69 73 20 74 68 65 20 |oot file is the | 00000250 72 65 63 6f 6d 6d 65 6e 64 65 64 20 77 61 79 20 |recommended way | 00000260 69 66 20 79 6f 75 20 72 65 61 64 20 74 68 65 20 |if you read the | 00000270 21 4e 65 77 4c 6f 6f 6b 20 68 65 6c 70 20 66 69 |!NewLook help fi| 00000280 6c 65 2c 20 61 6c 74 68 6f 75 67 68 20 21 4e 65 |le, although !Ne| 00000290 77 4c 6f 6f 6b 20 77 69 6c 6c 20 6c 6f 61 64 20 |wLook will load | 000002a0 74 68 65 6d 20 61 75 74 6f 6d 61 74 69 63 61 6c |them automatical| 000002b0 6c 79 20 69 66 20 74 68 65 79 20 61 72 65 20 6e |ly if they are n| 000002c0 6f 74 20 70 72 65 73 65 6e 74 2e 20 54 68 69 73 |ot present. This| 000002d0 20 69 73 20 73 6f 6d 65 74 68 69 6e 67 20 49 20 | is something I | 000002e0 64 69 64 20 6e 6f 74 20 61 70 70 72 65 63 69 61 |did not apprecia| 000002f0 74 65 20 77 69 74 68 20 76 65 72 73 69 6f 6e 20 |te with version | 00000300 31 2e 35 30 20 6f 66 20 21 33 44 52 61 6d 46 72 |1.50 of !3DRamFr| 00000310 65 65 20 61 73 20 49 20 6f 6e 6c 79 20 75 73 65 |ee as I only use| 00000320 20 76 61 72 69 6f 75 73 20 62 69 74 73 20 6f 66 | various bits of| 00000330 20 21 4e 65 77 4c 6f 6f 6b 20 61 6e 64 20 6e 6f | !NewLook and no| 00000340 74 20 74 68 65 20 77 68 6f 6c 65 20 61 70 70 6c |t the whole appl| 00000350 69 63 61 74 69 6f 6e 2e 0a 0a 52 65 61 64 20 74 |ication...Read t| 00000360 68 65 20 27 50 72 6f 67 72 61 6d 20 72 65 71 75 |he 'Program requ| 00000370 69 72 65 6d 65 6e 74 73 27 20 73 65 63 74 69 6f |irements' sectio| 00000380 6e 20 6f 6e 20 68 6f 77 20 74 6f 20 73 74 6f 70 |n on how to stop| 00000390 20 21 4e 65 77 4c 6f 6f 6b 20 6c 6f 61 64 69 6e | !NewLook loadin| 000003a0 67 20 74 68 65 20 52 4f 4d 41 70 70 73 33 44 20 |g the ROMApps3D | 000003b0 6d 6f 64 75 6c 65 20 61 6e 64 20 74 68 65 72 65 |module and there| 000003c0 66 6f 72 65 20 64 65 66 65 61 74 69 6e 67 20 74 |fore defeating t| 000003d0 68 65 20 6f 62 6a 65 63 74 20 6f 66 20 21 33 44 |he object of !3D| 000003e0 52 61 6d 46 72 65 65 0a 0a 54 68 69 73 20 69 73 |RamFree..This is| 000003f0 20 67 72 65 61 74 20 69 66 20 79 6f 75 20 68 61 | great if you ha| 00000400 76 65 20 38 38 6b 20 6f 66 20 72 61 6d 20 74 6f |ve 88k of ram to| 00000410 20 73 70 61 72 65 20 62 65 63 61 75 73 65 20 52 | spare because R| 00000420 4f 4d 41 70 70 73 33 44 20 73 69 74 73 20 69 6e |OMApps3D sits in| 00000430 20 79 6f 75 72 20 6d 6f 64 75 6c 65 20 61 72 65 | your module are| 00000440 61 20 74 61 6b 69 6e 67 20 75 70 20 73 70 61 63 |a taking up spac| 00000450 65 20 77 68 65 74 68 65 72 20 79 6f 75 20 75 73 |e whether you us| 00000460 65 20 69 74 20 6f 72 20 6e 6f 74 2e 20 54 6f 20 |e it or not. To | 00000470 6d 61 6b 65 20 6d 61 74 74 65 72 73 20 77 6f 72 |make matters wor| 00000480 73 65 20 69 66 20 61 20 70 72 6f 67 72 61 6d 20 |se if a program | 00000490 74 68 61 74 20 75 73 65 73 20 74 68 65 20 6e 65 |that uses the ne| 000004a0 77 20 74 65 6d 70 6c 61 74 65 73 20 66 69 6c 65 |w templates file| 000004b0 73 20 69 73 20 6c 6f 61 64 65 64 20 69 74 20 70 |s is loaded it p| 000004c0 75 74 73 20 61 20 63 6f 70 79 20 6f 66 20 69 74 |uts a copy of it| 000004d0 73 20 74 65 6d 70 6c 61 74 65 20 66 69 6c 65 20 |s template file | 000004e0 69 6e 20 69 74 73 20 6f 77 6e 20 77 6f 72 6b 73 |in its own works| 000004f0 70 61 63 65 20 73 6f 20 79 6f 75 20 68 61 76 65 |pace so you have| 00000500 20 74 77 6f 20 6c 6f 74 73 20 69 6e 20 72 61 6d | two lots in ram| 00000510 20 28 4f 4b 20 73 6f 20 74 68 65 20 73 65 63 6f | (OK so the seco| 00000520 6e 64 20 63 6f 70 79 20 69 73 20 6c 6f 73 74 20 |nd copy is lost | 00000530 77 68 65 6e 20 74 68 65 20 61 70 70 6c 69 63 61 |when the applica| 00000540 74 69 6f 6e 20 71 75 69 74 73 20 62 75 74 20 79 |tion quits but y| 00000550 6f 75 20 63 61 6e 20 73 65 65 20 6d 79 20 70 6f |ou can see my po| 00000560 69 6e 74 29 2e 0a 0a 45 6e 74 65 72 20 21 33 44 |int)...Enter !3D| 00000570 52 61 6d 46 72 65 65 2e 20 41 73 20 74 68 65 20 |RamFree. As the | 00000580 70 72 6f 67 72 61 6d 20 70 72 6f 67 72 65 73 73 |program progress| 00000590 65 73 20 69 74 20 74 65 6c 6c 73 20 79 6f 75 20 |es it tells you | 000005a0 77 68 61 74 20 69 73 20 68 61 70 70 65 6e 69 6e |what is happenin| 000005b0 67 20 61 6e 64 20 79 6f 75 20 63 61 6e 20 73 61 |g and you can sa| 000005c0 76 65 20 74 68 69 73 20 73 63 72 69 70 74 20 61 |ve this script a| 000005d0 73 20 61 20 74 65 78 74 20 66 69 6c 65 20 74 6f |s a text file to| 000005e0 20 65 78 61 6d 69 6e 65 2e 20 54 68 69 73 20 70 | examine. This p| 000005f0 72 6f 67 72 61 6d 20 63 6f 70 69 65 73 20 74 68 |rogram copies th| 00000600 65 20 6e 65 77 20 66 69 6c 65 73 20 69 6e 20 52 |e new files in R| 00000610 4f 4d 41 70 70 73 33 44 20 74 6f 20 61 20 6e 65 |OMApps3D to a ne| 00000620 77 20 64 69 72 65 63 74 6f 72 79 20 63 61 6c 6c |w directory call| 00000630 65 64 20 54 65 6d 70 6c 61 74 65 73 20 69 6e 20 |ed Templates in | 00000640 79 6f 75 72 20 21 53 79 73 74 65 6d 20 61 70 70 |your !System app| 00000650 6c 69 63 61 74 69 6f 6e 2e 20 49 74 20 74 68 65 |lication. It the| 00000660 6e 20 61 6c 74 65 72 73 20 79 6f 75 72 20 21 42 |n alters your !B| 00000670 6f 6f 74 20 66 69 6c 65 20 28 70 75 74 74 69 6e |oot file (puttin| 00000680 67 20 61 20 63 6f 70 79 20 6f 66 20 74 68 65 20 |g a copy of the | 00000690 6f 72 69 67 69 6e 61 6c 20 69 6e 20 74 68 65 20 |original in the | 000006a0 6e 65 77 20 54 65 6d 70 6c 61 74 65 73 20 64 69 |new Templates di| 000006b0 72 65 63 74 6f 72 79 20 66 6f 72 20 73 61 66 65 |rectory for safe| 000006c0 20 6b 65 65 70 69 6e 67 29 20 62 79 20 61 64 64 | keeping) by add| 000006d0 69 6e 67 20 70 61 74 68 73 20 74 6f 20 70 6f 69 |ing paths to poi| 000006e0 6e 74 20 74 6f 20 74 68 65 20 6e 65 77 20 6c 6f |nt to the new lo| 000006f0 63 61 74 69 6f 6e 2e 20 49 66 20 79 6f 75 20 64 |cation. If you d| 00000700 6f 20 6e 6f 74 20 68 61 76 65 20 61 20 21 42 6f |o not have a !Bo| 00000710 6f 74 20 66 69 6c 65 20 69 74 20 77 69 6c 6c 20 |ot file it will | 00000720 63 72 65 61 74 65 20 6f 6e 65 2e 0a 46 6f 72 20 |create one..For | 00000730 65 78 61 6d 70 6c 65 3a 0a 0a 6e 6f 72 6d 61 6c |example:..normal| 00000740 6c 79 20 20 46 69 6c 65 72 24 50 61 74 68 20 77 |ly Filer$Path w| 00000750 6f 75 6c 64 20 70 6f 69 6e 74 20 74 6f 20 22 52 |ould point to "R| 00000760 65 73 6f 75 72 63 65 73 3a 24 2e 52 65 73 6f 75 |esources:$.Resou| 00000770 72 63 65 73 2e 46 69 6c 65 72 2e 22 0a 61 6e 64 |rces.Filer.".and| 00000780 20 74 68 69 73 20 69 73 20 77 68 65 72 65 20 46 | this is where F| 00000790 69 6c 65 72 20 77 6f 75 6c 64 20 6c 6f 6f 6b 20 |iler would look | 000007a0 66 6f 72 20 61 6e 79 20 6f 66 20 69 74 73 20 72 |for any of its r| 000007b0 65 73 6f 75 72 63 65 73 2e 20 54 68 69 73 20 69 |esources. This i| 000007c0 73 20 73 65 74 20 75 70 20 62 79 20 52 69 73 63 |s set up by Risc| 000007d0 20 4f 53 20 33 20 77 68 65 6e 20 74 68 65 20 63 | OS 3 when the c| 000007e0 6f 6d 70 75 74 65 72 20 69 73 20 73 77 69 74 63 |omputer is switc| 000007f0 68 65 64 20 6f 6e 20 6f 72 20 72 65 73 65 74 2e |hed on or reset.| 00000800 0a 0a 47 65 74 20 61 20 74 61 73 6b 20 77 69 6e |..Get a task win| 00000810 64 6f 77 20 28 70 72 65 73 73 20 43 74 72 6c 20 |dow (press Ctrl | 00000820 46 31 32 29 20 61 6e 64 20 74 79 70 65 3a 20 20 |F12) and type: | 00000830 20 53 68 6f 77 20 46 69 6c 65 72 24 50 61 74 68 | Show Filer$Path| 00000840 0a 74 6f 20 73 65 65 20 74 68 65 20 70 61 74 68 |.to see the path| 00000850 20 6f 6e 20 79 6f 75 72 20 63 6f 6d 70 75 74 65 | on your compute| 00000860 72 2e 0a 0a 42 79 20 61 64 64 69 6e 67 20 74 68 |r...By adding th| 00000870 69 73 20 6e 65 78 74 20 6c 69 6e 65 20 74 6f 20 |is next line to | 00000880 74 68 65 20 21 42 6f 6f 74 20 66 69 6c 65 3a 0a |the !Boot file:.| 00000890 0a 53 65 74 20 46 69 6c 65 72 24 50 61 74 68 20 |.Set Filer$Path | 000008a0 3c 53 79 73 74 65 6d 24 44 69 72 3e 2e 54 65 6d |<System$Dir>.Tem| 000008b0 70 6c 61 74 65 73 2e 46 69 6c 65 72 2e 2c 3c 46 |plates.Filer.,<F| 000008c0 69 6c 65 72 24 50 61 74 68 3e 0a 0a 77 65 20 6d |iler$Path>..we m| 000008d0 61 6b 65 20 46 69 6c 65 72 20 6c 6f 6f 6b 20 61 |ake Filer look a| 000008e0 74 20 74 68 65 20 6e 65 77 20 6c 6f 63 61 74 69 |t the new locati| 000008f0 6f 6e 20 46 49 52 53 54 20 61 6e 64 20 74 68 65 |on FIRST and the| 00000900 6e 20 61 74 20 74 68 65 20 6f 6c 64 20 6c 6f 63 |n at the old loc| 00000910 61 74 69 6f 6e 20 73 65 63 6f 6e 64 2e 20 54 68 |ation second. Th| 00000920 69 73 20 77 61 79 20 77 65 20 64 6f 6e 27 74 20 |is way we don't | 00000930 6e 65 65 64 20 74 6f 20 68 61 76 65 20 61 6c 6c |need to have all| 00000940 20 6f 66 20 74 68 65 20 74 68 65 20 61 70 70 6c | of the the appl| 00000950 69 63 61 74 69 6f 6e 73 20 72 65 73 6f 75 72 63 |ications resourc| 00000960 65 73 20 69 6e 20 74 68 65 20 6e 65 77 20 64 69 |es in the new di| 00000970 72 65 63 74 6f 72 79 2c 20 6f 6e 6c 79 20 74 68 |rectory, only th| 00000980 65 20 62 69 74 73 20 74 68 61 74 20 6e 65 65 64 |e bits that need| 00000990 20 72 65 70 6c 61 63 69 6e 67 2e 0a 0a 54 68 61 | replacing...Tha| 000009a0 74 20 74 61 6b 65 73 20 63 61 72 65 20 6f 66 20 |t takes care of | 000009b0 73 6f 6d 65 20 70 72 6f 67 72 61 6d 73 20 62 75 |some programs bu| 000009c0 74 20 6f 74 68 65 72 73 20 6c 69 6b 65 20 21 44 |t others like !D| 000009d0 72 61 77 20 73 65 74 20 74 68 65 69 72 20 70 61 |raw set their pa| 000009e0 74 68 73 20 77 68 65 6e 20 74 68 65 79 20 61 72 |ths when they ar| 000009f0 65 20 6c 61 75 6e 63 68 65 64 2c 20 61 6e 64 20 |e launched, and | 00000a00 74 68 65 20 21 52 75 6e 20 66 69 6c 65 73 20 74 |the !Run files t| 00000a10 68 61 74 20 64 6f 20 74 68 69 73 20 61 72 65 20 |hat do this are | 00000a20 69 6e 20 52 6f 6d 2e 20 4e 6f 74 20 65 61 73 79 |in Rom. Not easy| 00000a30 20 74 6f 20 63 68 61 6e 67 65 2e 20 48 6f 77 65 | to change. Howe| 00000a40 76 65 72 20 77 65 20 63 61 6e 20 27 6f 76 65 72 |ver we can 'over| 00000a50 77 72 69 74 65 27 20 74 68 65 6d 20 28 6a 75 73 |write' them (jus| 00000a60 74 20 61 73 20 52 4f 4d 41 70 70 73 33 44 20 64 |t as ROMApps3D d| 00000a70 69 64 20 66 6f 72 20 74 68 65 20 6f 74 68 65 72 |id for the other| 00000a80 20 66 69 6c 65 73 29 20 61 6e 64 20 74 68 69 73 | files) and this| 00000a90 20 69 73 20 77 68 61 74 20 74 68 65 20 6d 6f 64 | is what the mod| 00000aa0 75 6c 65 20 41 70 70 73 33 44 6d 6f 64 73 20 64 |ule Apps3Dmods d| 00000ab0 6f 65 73 20 28 63 72 65 61 74 65 64 20 62 79 20 |oes (created by | 00000ac0 52 65 67 69 73 74 65 72 2c 20 41 63 6f 72 6e 20 |Register, Acorn | 00000ad0 55 73 65 72 20 4e 6f 76 65 6d 62 65 72 20 31 39 |User November 19| 00000ae0 39 32 29 2e 0a 0a 21 41 6c 61 72 6d 2c 20 21 43 |92)...!Alarm, !C| 00000af0 61 6c 63 2c 20 21 43 6f 6e 66 69 67 75 72 65 2c |alc, !Configure,| 00000b00 20 21 44 72 61 77 2c 20 21 45 64 69 74 20 21 48 | !Draw, !Edit !H| 00000b10 65 6c 70 2c 20 21 50 61 69 6e 74 2e 0a 0a 41 6c |elp, !Paint...Al| 00000b20 6c 20 74 68 65 20 21 52 75 6e 20 66 69 6c 65 73 |l the !Run files| 00000b30 20 69 6e 20 74 68 65 73 65 20 61 70 70 6c 69 63 | in these applic| 00000b40 61 74 69 6f 6e 73 20 68 61 76 65 20 68 61 64 20 |ations have had | 00000b50 74 68 65 69 72 20 50 61 74 68 73 20 27 61 64 64 |their Paths 'add| 00000b60 65 64 20 74 6f 27 20 61 6e 64 20 6c 6f 6f 6b 20 |ed to' and look | 00000b70 76 65 72 79 20 6d 75 63 68 20 74 68 65 20 73 61 |very much the sa| 00000b80 6d 65 20 61 73 20 74 68 65 79 20 77 65 72 65 3b |me as they were;| 00000b90 20 65 78 63 65 70 74 20 66 6f 72 20 21 41 6c 61 | except for !Ala| 00000ba0 72 6d 20 77 68 69 63 68 20 49 27 76 65 20 63 68 |rm which I've ch| 00000bb0 61 6e 67 65 64 20 73 6c 69 67 68 74 6c 79 20 74 |anged slightly t| 00000bc0 6f 20 73 74 6f 70 20 69 74 20 63 6f 6d 70 6c 61 |o stop it compla| 00000bd0 69 6e 69 6e 67 20 77 68 65 6e 20 79 6f 75 20 74 |ining when you t| 00000be0 72 79 20 74 6f 20 72 75 6e 20 74 77 6f 20 63 6f |ry to run two co| 00000bf0 70 69 65 73 2e 20 49 74 20 63 68 65 63 6b 73 20 |pies. It checks | 00000c00 74 6f 20 73 65 65 20 69 66 20 21 41 6c 61 72 6d |to see if !Alarm| 00000c10 20 69 73 20 72 75 6e 6e 69 6e 67 20 61 6e 64 20 | is running and | 00000c20 69 66 20 69 74 20 69 73 2c 20 69 74 20 73 74 6f |if it is, it sto| 00000c30 70 73 2e 20 54 68 61 74 20 73 69 6d 70 6c 65 2e |ps. That simple.| 00000c40 0a 0a 41 70 70 73 33 44 6d 6f 64 73 20 69 73 20 |..Apps3Dmods is | 00000c50 6a 75 73 74 20 75 6e 64 65 72 20 34 6b 20 6c 6f |just under 4k lo| 00000c60 6e 67 20 73 6f 20 79 6f 75 20 61 72 65 20 65 66 |ng so you are ef| 00000c70 66 65 63 74 69 76 65 6c 79 20 63 6c 61 69 6d 69 |fectively claimi| 00000c80 6e 67 20 62 61 63 6b 20 38 34 6b 20 6f 66 20 72 |ng back 84k of r| 00000c90 61 6d 2c 20 66 72 65 65 2e 0a 0a 0a 50 72 6f 67 |am, free....Prog| 00000ca0 72 61 6d 20 72 65 71 75 69 72 65 6d 65 6e 74 73 |ram requirements| 00000cb0 3a 0a 0a 41 63 6f 72 6e 27 73 20 6d 6f 64 75 6c |:..Acorn's modul| 00000cc0 65 20 52 4f 4d 41 70 70 73 33 44 20 28 66 69 6c |e ROMApps3D (fil| 00000cd0 65 6e 61 6d 65 20 52 4f 4d 41 70 70 73 33 44 29 |ename ROMApps3D)| 00000ce0 20 73 68 6f 75 6c 64 20 62 65 20 6c 6f 61 64 65 | should be loade| 00000cf0 64 20 62 65 66 6f 72 65 20 72 75 6e 6e 69 6e 67 |d before running| 00000d00 20 21 33 44 52 61 6d 46 72 65 65 20 61 6e 64 20 | !3DRamFree and | 00000d10 79 6f 75 20 77 69 6c 6c 20 62 65 20 77 61 72 6e |you will be warn| 00000d20 65 64 20 69 66 20 69 74 20 69 73 6e 27 74 2e 20 |ed if it isn't. | 00000d30 54 68 65 72 65 61 66 74 65 72 20 69 74 20 77 69 |Thereafter it wi| 00000d40 6c 6c 20 6e 6f 74 20 62 65 20 6e 65 65 64 65 64 |ll not be needed| 00000d50 2e 0a 0a 41 63 6f 72 6e 27 73 20 6d 6f 64 75 6c |...Acorn's modul| 00000d60 65 20 42 6f 72 64 65 72 55 74 69 6c 73 20 28 66 |e BorderUtils (f| 00000d70 69 6c 65 6e 61 6d 65 20 42 6f 72 64 65 72 55 74 |ilename BorderUt| 00000d80 69 6c 29 20 73 68 6f 75 6c 64 20 62 65 20 6c 6f |il) should be lo| 00000d90 61 64 65 64 20 62 65 66 6f 72 65 20 72 75 6e 6e |aded before runn| 00000da0 69 6e 67 20 21 33 44 52 61 6d 46 72 65 65 20 61 |ing !3DRamFree a| 00000db0 6e 64 20 79 6f 75 20 77 69 6c 6c 20 62 65 20 77 |nd you will be w| 00000dc0 61 72 6e 65 64 20 69 66 20 69 74 20 69 73 6e 27 |arned if it isn'| 00000dd0 74 2e 20 49 74 20 77 69 6c 6c 20 61 6c 77 61 79 |t. It will alway| 00000de0 73 20 62 65 20 6e 65 65 64 65 64 20 61 6e 64 20 |s be needed and | 00000df0 73 68 6f 75 6c 64 20 62 65 20 63 6f 70 69 65 64 |should be copied| 00000e00 20 74 6f 20 27 3c 53 79 73 74 65 6d 24 44 69 72 | to '<System$Dir| 00000e10 2e 4d 6f 64 75 6c 65 73 27 20 61 73 20 74 68 69 |.Modules' as thi| 00000e20 73 20 70 61 74 68 20 77 69 6c 6c 20 62 65 20 69 |s path will be i| 00000e30 6e 20 74 68 65 20 6e 65 77 20 21 42 6f 6f 74 20 |n the new !Boot | 00000e40 66 69 6c 65 20 69 66 20 69 74 20 69 73 6e 27 74 |file if it isn't| 00000e50 20 61 6c 72 65 61 64 79 20 70 72 65 73 65 6e 74 | already present| 00000e60 2e 0a 0a 42 6f 74 68 20 74 68 65 73 65 20 6d 6f |...Both these mo| 00000e70 64 75 6c 65 73 20 61 72 65 20 69 6e 73 69 64 65 |dules are inside| 00000e80 20 41 63 6f 72 6e 27 73 20 21 4e 65 77 4c 6f 6f | Acorn's !NewLoo| 00000e90 6b 20 61 6e 64 20 63 61 6e 20 62 65 20 66 6f 75 |k and can be fou| 00000ea0 6e 64 20 62 79 20 73 68 69 66 74 2d 64 6f 75 62 |nd by shift-doub| 00000eb0 6c 65 20 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 21 |le clicking on !| 00000ec0 4e 65 77 4c 6f 6f 6b 20 74 6f 20 6f 70 65 6e 20 |NewLook to open | 00000ed0 74 68 65 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 |the application | 00000ee0 64 69 72 65 63 74 6f 72 79 2e 20 49 66 20 79 6f |directory. If yo| 00000ef0 75 20 61 72 65 20 61 6c 72 65 61 64 79 20 6c 6f |u are already lo| 00000f00 61 64 69 6e 67 20 74 68 65 6d 20 66 72 6f 6d 20 |ading them from | 00000f10 79 6f 75 72 20 65 78 69 73 74 69 6e 67 20 21 42 |your existing !B| 00000f20 6f 6f 74 20 66 69 6c 65 20 74 68 65 6e 20 74 68 |oot file then th| 00000f30 65 20 52 4f 4d 41 70 70 73 33 44 20 65 78 65 63 |e ROMApps3D exec| 00000f40 75 74 69 6f 6e 20 6c 69 6e 65 20 77 69 6c 6c 20 |ution line will | 00000f50 62 65 20 72 65 6d 6f 76 65 64 20 61 6e 64 20 74 |be removed and t| 00000f60 68 65 20 42 6f 72 64 65 72 55 74 69 6c 20 65 78 |he BorderUtil ex| 00000f70 65 63 75 74 69 6f 6e 20 6c 69 6e 65 20 77 69 6c |ecution line wil| 00000f80 6c 20 62 65 20 61 63 6b 6e 6f 77 6c 65 64 67 65 |l be acknowledge| 00000f90 64 2e 20 54 68 65 20 65 78 61 63 74 20 41 63 6f |d. The exact Aco| 00000fa0 72 6e 20 73 70 65 6c 6c 69 6e 67 20 69 73 20 69 |rn spelling is i| 00000fb0 6d 70 6f 72 74 61 6e 74 20 61 73 20 77 65 6c 6c |mportant as well| 00000fc0 20 61 73 20 63 68 61 72 61 63 74 65 72 20 63 61 | as character ca| 00000fd0 73 65 20 66 6f 72 20 74 68 65 20 6d 6f 64 75 6c |se for the modul| 00000fe0 65 73 20 74 6f 20 62 65 20 73 70 6f 74 74 65 64 |es to be spotted| 00000ff0 2e 0a 0a 54 68 65 20 21 4e 65 77 4c 6f 6f 6b 20 |...The !NewLook | 00001000 61 70 70 6c 69 63 61 74 69 6f 6e 20 77 69 6c 6c |application will| 00001010 20 6c 6f 61 64 20 74 68 65 20 52 4f 4d 41 70 70 | load the ROMApp| 00001020 73 33 44 20 6d 6f 64 75 6c 65 20 69 66 20 69 74 |s3D module if it| 00001030 20 69 73 20 6e 6f 74 20 70 72 65 73 65 6e 74 20 | is not present | 00001040 61 6e 64 20 77 65 20 6d 75 73 74 20 73 74 6f 70 |and we must stop| 00001050 20 69 74 20 66 72 6f 6d 20 64 6f 69 6e 67 20 74 | it from doing t| 00001060 68 69 73 20 62 79 20 61 6c 74 65 72 69 6e 67 20 |his by altering | 00001070 74 68 65 20 6f 66 66 65 6e 64 69 6e 67 20 6c 69 |the offending li| 00001080 6e 65 20 69 6e 20 21 4e 65 77 4c 6f 6f 6b 27 73 |ne in !NewLook's| 00001090 20 21 52 75 6e 49 6d 61 67 65 20 66 69 6c 65 2e | !RunImage file.| 000010a0 20 53 68 69 66 74 2d 64 6f 75 62 6c 65 20 63 6c | Shift-double cl| 000010b0 69 63 6b 20 6f 6e 20 21 4e 65 77 4c 6f 6f 6b 20 |ick on !NewLook | 000010c0 74 6f 20 6f 70 65 6e 20 74 68 65 20 61 70 70 6c |to open the appl| 000010d0 69 63 61 74 69 6f 6e 20 64 69 72 65 63 74 6f 72 |ication director| 000010e0 79 2e 20 4c 6f 61 64 20 74 68 65 20 21 52 75 6e |y. Load the !Run| 000010f0 49 6d 61 67 65 20 66 69 6c 65 20 69 6e 74 6f 20 |Image file into | 00001100 21 45 64 69 74 20 74 6f 20 65 78 61 6d 69 6e 65 |!Edit to examine| 00001110 20 74 68 65 20 62 61 73 69 63 20 70 72 6f 67 72 | the basic progr| 00001120 61 6d 2e 20 59 6f 75 20 6e 65 65 64 20 74 6f 20 |am. You need to | 00001130 66 69 6e 64 20 74 68 65 20 66 6f 6c 6c 6f 77 69 |find the followi| 00001140 6e 67 20 6c 69 6e 65 20 69 6e 20 74 68 65 20 70 |ng line in the p| 00001150 72 6f 67 72 61 6d 3a 0a 0a 20 20 50 52 4f 43 64 |rogram:.. PROCd| 00001160 6f 28 22 52 4d 45 6e 73 75 72 65 20 52 4f 4d 41 |o("RMEnsure ROMA| 00001170 70 70 73 33 44 20 30 20 52 4d 4c 6f 61 64 20 3c |pps3D 0 RMLoad <| 00001180 4f 62 65 79 24 44 69 72 3e 2e 52 4f 4d 41 70 70 |Obey$Dir>.ROMApp| 00001190 73 33 44 22 29 0a 0a 55 73 69 6e 67 20 74 68 65 |s3D")..Using the| 000011a0 20 66 75 6e 63 74 69 6f 6e 20 6b 65 79 20 46 34 | function key F4| 000011b0 20 28 66 69 6e 64 20 74 65 78 74 29 20 69 73 20 | (find text) is | 000011c0 61 20 71 75 69 63 6b 20 77 61 79 20 6f 66 20 64 |a quick way of d| 000011d0 6f 69 6e 67 20 74 68 69 73 2e 0a 0a 43 68 61 6e |oing this...Chan| 000011e0 67 65 20 74 68 69 73 20 6c 69 6e 65 20 62 79 20 |ge this line by | 000011f0 69 6e 73 65 72 74 69 6e 67 20 61 6e 20 52 45 4d |inserting an REM| 00001200 20 61 74 20 74 68 65 20 62 65 67 69 6e 6e 69 6e | at the beginnin| 00001210 67 3a 0a 0a 20 20 52 45 4d 50 52 4f 43 64 6f 28 |g:.. REMPROCdo(| 00001220 22 52 4d 45 6e 73 75 72 65 20 52 4f 4d 41 70 70 |"RMEnsure ROMApp| 00001230 73 33 44 20 30 20 52 4d 4c 6f 61 64 20 3c 4f 62 |s3D 0 RMLoad <Ob| 00001240 65 79 24 44 69 72 3e 2e 52 4f 4d 41 70 70 73 33 |ey$Dir>.ROMApps3| 00001250 44 22 29 0a 0a 74 6f 20 70 72 65 76 65 6e 74 20 |D")..to prevent | 00001260 74 68 65 20 6c 69 6e 65 20 66 72 6f 6d 20 62 65 |the line from be| 00001270 69 6e 67 20 72 65 61 64 20 77 68 65 6e 20 74 68 |ing read when th| 00001280 65 20 70 72 6f 67 72 61 6d 20 69 73 20 72 75 6e |e program is run| 00001290 6e 69 6e 67 2e 0a 4e 6f 77 20 73 61 76 65 20 74 |ning..Now save t| 000012a0 68 65 20 70 72 6f 67 72 61 6d 20 28 20 66 75 6e |he program ( fun| 000012b0 63 74 69 6f 6e 20 6b 65 79 20 46 33 20 29 2e 0a |ction key F3 )..| 000012c0 0a 54 68 65 20 21 53 79 73 74 65 6d 20 61 70 70 |.The !System app| 000012d0 6c 69 63 61 74 69 6f 6e 20 6d 75 73 74 20 68 61 |lication must ha| 000012e0 76 65 20 62 65 65 6e 20 73 65 65 6e 20 62 79 20 |ve been seen by | 000012f0 46 69 6c 65 72 20 61 6e 64 20 69 73 20 61 73 73 |Filer and is ass| 00001300 75 6d 65 64 20 28 6e 6f 74 20 75 6e 72 65 61 73 |umed (not unreas| 00001310 6f 6e 61 62 6c 79 29 20 74 6f 20 62 65 20 6f 6e |onably) to be on| 00001320 20 74 68 65 20 66 69 6c 69 6e 67 20 73 79 73 74 | the filing syst| 00001330 65 6d 20 74 68 61 74 20 77 69 6c 6c 20 62 65 20 |em that will be | 00001340 62 6f 6f 74 65 64 2e 20 54 68 65 20 6e 65 77 20 |booted. The new | 00001350 54 65 6d 70 6c 61 74 65 73 20 64 69 72 65 63 74 |Templates direct| 00001360 6f 72 79 20 77 69 6c 6c 20 62 65 20 63 72 65 61 |ory will be crea| 00001370 74 65 64 20 68 65 72 65 20 61 6e 64 20 69 74 20 |ted here and it | 00001380 77 6f 75 6c 64 20 62 65 20 61 20 67 6f 6f 64 20 |would be a good | 00001390 69 64 65 61 20 74 6f 20 6c 6f 63 6b 20 74 68 65 |idea to lock the| 000013a0 20 63 6f 6e 74 65 6e 74 73 20 6f 66 20 74 68 69 | contents of thi| 000013b0 73 20 64 69 72 65 63 74 6f 72 79 20 74 6f 20 70 |s directory to p| 000013c0 72 65 76 65 6e 74 20 61 63 63 69 64 65 6e 74 61 |revent accidenta| 000013d0 6c 20 64 65 6c 65 74 69 6f 6e 2c 20 64 65 70 65 |l deletion, depe| 000013e0 6e 64 69 6e 67 20 6f 6e 20 68 6f 77 20 6c 69 6b |nding on how lik| 000013f0 65 6c 79 20 74 68 69 73 20 69 73 20 74 6f 20 68 |ely this is to h| 00001400 61 70 70 65 6e 2c 20 74 68 65 20 63 68 6f 69 63 |appen, the choic| 00001410 65 20 69 73 20 79 6f 75 72 73 2e 0a 0a 49 66 20 |e is yours...If | 00001420 79 6f 75 20 64 6f 20 6e 6f 74 20 68 61 76 65 20 |you do not have | 00001430 61 20 21 42 6f 6f 74 20 66 69 6c 65 20 74 68 65 |a !Boot file the| 00001440 6e 20 21 33 44 52 61 6d 46 72 65 65 20 77 69 6c |n !3DRamFree wil| 00001450 6c 20 63 72 65 61 74 65 20 6f 6e 65 20 61 6e 64 |l create one and| 00001460 20 73 65 74 20 65 76 65 72 79 74 68 69 6e 67 20 | set everything | 00001470 75 70 20 66 6f 72 20 69 74 20 74 6f 20 62 65 20 |up for it to be | 00001480 69 6d 70 6c 65 6d 65 6e 74 65 64 2e 20 54 68 65 |implemented. The| 00001490 20 6e 65 77 20 21 42 6f 6f 74 20 66 69 6c 65 20 | new !Boot file | 000014a0 77 69 6c 6c 20 62 65 20 74 79 70 65 64 20 61 73 |will be typed as| 000014b0 20 61 20 44 65 73 6b 54 6f 70 20 66 69 6c 65 20 | a DeskTop file | 000014c0 61 6e 64 20 77 69 6c 6c 20 62 65 20 65 78 65 63 |and will be exec| 000014d0 75 74 65 64 20 75 73 69 6e 67 20 2a 4f 70 74 20 |uted using *Opt | 000014e0 34 2c 33 2e 0a 0a 49 66 20 79 6f 75 20 64 6f 20 |4,3...If you do | 000014f0 68 61 76 65 20 61 20 21 42 6f 6f 74 20 66 69 6c |have a !Boot fil| 00001500 65 20 74 68 65 6e 20 69 74 20 77 69 6c 6c 20 62 |e then it will b| 00001510 65 20 61 64 64 65 64 20 74 6f 20 74 68 65 20 65 |e added to the e| 00001520 6e 64 20 6f 66 20 74 68 65 20 6e 65 77 20 6f 6e |nd of the new on| 00001530 65 2c 20 74 6f 20 6d 61 69 6e 74 61 69 6e 20 74 |e, to maintain t| 00001540 68 65 20 6c 61 73 74 20 6c 69 6e 65 20 77 68 69 |he last line whi| 00001550 63 68 20 73 68 6f 75 6c 64 20 62 65 20 2a 44 65 |ch should be *De| 00001560 73 6b 54 6f 70 20 28 70 6c 75 73 20 61 6e 79 20 |skTop (plus any | 00001570 6f 70 74 69 6f 6e 73 29 2c 20 61 6e 64 20 79 6f |options), and yo| 00001580 75 72 20 66 69 6c 65 20 74 79 70 65 20 61 6e 64 |ur file type and| 00001590 20 2a 4f 70 74 34 2c 6e 20 73 65 74 74 69 6e 67 | *Opt4,n setting| 000015a0 73 20 75 73 65 64 2e 20 49 66 20 79 6f 75 20 61 |s used. If you a| 000015b0 72 65 20 75 73 69 6e 67 20 2a 4f 70 74 34 2c 32 |re using *Opt4,2| 000015c0 20 74 6f 20 72 75 6e 20 61 20 21 42 6f 6f 74 20 | to run a !Boot | 000015d0 66 69 6c 65 20 6f 74 68 65 72 20 74 68 61 6e 20 |file other than | 000015e0 44 65 73 6b 54 6f 70 2c 20 4f 62 65 79 20 6f 72 |DeskTop, Obey or| 000015f0 20 43 6f 6d 6d 61 6e 64 20 74 79 70 65 73 20 74 | Command types t| 00001600 68 65 6e 20 69 74 20 77 69 6c 6c 20 62 65 20 61 |hen it will be a| 00001610 73 73 75 6d 65 64 20 74 6f 20 62 65 20 61 20 6d |ssumed to be a m| 00001620 61 63 68 69 6e 65 20 63 6f 64 65 20 70 72 6f 67 |achine code prog| 00001630 72 61 6d 20 61 6e 64 20 73 74 6f 70 20 74 68 65 |ram and stop the| 00001640 72 65 20 61 6e 64 20 74 68 65 6e 2c 20 6e 6f 74 |re and then, not| 00001650 20 64 6f 69 6e 67 20 61 6e 79 74 68 69 6e 67 2e | doing anything.| 00001660 0a 0a 49 66 20 79 6f 75 72 20 21 42 6f 6f 74 20 |..If your !Boot | 00001670 66 69 6c 65 20 69 73 20 61 6e 20 61 70 70 6c 69 |file is an appli| 00001680 63 61 74 69 6f 6e 20 64 69 72 65 63 74 6f 72 79 |cation directory| 00001690 2c 20 52 69 73 63 50 43 20 73 74 79 6c 65 2c 20 |, RiscPC style, | 000016a0 74 68 65 6e 20 69 74 20 77 69 6c 6c 20 62 65 20 |then it will be | 000016b0 61 73 73 75 6d 65 64 20 74 6f 20 62 65 20 6f 6e |assumed to be on| 000016c0 20 61 20 52 69 73 63 50 63 20 61 6e 64 20 61 67 | a RiscPc and ag| 000016d0 61 69 6e 20 73 74 6f 70 20 74 68 65 72 65 20 61 |ain stop there a| 000016e0 6e 64 20 74 68 65 6e 2c 20 6e 6f 74 20 64 6f 69 |nd then, not doi| 000016f0 6e 67 20 61 6e 79 74 68 69 6e 67 2e 20 54 68 69 |ng anything. Thi| 00001700 73 20 69 73 20 62 65 63 61 75 73 65 20 79 6f 75 |s is because you| 00001710 20 77 69 6c 6c 20 61 6c 72 65 61 64 79 20 68 61 | will already ha| 00001720 76 65 20 74 68 65 20 62 65 6e 65 66 69 74 73 20 |ve the benefits | 00001730 74 68 69 73 20 70 72 6f 67 72 61 6d 20 6f 66 66 |this program off| 00001740 65 72 73 20 62 75 69 6c 74 20 69 6e 20 74 6f 20 |ers built in to | 00001750 79 6f 75 72 20 63 6f 6d 70 75 74 65 72 2e 20 49 |your computer. I| 00001760 66 20 69 74 20 69 73 6e 27 74 20 61 20 52 69 73 |f it isn't a Ris| 00001770 63 50 63 20 74 68 65 6e 20 79 6f 75 20 6d 75 73 |cPc then you mus| 00001780 74 20 68 61 76 65 20 61 6c 74 65 72 65 64 20 79 |t have altered y| 00001790 6f 75 72 20 21 42 6f 6f 74 20 66 69 6c 65 20 74 |our !Boot file t| 000017a0 6f 20 6c 6f 6f 6b 20 6c 69 6b 65 20 6f 6e 65 20 |o look like one | 000017b0 61 6e 64 20 6d 75 73 74 20 72 65 76 65 72 74 20 |and must revert | 000017c0 62 61 63 6b 20 74 6f 20 61 20 73 74 61 6e 64 61 |back to a standa| 000017d0 72 64 20 73 65 74 20 75 70 20 66 6f 72 20 74 68 |rd set up for th| 000017e0 65 20 63 68 61 6e 67 65 73 20 74 6f 20 62 65 20 |e changes to be | 000017f0 6d 61 64 65 20 61 6e 64 20 74 68 65 6e 20 72 65 |made and then re| 00001800 63 72 65 61 74 65 20 79 6f 75 72 20 21 42 6f 6f |create your !Boo| 00001810 74 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 64 69 |t application di| 00001820 72 65 63 74 6f 72 79 20 61 73 20 69 74 20 77 61 |rectory as it wa| 00001830 73 2e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |s.. | 00001840 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001860 20 20 20 20 20 20 20 20 20 20 20 0a 55 73 69 6e | .Usin| 00001870 67 20 64 69 73 63 20 62 61 73 65 64 20 74 65 6d |g disc based tem| 00001880 70 6c 61 74 65 73 20 69 73 20 62 65 73 74 20 73 |plates is best s| 00001890 75 69 74 65 64 20 74 6f 20 61 20 68 61 72 64 20 |uited to a hard | 000018a0 64 69 73 63 20 62 75 74 20 77 69 6c 6c 20 77 6f |disc but will wo| 000018b0 72 6b 20 6f 6e 20 66 6c 6f 70 70 79 20 73 79 73 |rk on floppy sys| 000018c0 74 65 6d 73 2e 20 49 6e 64 65 65 64 20 66 6f 72 |tems. Indeed for| 000018d0 20 61 6e 20 65 61 73 79 20 64 65 6d 6f 6e 73 74 | an easy demonst| 000018e0 72 61 74 69 6f 6e 20 6f 66 20 77 68 61 74 20 77 |ration of what w| 000018f0 69 6c 6c 20 68 61 70 70 65 6e 20 79 6f 75 20 63 |ill happen you c| 00001900 6f 75 6c 64 20 63 6f 70 79 20 79 6f 75 72 20 21 |ould copy your !| 00001910 53 79 73 74 65 6d 20 64 69 72 65 63 74 6f 72 79 |System directory| 00001920 20 74 6f 20 61 20 66 6c 6f 70 70 79 20 64 69 73 | to a floppy dis| 00001930 63 2e 20 44 6f 75 62 6c 65 20 63 6c 69 63 6b 20 |c. Double click | 00001940 6f 6e 20 69 74 20 74 6f 20 72 65 73 65 74 20 69 |on it to reset i| 00001950 74 73 20 70 61 74 68 73 2e 20 43 6f 70 79 20 79 |ts paths. Copy y| 00001960 6f 75 72 20 21 42 6f 6f 74 20 66 69 6c 65 20 74 |our !Boot file t| 00001970 6f 20 74 68 65 20 66 6c 6f 70 70 79 20 61 6e 64 |o the floppy and| 00001980 20 74 68 65 6e 20 64 6f 75 62 6c 65 20 63 6c 69 | then double cli| 00001990 63 6b 20 6f 6e 20 21 33 44 52 61 6d 46 72 65 65 |ck on !3DRamFree| 000019a0 2e 20 59 6f 75 20 63 61 6e 20 74 68 65 6e 20 65 |. You can then e| 000019b0 78 61 6d 69 6e 65 20 74 68 65 20 21 42 6f 6f 74 |xamine the !Boot| 000019c0 20 66 69 6c 65 20 61 6e 64 20 21 53 79 73 74 65 | file and !Syste| 000019d0 6d 20 64 69 72 65 63 74 6f 72 79 20 66 6f 72 20 |m directory for | 000019e0 74 68 65 20 63 68 61 6e 67 65 73 20 74 68 61 74 |the changes that| 000019f0 20 77 69 6c 6c 20 68 61 76 65 20 62 65 65 6e 20 | will have been | 00001a00 63 61 72 72 69 65 64 20 6f 75 74 2e 0a 0a 54 68 |carried out...Th| 00001a10 65 20 6e 65 77 20 6d 6f 64 75 6c 65 20 41 70 70 |e new module App| 00001a20 73 33 44 6d 6f 64 73 20 69 73 20 63 68 65 63 6b |s3Dmods is check| 00001a30 65 64 20 66 6f 72 20 77 68 65 6e 20 21 33 44 52 |ed for when !3DR| 00001a40 61 6d 46 72 65 65 20 73 74 61 72 74 73 20 75 70 |amFree starts up| 00001a50 20 61 6e 64 20 69 66 20 66 6f 75 6e 64 20 61 6e | and if found an| 00001a60 20 65 72 72 6f 72 20 77 69 6c 6c 20 62 65 20 67 | error will be g| 00001a70 65 6e 65 72 61 74 65 64 2e 20 54 68 69 73 20 69 |enerated. This i| 00001a80 73 20 74 6f 20 70 72 65 76 65 6e 74 20 74 68 65 |s to prevent the| 00001a90 20 21 42 6f 6f 74 20 66 69 6c 65 20 66 72 6f 6d | !Boot file from| 00001aa0 20 62 65 69 6e 67 20 61 6c 74 65 72 65 64 20 6d | being altered m| 00001ab0 6f 72 65 20 74 68 61 6e 20 6f 6e 63 65 2c 20 77 |ore than once, w| 00001ac0 68 69 63 68 20 77 6f 75 6c 64 20 62 65 20 61 20 |hich would be a | 00001ad0 77 61 73 74 65 20 6f 66 20 74 69 6d 65 2e 20 4f |waste of time. O| 00001ae0 66 20 63 6f 75 72 73 65 20 79 6f 75 20 63 61 6e |f course you can| 00001af0 20 61 6c 77 61 79 73 20 2a 52 4d 4b 69 6c 6c 20 | always *RMKill | 00001b00 41 70 70 73 33 44 6d 6f 64 73 20 74 6f 20 61 6c |Apps3Dmods to al| 00001b10 6c 6f 77 20 21 33 44 72 61 6d 46 72 65 65 20 74 |low !3DramFree t| 00001b20 6f 20 72 75 6e 20 61 67 61 69 6e 20 62 75 74 20 |o run again but | 00001b30 79 6f 75 20 68 61 76 65 20 62 65 65 6e 20 77 61 |you have been wa| 00001b40 72 6e 65 64 2e 20 49 66 2c 20 62 79 20 73 6f 6d |rned. If, by som| 00001b50 65 20 62 69 7a 61 72 72 65 20 63 6f 69 6e 63 69 |e bizarre coinci| 00001b60 64 65 6e 63 65 2c 20 79 6f 75 20 61 6c 72 65 61 |dence, you alrea| 00001b70 64 79 20 68 61 76 65 20 61 20 6d 6f 64 75 6c 65 |dy have a module| 00001b80 20 63 61 6c 6c 65 64 20 41 70 70 73 33 44 6d 6f | called Apps3Dmo| 00001b90 64 73 20 74 68 65 6e 20 79 6f 75 20 63 6f 75 6c |ds then you coul| 00001ba0 64 20 6c 6f 61 64 20 6d 79 20 6d 6f 64 75 6c 65 |d load my module| 00001bb0 20 69 6e 74 6f 20 21 45 64 69 74 20 75 73 69 6e | into !Edit usin| 00001bc0 67 20 73 68 69 66 74 2d 64 6f 75 62 6c 65 2d 63 |g shift-double-c| 00001bd0 6c 69 63 6b 20 61 6e 64 20 61 6c 74 65 72 20 69 |lick and alter i| 00001be0 74 73 20 6e 61 6d 65 2c 20 63 68 61 72 61 63 74 |ts name, charact| 00001bf0 65 72 20 66 6f 72 20 63 68 61 72 61 63 74 65 72 |er for character| 00001c00 2c 20 65 6e 73 75 72 69 6e 67 20 74 68 65 20 6e |, ensuring the n| 00001c10 61 6d 65 20 6c 65 6e 67 74 68 20 64 6f 65 73 20 |ame length does | 00001c20 6e 6f 74 20 63 68 61 6e 67 65 20 28 6f 76 65 72 |not change (over| 00001c30 77 72 69 74 65 20 69 73 20 62 65 73 74 20 66 6f |write is best fo| 00001c40 72 20 74 68 69 73 29 2e 20 59 6f 75 20 77 6f 75 |r this). You wou| 00001c50 6c 64 20 74 68 65 6e 20 68 61 76 65 20 74 6f 20 |ld then have to | 00001c60 61 6c 74 65 72 20 74 68 65 20 21 52 75 6e 20 26 |alter the !Run &| 00001c70 20 6d 61 69 6e 20 21 42 6f 6f 74 20 66 69 6c 65 | main !Boot file| 00001c80 73 20 74 6f 20 73 75 69 74 20 74 6f 20 63 6f 6d |s to suit to com| 00001c90 70 6c 65 74 65 20 79 6f 75 72 20 6d 6f 64 73 2e |plete your mods.| 00001ca0 0a 0a 54 68 65 20 70 72 6f 67 72 61 6d 20 69 74 |..The program it| 00001cb0 73 65 6c 66 20 6d 75 6c 74 69 74 61 73 6b 73 20 |self multitasks | 00001cc0 69 6e 20 61 20 54 61 73 6b 57 69 6e 64 6f 77 20 |in a TaskWindow | 00001cd0 6f 62 74 61 69 6e 65 64 20 69 6e 20 74 68 65 20 |obtained in the | 00001ce0 21 52 75 6e 20 66 69 6c 65 20 62 79 20 74 68 65 |!Run file by the| 00001cf0 20 63 6f 6d 6d 61 6e 64 20 27 2a 54 61 73 6b 57 | command '*TaskW| 00001d00 69 6e 64 6f 77 20 52 75 6e 22 3c 33 44 52 61 6d |indow Run"<3DRam| 00001d10 46 72 65 65 24 44 69 72 3e 2e 21 52 75 6e 49 6d |Free$Dir>.!RunIm| 00001d20 61 67 65 22 20 2d 77 69 6d 70 73 6c 6f 74 20 31 |age" -wimpslot 1| 00001d30 32 38 6b 20 2d 6e 61 6d 65 20 33 44 52 61 6d 46 |28k -name 3DRamF| 00001d40 72 65 65 20 2d 64 69 73 70 6c 61 79 20 2d 71 75 |ree -display -qu| 00001d50 69 74 27 20 61 6e 64 20 69 73 20 73 75 69 74 65 |it' and is suite| 00001d60 64 20 74 6f 20 73 75 63 68 20 74 65 78 74 20 62 |d to such text b| 00001d70 61 73 65 64 20 70 72 6f 67 72 61 6d 73 2e 20 21 |ased programs. !| 00001d80 45 64 69 74 20 69 73 20 74 68 65 20 27 6f 77 6e |Edit is the 'own| 00001d90 65 72 27 20 6f 66 20 74 68 65 20 54 61 73 6b 57 |er' of the TaskW| 00001da0 69 6e 64 6f 77 20 73 6f 20 64 6f 6e 27 74 20 62 |indow so don't b| 00001db0 65 20 73 75 72 70 72 69 73 65 64 20 69 66 20 79 |e surprised if y| 00001dc0 6f 75 20 73 65 65 20 69 74 20 6f 6e 20 74 68 65 |ou see it on the| 00001dd0 20 69 63 6f 6e 20 62 61 72 2e 0a 0a 0a 21 50 61 | icon bar....!Pa| 00001de0 69 6e 74 20 61 6e 64 20 43 6f 6c 6f 75 72 43 61 |int and ColourCa| 00001df0 72 64 3a 0a 0a 46 6f 72 20 75 73 65 72 73 20 6f |rd:..For users o| 00001e00 66 20 67 72 61 70 68 69 63 73 20 65 6e 68 61 6e |f graphics enhan| 00001e10 63 65 72 20 63 61 72 64 73 20 73 75 63 68 20 61 |cer cards such a| 00001e20 73 20 43 6f 6d 70 75 74 65 72 20 43 6f 6e 63 65 |s Computer Conce| 00001e30 70 74 73 20 43 6f 6c 6f 75 72 43 61 72 64 20 79 |pts ColourCard y| 00001e40 6f 75 20 77 69 6c 6c 20 70 72 6f 62 61 62 6c 79 |ou will probably| 00001e50 20 62 65 20 61 77 61 72 65 20 74 68 61 74 20 21 | be aware that !| 00001e60 50 61 69 6e 74 20 28 61 6c 6c 20 70 72 65 2d 52 |Paint (all pre-R| 00001e70 69 73 63 50 63 20 76 65 72 73 69 6f 6e 73 29 20 |iscPc versions) | 00001e80 63 61 6e 6e 6f 74 20 72 75 6e 20 69 6e 20 74 68 |cannot run in th| 00001e90 65 20 6e 65 77 20 31 36 62 70 70 20 64 65 73 6b |e new 16bpp desk| 00001ea0 74 6f 70 20 6d 6f 64 65 73 20 70 72 6f 76 69 64 |top modes provid| 00001eb0 65 64 2e 20 54 6f 20 73 74 6f 70 20 21 50 61 69 |ed. To stop !Pai| 00001ec0 6e 74 20 70 72 6f 64 75 63 69 6e 67 20 61 6e 20 |nt producing an | 00001ed0 65 72 72 6f 72 20 69 6e 20 74 68 65 73 65 20 73 |error in these s| 00001ee0 63 72 65 65 6e 20 6d 6f 64 65 73 20 61 20 6d 6f |creen modes a mo| 00001ef0 64 75 6c 65 20 63 61 6c 6c 65 64 20 54 72 61 70 |dule called Trap| 00001f00 50 61 69 6e 74 20 69 73 20 75 73 65 64 20 62 79 |Paint is used by| 00001f10 20 43 6f 6c 6f 75 72 43 61 72 64 20 74 6f 20 73 | ColourCard to s| 00001f20 74 6f 70 20 65 69 74 68 65 72 20 21 50 61 69 6e |top either !Pain| 00001f30 74 20 61 62 6f 72 74 69 6e 67 20 6f 72 20 79 6f |t aborting or yo| 00001f40 75 20 63 68 61 6e 67 69 6e 67 20 74 6f 20 61 6e |u changing to an| 00001f50 20 75 6e 73 75 69 74 61 62 6c 65 20 73 63 72 65 | unsuitable scre| 00001f60 65 6e 20 6d 6f 64 65 2e 0a 20 20 20 20 20 20 20 |en mode.. | 00001f70 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00001fa0 20 20 20 20 0a 50 72 65 76 69 6f 75 73 20 76 65 | .Previous ve| 00001fb0 72 73 69 6f 6e 73 20 6f 66 20 41 70 70 73 33 44 |rsions of Apps3D| 00001fc0 6d 6f 64 73 20 68 61 64 20 74 68 69 73 20 63 68 |mods had this ch| 00001fd0 65 63 6b 20 69 6e 20 21 50 61 69 6e 74 27 73 20 |eck in !Paint's | 00001fe0 21 52 75 6e 20 66 69 6c 65 20 77 68 69 63 68 20 |!Run file which | 00001ff0 6d 65 61 6e 74 20 74 68 61 74 20 69 66 20 79 6f |meant that if yo| 00002000 75 20 64 69 64 20 6e 6f 74 20 68 61 76 65 20 61 |u did not have a| 00002010 20 43 6f 6c 6f 75 72 43 61 72 64 20 61 6e 20 65 | ColourCard an e| 00002020 72 72 6f 72 20 77 6f 75 6c 64 20 62 65 20 70 72 |rror would be pr| 00002030 6f 64 75 63 65 64 20 65 76 65 72 79 20 74 69 6d |oduced every tim| 00002040 65 20 21 50 61 69 6e 74 20 77 61 73 20 72 75 6e |e !Paint was run| 00002050 2e 0a 0a 54 68 69 73 20 68 61 73 20 62 65 65 6e |...This has been| 00002060 20 66 69 78 65 64 20 62 79 20 74 65 73 74 69 6e | fixed by testin| 00002070 67 20 66 6f 72 20 74 68 65 20 54 72 61 70 50 61 |g for the TrapPa| 00002080 69 6e 74 20 6d 6f 64 75 6c 65 20 66 69 72 73 74 |int module first| 00002090 20 62 65 66 6f 72 65 20 69 73 73 75 69 6e 67 20 | before issuing | 000020a0 69 74 73 20 54 65 73 74 31 36 62 70 70 20 63 6f |its Test16bpp co| 000020b0 6d 6d 61 6e 64 2e 0a 0a 54 68 69 73 20 63 6f 6d |mmand...This com| 000020c0 6d 61 6e 64 20 61 6e 64 20 66 69 78 20 72 65 6c |mand and fix rel| 000020d0 61 74 65 73 20 6f 6e 6c 79 20 74 6f 20 43 6f 6d |ates only to Com| 000020e0 70 75 74 65 72 20 43 6f 6e 63 65 70 74 73 20 43 |puter Concepts C| 000020f0 6f 6c 6f 75 72 43 61 72 64 20 61 73 20 49 20 6f |olourCard as I o| 00002100 6e 6c 79 20 68 61 76 65 20 65 78 70 65 72 69 65 |nly have experie| 00002110 6e 63 65 20 6f 66 20 74 68 69 73 20 6f 6e 65 20 |nce of this one | 00002120 73 6f 20 75 73 65 72 73 20 6f 66 20 6f 74 68 65 |so users of othe| 00002130 72 20 67 72 61 70 68 69 63 73 20 65 6e 68 61 6e |r graphics enhan| 00002140 63 65 72 20 63 61 72 64 73 20 28 74 68 65 72 65 |cer cards (there| 00002150 20 69 73 20 6f 6e 6c 79 20 6f 6e 65 20 6f 74 68 | is only one oth| 00002160 65 72 20 49 20 74 68 69 6e 6b 29 20 77 68 6f 20 |er I think) who | 00002170 65 78 70 65 72 69 65 6e 63 65 20 70 72 6f 62 6c |experience probl| 00002180 65 6d 73 20 77 69 74 68 20 21 50 61 69 6e 74 20 |ems with !Paint | 00002190 73 68 6f 75 6c 64 20 6c 6f 6f 6b 20 61 74 20 69 |should look at i| 000021a0 74 73 20 21 52 75 6e 20 66 69 6c 65 2e 20 49 66 |ts !Run file. If| 000021b0 20 79 6f 75 72 20 67 72 61 70 68 69 63 73 20 63 | your graphics c| 000021c0 61 72 64 20 68 61 73 20 61 20 73 69 6d 69 6c 61 |ard has a simila| 000021d0 72 20 63 6f 6d 6d 61 6e 64 20 61 6e 64 20 79 6f |r command and yo| 000021e0 75 20 77 61 6e 74 20 74 6f 20 63 68 61 6e 67 65 |u want to change| 000021f0 20 41 70 70 73 33 44 6d 6f 64 73 20 74 6f 20 75 | Apps3Dmods to u| 00002200 73 65 20 69 74 2c 20 79 6f 75 20 63 6f 75 6c 64 |se it, you could| 00002210 20 72 65 63 72 65 61 74 65 20 41 70 70 73 33 44 | recreate Apps3D| 00002220 6d 6f 64 73 20 62 79 20 75 73 69 6e 67 20 74 68 |mods by using th| 00002230 65 20 6d 6f 64 75 6c 65 20 63 72 65 61 74 6f 72 |e module creator| 00002240 20 52 65 67 69 73 74 65 72 2c 20 41 63 6f 72 6e | Register, Acorn| 00002250 20 55 73 65 72 20 4e 6f 76 65 6d 62 65 72 20 31 | User November 1| 00002260 39 39 32 29 2e 0a 0a 4f 72 20 79 6f 75 20 63 6f |992)...Or you co| 00002270 75 6c 64 20 6c 6f 61 64 20 41 70 70 73 33 44 6d |uld load Apps3Dm| 00002280 6f 64 73 20 69 6e 74 6f 20 21 45 64 69 74 2c 20 |ods into !Edit, | 00002290 6c 6f 63 61 74 65 20 74 68 65 20 21 50 61 69 6e |locate the !Pain| 000022a0 74 20 21 52 75 6e 20 66 69 6c 65 20 61 74 20 74 |t !Run file at t| 000022b0 68 65 20 65 6e 64 20 6f 66 20 74 68 65 20 6d 6f |he end of the mo| 000022c0 64 75 6c 65 20 61 6e 64 20 75 73 69 6e 67 20 4f |dule and using O| 000022d0 76 65 72 77 72 69 74 65 20 6d 6f 64 65 20 63 68 |verwrite mode ch| 000022e0 61 6e 67 65 20 74 68 65 20 65 78 69 73 74 69 6e |ange the existin| 000022f0 67 20 63 6f 6d 6d 61 6e 64 20 74 6f 20 79 6f 75 |g command to you| 00002300 72 20 63 61 72 64 73 20 63 68 65 63 6b 20 63 6f |r cards check co| 00002310 6d 6d 61 6e 64 2e 20 42 65 20 76 65 72 79 20 63 |mmand. Be very c| 00002320 61 72 65 66 75 6c 6c 20 75 73 69 6e 67 20 74 68 |arefull using th| 00002330 69 73 20 6d 65 74 68 6f 64 20 61 73 20 74 68 65 |is method as the| 00002340 20 6d 6f 64 75 6c 65 20 66 69 6c 65 20 6c 65 6e | module file len| 00002350 67 74 68 20 6d 75 73 74 20 6e 6f 74 20 63 68 61 |gth must not cha| 00002360 6e 67 65 2e 20 50 72 61 63 74 69 63 65 20 6f 6e |nge. Practice on| 00002370 20 61 20 63 6f 70 79 20 69 66 20 79 6f 75 20 61 | a copy if you a| 00002380 72 65 20 6e 6f 74 20 73 75 72 65 2e 0a 0a 0a 0a |re not sure.....| 00002390 0a 0a 0a 0a 0a |.....| 00002395