Home » Archimedes archive » Zipped Apps » PipeDream » !PipeDream/!Run
!PipeDream/!Run
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 » Zipped Apps » PipeDream |
Filename: | !PipeDream/!Run |
Read OK: | ✔ |
File size: | 0B98 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
| | Run file for PipeDream local resources | Set PipeDream$Dir <Obey$Dir> Set PipeDream_Preload$File adfs::Examples.$.Preload | | | Test for and initialise PipeDream global resources. | | Remove the following comment | to enable test. Do NOT do | this unless you have PipeDream global resources available | | If "<PDGlobal$Dir>" ="" then Error PipeDream global resources can not be found | If "<PDGlobal$Dir>"<>"" then Run <PDGlobal$Dir>.!Boot | | | Initialise PipeDream local resources | Run <PipeDream$Dir>.!Boot | Run <PipeDream$Dir>.!Path | If "<PDGlobal$Dir>" = "" then Set PipeDream$ImageDir <PipeDream$Dir> If "<PDGlobal$Dir>" <> "" then Set PipeDream$ImageDir <PDGlobal$Dir> | | | Ensure we have the shared C library and determine its vintage | Set PipeDream$CLibLoaded 1 RMEnsure SharedCLibrary 0.00 Set PipeDream$CLibLoaded 0 If "<PipeDream_Preload$File>" <> "" then If PipeDream$CLibLoaded=0 then Run <PipeDream_Preload$File> If "<PipeDream_Preload$File>" = "" then If PipeDream$CLibLoaded=0 then If "<System$Path>" <> "" then RMLoad System:Modules.CLib If "<PipeDream_Preload$File>" = "" then If PipeDream$CLibLoaded=0 then If "<System$Path>" = "" then Error 0 System resources can not be found Unset PipeDream$CLibLoaded Set PipeDream$NewCLib 0 RMEnsure SharedCLibrary 3.75 Set PipeDream$NewCLib 1 RMEnsure SharedCLibrary 3.50 Error You need SharedCLibrary 3.50 or later | | Ensure we have ColourTrans | RMEnsure ColourTrans 0.52 If "<PipeDream_Preload$File>" <> "" then Run <PipeDream_Preload$File> RMEnsure ColourTrans 0.52 If "<PipeDream_Preload$File>" = "" then If "<System$Path>" <> "" then RMLoad System:Modules.Colours RMEnsure ColourTrans 0.52 If "<PipeDream_Preload$File>" = "" then If "<System$Path>" = "" then Error 0 System resources can not be found RMEnsure ColourTrans 0.52 Error 0 You need ColourTrans 0.52 or later | | Ensure we have FPEmulator | RMEnsure FPEmulator 2.70 If "<PipeDream_Preload$File>" <> "" then Run <PipeDream_Preload$File> RMEnsure FPEmulator 2.70 If "<PipeDream_Preload$File>" = "" then If "<System$Path>" <> "" then RMLoad System:Modules.FPEmulator RMEnsure FPEmulator 2.70 If "<PipeDream_Preload$File>" = "" then If "<System$Path>" = "" then Error 0 System resources can not be found RMEnsure FPEmulator 2.70 Error You need FPEmulator 2.70 or later | | Check Font Manager version | RMEnsure FontManager 2.42 If "<PipeDream_Preload$File>" <> "" then Run <PipeDream_Preload$File> RMEnsure FontManager 2.42 Echo Warning: you need Outline FontManager 2.42 or later to use PipeDream 4 Charts | | Allocate fixed memory for documents | | The first parameter controls the amount of additional memory | that PipeDream requires to be in the WimpSlot on startup | | The second parameter is how much extra memory PipeDream will | need to claim on startup on top of the initial WimpSlot | Run <PipeDream$ImageDir>.ImageSlot <PipeDream$ImageDir>.!RunImage 32K 32K | | Go, Go, Go | Run <PipeDream$ImageDir>.!RunImage %*0
00000000 7c 0a 7c 20 52 75 6e 20 66 69 6c 65 20 66 6f 72 ||.| Run file for| 00000010 20 50 69 70 65 44 72 65 61 6d 20 6c 6f 63 61 6c | PipeDream local| 00000020 20 72 65 73 6f 75 72 63 65 73 0a 7c 0a 53 65 74 | resources.|.Set| 00000030 20 50 69 70 65 44 72 65 61 6d 24 44 69 72 20 3c | PipeDream$Dir <| 00000040 4f 62 65 79 24 44 69 72 3e 0a 53 65 74 20 50 69 |Obey$Dir>.Set Pi| 00000050 70 65 44 72 65 61 6d 5f 50 72 65 6c 6f 61 64 24 |peDream_Preload$| 00000060 46 69 6c 65 20 61 64 66 73 3a 3a 45 78 61 6d 70 |File adfs::Examp| 00000070 6c 65 73 2e 24 2e 50 72 65 6c 6f 61 64 0a 7c 0a |les.$.Preload.|.| 00000080 7c 0a 7c 20 54 65 73 74 20 66 6f 72 20 61 6e 64 ||.| Test for and| 00000090 20 69 6e 69 74 69 61 6c 69 73 65 20 50 69 70 65 | initialise Pipe| 000000a0 44 72 65 61 6d 20 67 6c 6f 62 61 6c 20 72 65 73 |Dream global res| 000000b0 6f 75 72 63 65 73 2e 0a 7c 0a 7c 20 52 65 6d 6f |ources..|.| Remo| 000000c0 76 65 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 |ve the following| 000000d0 20 63 6f 6d 6d 65 6e 74 20 7c 20 74 6f 20 65 6e | comment | to en| 000000e0 61 62 6c 65 20 74 65 73 74 2e 20 44 6f 20 4e 4f |able test. Do NO| 000000f0 54 20 64 6f 0a 7c 20 74 68 69 73 20 75 6e 6c 65 |T do.| this unle| 00000100 73 73 20 79 6f 75 20 68 61 76 65 20 50 69 70 65 |ss you have Pipe| 00000110 44 72 65 61 6d 20 67 6c 6f 62 61 6c 20 72 65 73 |Dream global res| 00000120 6f 75 72 63 65 73 20 61 76 61 69 6c 61 62 6c 65 |ources available| 00000130 0a 7c 0a 7c 20 49 66 20 22 3c 50 44 47 6c 6f 62 |.|.| If "<PDGlob| 00000140 61 6c 24 44 69 72 3e 22 20 3d 22 22 20 74 68 65 |al$Dir>" ="" the| 00000150 6e 20 45 72 72 6f 72 20 50 69 70 65 44 72 65 61 |n Error PipeDrea| 00000160 6d 20 67 6c 6f 62 61 6c 20 72 65 73 6f 75 72 63 |m global resourc| 00000170 65 73 20 63 61 6e 20 6e 6f 74 20 62 65 20 66 6f |es can not be fo| 00000180 75 6e 64 0a 7c 0a 49 66 20 22 3c 50 44 47 6c 6f |und.|.If "<PDGlo| 00000190 62 61 6c 24 44 69 72 3e 22 3c 3e 22 22 20 74 68 |bal$Dir>"<>"" th| 000001a0 65 6e 20 52 75 6e 20 3c 50 44 47 6c 6f 62 61 6c |en Run <PDGlobal| 000001b0 24 44 69 72 3e 2e 21 42 6f 6f 74 0a 7c 0a 7c 0a |$Dir>.!Boot.|.|.| 000001c0 7c 20 49 6e 69 74 69 61 6c 69 73 65 20 50 69 70 || Initialise Pip| 000001d0 65 44 72 65 61 6d 20 6c 6f 63 61 6c 20 72 65 73 |eDream local res| 000001e0 6f 75 72 63 65 73 0a 7c 0a 52 75 6e 20 3c 50 69 |ources.|.Run <Pi| 000001f0 70 65 44 72 65 61 6d 24 44 69 72 3e 2e 21 42 6f |peDream$Dir>.!Bo| 00000200 6f 74 0a 7c 0a 52 75 6e 20 3c 50 69 70 65 44 72 |ot.|.Run <PipeDr| 00000210 65 61 6d 24 44 69 72 3e 2e 21 50 61 74 68 0a 7c |eam$Dir>.!Path.|| 00000220 0a 49 66 20 22 3c 50 44 47 6c 6f 62 61 6c 24 44 |.If "<PDGlobal$D| 00000230 69 72 3e 22 20 20 3d 20 22 22 20 74 68 65 6e 20 |ir>" = "" then | 00000240 53 65 74 20 50 69 70 65 44 72 65 61 6d 24 49 6d |Set PipeDream$Im| 00000250 61 67 65 44 69 72 20 3c 50 69 70 65 44 72 65 61 |ageDir <PipeDrea| 00000260 6d 24 44 69 72 3e 0a 49 66 20 22 3c 50 44 47 6c |m$Dir>.If "<PDGl| 00000270 6f 62 61 6c 24 44 69 72 3e 22 20 3c 3e 20 22 22 |obal$Dir>" <> ""| 00000280 20 74 68 65 6e 20 53 65 74 20 50 69 70 65 44 72 | then Set PipeDr| 00000290 65 61 6d 24 49 6d 61 67 65 44 69 72 20 3c 50 44 |eam$ImageDir <PD| 000002a0 47 6c 6f 62 61 6c 24 44 69 72 3e 0a 7c 0a 7c 0a |Global$Dir>.|.|.| 000002b0 7c 20 45 6e 73 75 72 65 20 77 65 20 68 61 76 65 || Ensure we have| 000002c0 20 74 68 65 20 73 68 61 72 65 64 20 43 20 6c 69 | the shared C li| 000002d0 62 72 61 72 79 20 61 6e 64 20 64 65 74 65 72 6d |brary and determ| 000002e0 69 6e 65 20 69 74 73 20 76 69 6e 74 61 67 65 0a |ine its vintage.| 000002f0 7c 0a 53 65 74 20 50 69 70 65 44 72 65 61 6d 24 ||.Set PipeDream$| 00000300 43 4c 69 62 4c 6f 61 64 65 64 20 31 0a 52 4d 45 |CLibLoaded 1.RME| 00000310 6e 73 75 72 65 20 53 68 61 72 65 64 43 4c 69 62 |nsure SharedCLib| 00000320 72 61 72 79 20 30 2e 30 30 20 53 65 74 20 50 69 |rary 0.00 Set Pi| 00000330 70 65 44 72 65 61 6d 24 43 4c 69 62 4c 6f 61 64 |peDream$CLibLoad| 00000340 65 64 20 30 0a 49 66 20 22 3c 50 69 70 65 44 72 |ed 0.If "<PipeDr| 00000350 65 61 6d 5f 50 72 65 6c 6f 61 64 24 46 69 6c 65 |eam_Preload$File| 00000360 3e 22 20 3c 3e 20 22 22 20 74 68 65 6e 20 49 66 |>" <> "" then If| 00000370 20 50 69 70 65 44 72 65 61 6d 24 43 4c 69 62 4c | PipeDream$CLibL| 00000380 6f 61 64 65 64 3d 30 20 74 68 65 6e 20 52 75 6e |oaded=0 then Run| 00000390 20 3c 50 69 70 65 44 72 65 61 6d 5f 50 72 65 6c | <PipeDream_Prel| 000003a0 6f 61 64 24 46 69 6c 65 3e 0a 49 66 20 22 3c 50 |oad$File>.If "<P| 000003b0 69 70 65 44 72 65 61 6d 5f 50 72 65 6c 6f 61 64 |ipeDream_Preload| 000003c0 24 46 69 6c 65 3e 22 20 20 3d 20 22 22 20 74 68 |$File>" = "" th| 000003d0 65 6e 20 49 66 20 50 69 70 65 44 72 65 61 6d 24 |en If PipeDream$| 000003e0 43 4c 69 62 4c 6f 61 64 65 64 3d 30 20 74 68 65 |CLibLoaded=0 the| 000003f0 6e 20 49 66 20 22 3c 53 79 73 74 65 6d 24 50 61 |n If "<System$Pa| 00000400 74 68 3e 22 20 3c 3e 20 22 22 20 74 68 65 6e 20 |th>" <> "" then | 00000410 52 4d 4c 6f 61 64 20 53 79 73 74 65 6d 3a 4d 6f |RMLoad System:Mo| 00000420 64 75 6c 65 73 2e 43 4c 69 62 0a 49 66 20 22 3c |dules.CLib.If "<| 00000430 50 69 70 65 44 72 65 61 6d 5f 50 72 65 6c 6f 61 |PipeDream_Preloa| 00000440 64 24 46 69 6c 65 3e 22 20 20 3d 20 22 22 20 74 |d$File>" = "" t| 00000450 68 65 6e 20 49 66 20 50 69 70 65 44 72 65 61 6d |hen If PipeDream| 00000460 24 43 4c 69 62 4c 6f 61 64 65 64 3d 30 20 74 68 |$CLibLoaded=0 th| 00000470 65 6e 20 49 66 20 22 3c 53 79 73 74 65 6d 24 50 |en If "<System$P| 00000480 61 74 68 3e 22 20 20 3d 20 22 22 20 74 68 65 6e |ath>" = "" then| 00000490 20 45 72 72 6f 72 20 30 20 53 79 73 74 65 6d 20 | Error 0 System | 000004a0 72 65 73 6f 75 72 63 65 73 20 63 61 6e 20 6e 6f |resources can no| 000004b0 74 20 62 65 20 66 6f 75 6e 64 0a 55 6e 73 65 74 |t be found.Unset| 000004c0 20 50 69 70 65 44 72 65 61 6d 24 43 4c 69 62 4c | PipeDream$CLibL| 000004d0 6f 61 64 65 64 0a 53 65 74 20 50 69 70 65 44 72 |oaded.Set PipeDr| 000004e0 65 61 6d 24 4e 65 77 43 4c 69 62 20 30 0a 52 4d |eam$NewCLib 0.RM| 000004f0 45 6e 73 75 72 65 20 53 68 61 72 65 64 43 4c 69 |Ensure SharedCLi| 00000500 62 72 61 72 79 20 33 2e 37 35 20 53 65 74 20 50 |brary 3.75 Set P| 00000510 69 70 65 44 72 65 61 6d 24 4e 65 77 43 4c 69 62 |ipeDream$NewCLib| 00000520 20 31 0a 52 4d 45 6e 73 75 72 65 20 53 68 61 72 | 1.RMEnsure Shar| 00000530 65 64 43 4c 69 62 72 61 72 79 20 33 2e 35 30 20 |edCLibrary 3.50 | 00000540 45 72 72 6f 72 20 59 6f 75 20 6e 65 65 64 20 53 |Error You need S| 00000550 68 61 72 65 64 43 4c 69 62 72 61 72 79 20 33 2e |haredCLibrary 3.| 00000560 35 30 20 6f 72 20 6c 61 74 65 72 0a 7c 0a 7c 20 |50 or later.|.| | 00000570 45 6e 73 75 72 65 20 77 65 20 68 61 76 65 20 43 |Ensure we have C| 00000580 6f 6c 6f 75 72 54 72 61 6e 73 0a 7c 0a 52 4d 45 |olourTrans.|.RME| 00000590 6e 73 75 72 65 20 43 6f 6c 6f 75 72 54 72 61 6e |nsure ColourTran| 000005a0 73 20 30 2e 35 32 20 49 66 20 22 3c 50 69 70 65 |s 0.52 If "<Pipe| 000005b0 44 72 65 61 6d 5f 50 72 65 6c 6f 61 64 24 46 69 |Dream_Preload$Fi| 000005c0 6c 65 3e 22 20 3c 3e 20 22 22 20 74 68 65 6e 20 |le>" <> "" then | 000005d0 52 75 6e 20 3c 50 69 70 65 44 72 65 61 6d 5f 50 |Run <PipeDream_P| 000005e0 72 65 6c 6f 61 64 24 46 69 6c 65 3e 0a 52 4d 45 |reload$File>.RME| 000005f0 6e 73 75 72 65 20 43 6f 6c 6f 75 72 54 72 61 6e |nsure ColourTran| 00000600 73 20 30 2e 35 32 20 49 66 20 22 3c 50 69 70 65 |s 0.52 If "<Pipe| 00000610 44 72 65 61 6d 5f 50 72 65 6c 6f 61 64 24 46 69 |Dream_Preload$Fi| 00000620 6c 65 3e 22 20 20 3d 20 22 22 20 74 68 65 6e 20 |le>" = "" then | 00000630 49 66 20 22 3c 53 79 73 74 65 6d 24 50 61 74 68 |If "<System$Path| 00000640 3e 22 20 3c 3e 20 22 22 20 74 68 65 6e 20 52 4d |>" <> "" then RM| 00000650 4c 6f 61 64 20 53 79 73 74 65 6d 3a 4d 6f 64 75 |Load System:Modu| 00000660 6c 65 73 2e 43 6f 6c 6f 75 72 73 0a 52 4d 45 6e |les.Colours.RMEn| 00000670 73 75 72 65 20 43 6f 6c 6f 75 72 54 72 61 6e 73 |sure ColourTrans| 00000680 20 30 2e 35 32 20 49 66 20 22 3c 50 69 70 65 44 | 0.52 If "<PipeD| 00000690 72 65 61 6d 5f 50 72 65 6c 6f 61 64 24 46 69 6c |ream_Preload$Fil| 000006a0 65 3e 22 20 20 3d 20 22 22 20 74 68 65 6e 20 49 |e>" = "" then I| 000006b0 66 20 22 3c 53 79 73 74 65 6d 24 50 61 74 68 3e |f "<System$Path>| 000006c0 22 20 20 3d 20 22 22 20 74 68 65 6e 20 45 72 72 |" = "" then Err| 000006d0 6f 72 20 30 20 53 79 73 74 65 6d 20 72 65 73 6f |or 0 System reso| 000006e0 75 72 63 65 73 20 63 61 6e 20 6e 6f 74 20 62 65 |urces can not be| 000006f0 20 66 6f 75 6e 64 0a 52 4d 45 6e 73 75 72 65 20 | found.RMEnsure | 00000700 43 6f 6c 6f 75 72 54 72 61 6e 73 20 30 2e 35 32 |ColourTrans 0.52| 00000710 20 45 72 72 6f 72 20 30 20 59 6f 75 20 6e 65 65 | Error 0 You nee| 00000720 64 20 43 6f 6c 6f 75 72 54 72 61 6e 73 20 30 2e |d ColourTrans 0.| 00000730 35 32 20 6f 72 20 6c 61 74 65 72 0a 7c 0a 7c 20 |52 or later.|.| | 00000740 45 6e 73 75 72 65 20 77 65 20 68 61 76 65 20 46 |Ensure we have F| 00000750 50 45 6d 75 6c 61 74 6f 72 0a 7c 0a 52 4d 45 6e |PEmulator.|.RMEn| 00000760 73 75 72 65 20 46 50 45 6d 75 6c 61 74 6f 72 20 |sure FPEmulator | 00000770 32 2e 37 30 20 49 66 20 22 3c 50 69 70 65 44 72 |2.70 If "<PipeDr| 00000780 65 61 6d 5f 50 72 65 6c 6f 61 64 24 46 69 6c 65 |eam_Preload$File| 00000790 3e 22 20 3c 3e 20 22 22 20 74 68 65 6e 20 52 75 |>" <> "" then Ru| 000007a0 6e 20 3c 50 69 70 65 44 72 65 61 6d 5f 50 72 65 |n <PipeDream_Pre| 000007b0 6c 6f 61 64 24 46 69 6c 65 3e 0a 52 4d 45 6e 73 |load$File>.RMEns| 000007c0 75 72 65 20 46 50 45 6d 75 6c 61 74 6f 72 20 32 |ure FPEmulator 2| 000007d0 2e 37 30 20 49 66 20 22 3c 50 69 70 65 44 72 65 |.70 If "<PipeDre| 000007e0 61 6d 5f 50 72 65 6c 6f 61 64 24 46 69 6c 65 3e |am_Preload$File>| 000007f0 22 20 20 3d 20 22 22 20 74 68 65 6e 20 49 66 20 |" = "" then If | 00000800 22 3c 53 79 73 74 65 6d 24 50 61 74 68 3e 22 20 |"<System$Path>" | 00000810 3c 3e 20 22 22 20 74 68 65 6e 20 52 4d 4c 6f 61 |<> "" then RMLoa| 00000820 64 20 53 79 73 74 65 6d 3a 4d 6f 64 75 6c 65 73 |d System:Modules| 00000830 2e 46 50 45 6d 75 6c 61 74 6f 72 0a 52 4d 45 6e |.FPEmulator.RMEn| 00000840 73 75 72 65 20 46 50 45 6d 75 6c 61 74 6f 72 20 |sure FPEmulator | 00000850 32 2e 37 30 20 49 66 20 22 3c 50 69 70 65 44 72 |2.70 If "<PipeDr| 00000860 65 61 6d 5f 50 72 65 6c 6f 61 64 24 46 69 6c 65 |eam_Preload$File| 00000870 3e 22 20 20 3d 20 22 22 20 74 68 65 6e 20 49 66 |>" = "" then If| 00000880 20 22 3c 53 79 73 74 65 6d 24 50 61 74 68 3e 22 | "<System$Path>"| 00000890 20 20 3d 20 22 22 20 74 68 65 6e 20 45 72 72 6f | = "" then Erro| 000008a0 72 20 30 20 53 79 73 74 65 6d 20 72 65 73 6f 75 |r 0 System resou| 000008b0 72 63 65 73 20 63 61 6e 20 6e 6f 74 20 62 65 20 |rces can not be | 000008c0 66 6f 75 6e 64 0a 52 4d 45 6e 73 75 72 65 20 46 |found.RMEnsure F| 000008d0 50 45 6d 75 6c 61 74 6f 72 20 32 2e 37 30 20 45 |PEmulator 2.70 E| 000008e0 72 72 6f 72 20 59 6f 75 20 6e 65 65 64 20 46 50 |rror You need FP| 000008f0 45 6d 75 6c 61 74 6f 72 20 32 2e 37 30 20 6f 72 |Emulator 2.70 or| 00000900 20 6c 61 74 65 72 0a 7c 0a 7c 20 43 68 65 63 6b | later.|.| Check| 00000910 20 46 6f 6e 74 20 4d 61 6e 61 67 65 72 20 76 65 | Font Manager ve| 00000920 72 73 69 6f 6e 0a 7c 0a 52 4d 45 6e 73 75 72 65 |rsion.|.RMEnsure| 00000930 20 46 6f 6e 74 4d 61 6e 61 67 65 72 20 32 2e 34 | FontManager 2.4| 00000940 32 20 49 66 20 22 3c 50 69 70 65 44 72 65 61 6d |2 If "<PipeDream| 00000950 5f 50 72 65 6c 6f 61 64 24 46 69 6c 65 3e 22 20 |_Preload$File>" | 00000960 3c 3e 20 22 22 20 74 68 65 6e 20 52 75 6e 20 3c |<> "" then Run <| 00000970 50 69 70 65 44 72 65 61 6d 5f 50 72 65 6c 6f 61 |PipeDream_Preloa| 00000980 64 24 46 69 6c 65 3e 0a 52 4d 45 6e 73 75 72 65 |d$File>.RMEnsure| 00000990 20 46 6f 6e 74 4d 61 6e 61 67 65 72 20 32 2e 34 | FontManager 2.4| 000009a0 32 20 45 63 68 6f 20 57 61 72 6e 69 6e 67 3a 20 |2 Echo Warning: | 000009b0 79 6f 75 20 6e 65 65 64 20 4f 75 74 6c 69 6e 65 |you need Outline| 000009c0 20 46 6f 6e 74 4d 61 6e 61 67 65 72 20 32 2e 34 | FontManager 2.4| 000009d0 32 20 6f 72 20 6c 61 74 65 72 20 74 6f 20 75 73 |2 or later to us| 000009e0 65 20 50 69 70 65 44 72 65 61 6d 20 34 20 43 68 |e PipeDream 4 Ch| 000009f0 61 72 74 73 0a 7c 0a 7c 20 41 6c 6c 6f 63 61 74 |arts.|.| Allocat| 00000a00 65 20 66 69 78 65 64 20 6d 65 6d 6f 72 79 20 66 |e fixed memory f| 00000a10 6f 72 20 64 6f 63 75 6d 65 6e 74 73 0a 7c 0a 7c |or documents.|.|| 00000a20 20 54 68 65 20 66 69 72 73 74 20 70 61 72 61 6d | The first param| 00000a30 65 74 65 72 20 63 6f 6e 74 72 6f 6c 73 20 74 68 |eter controls th| 00000a40 65 20 61 6d 6f 75 6e 74 20 6f 66 20 61 64 64 69 |e amount of addi| 00000a50 74 69 6f 6e 61 6c 20 6d 65 6d 6f 72 79 0a 7c 20 |tional memory.| | 00000a60 74 68 61 74 20 50 69 70 65 44 72 65 61 6d 20 72 |that PipeDream r| 00000a70 65 71 75 69 72 65 73 20 74 6f 20 62 65 20 69 6e |equires to be in| 00000a80 20 74 68 65 20 57 69 6d 70 53 6c 6f 74 20 6f 6e | the WimpSlot on| 00000a90 20 73 74 61 72 74 75 70 0a 7c 0a 7c 20 54 68 65 | startup.|.| The| 00000aa0 20 73 65 63 6f 6e 64 20 70 61 72 61 6d 65 74 65 | second paramete| 00000ab0 72 20 69 73 20 68 6f 77 20 6d 75 63 68 20 65 78 |r is how much ex| 00000ac0 74 72 61 20 6d 65 6d 6f 72 79 20 50 69 70 65 44 |tra memory PipeD| 00000ad0 72 65 61 6d 20 77 69 6c 6c 0a 7c 20 6e 65 65 64 |ream will.| need| 00000ae0 20 74 6f 20 63 6c 61 69 6d 20 6f 6e 20 73 74 61 | to claim on sta| 00000af0 72 74 75 70 20 6f 6e 20 74 6f 70 20 6f 66 20 74 |rtup on top of t| 00000b00 68 65 20 69 6e 69 74 69 61 6c 20 57 69 6d 70 53 |he initial WimpS| 00000b10 6c 6f 74 0a 7c 0a 52 75 6e 20 3c 50 69 70 65 44 |lot.|.Run <PipeD| 00000b20 72 65 61 6d 24 49 6d 61 67 65 44 69 72 3e 2e 49 |ream$ImageDir>.I| 00000b30 6d 61 67 65 53 6c 6f 74 20 3c 50 69 70 65 44 72 |mageSlot <PipeDr| 00000b40 65 61 6d 24 49 6d 61 67 65 44 69 72 3e 2e 21 52 |eam$ImageDir>.!R| 00000b50 75 6e 49 6d 61 67 65 20 33 32 4b 20 33 32 4b 0a |unImage 32K 32K.| 00000b60 7c 0a 7c 20 47 6f 2c 20 47 6f 2c 20 47 6f 0a 7c ||.| Go, Go, Go.|| 00000b70 0a 52 75 6e 20 3c 50 69 70 65 44 72 65 61 6d 24 |.Run <PipeDream$| 00000b80 49 6d 61 67 65 44 69 72 3e 2e 21 52 75 6e 49 6d |ImageDir>.!RunIm| 00000b90 61 67 65 20 25 2a 30 0a |age %*0.| 00000b98