Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199206b.adf » June92 » !AWJune92/Goodies/VectorDemo/!VectDemo/!Run

!AWJune92/Goodies/VectorDemo/!VectDemo/!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 » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199206b.adf » June92
Filename: !AWJune92/Goodies/VectorDemo/!VectDemo/!Run
Read OK:
File size: 0541 bytes
Load address: 0000
Exec address: 0000
File contents
Set VectDemo$Dir <Obey$Dir>

Unset Alias$@RunType_AFF
Unset Alias$@PrintType_AFF
Unset Alias$@RunType_C4B
Unset Alias$@PrintType_C4B
Unset Alias$@RunType_CC3
Unset Alias$@PrintType_CC3
Run <VectDemo$Dir>.!Boot

IconSprites <VectDemo$Dir>.Pointers

If "<System$Path>" = "" Then Error 0 System resources cannot be found

RMEnsure ColourTrans 0.50 Load System:Modules.Colours
RMEnsure ColourTrans 0.50 Error 0 ColourTrans module not found or too old
RMEnsure SharedCLibrary 3.75 Load System:Modules.Clib
RMEnsure SharedCLibrary 3.75 Error 0 Shared C Library not found or too old
RMEnsure FPEmulator 2.80 Load System:Modules.FPEmulator
RMEnsure FPEmulator 2.80 Error 0 FPEmulator module not found or too old

RMEnsure VectorUtil 2.10 Load <VectDemo$Dir>.VectUtil
RMEnsure VectorUtil 2.10 Error 0 Can't load utility module

SetEval Vector$Capabilities 16_0FFFFFFF
RMEnsure FontManager 2.98 SetEval Vector$Capabilities Vector$Capabilities-1
RMEnsure SpriteExtend 0.27 SetEval Vector$Capabilities Vector$Capabilities-2
RMEnsure ColourTrans 0.96 SetEval Vector$Capabilities Vector$Capabilities-4
RMEnsure UtilityModule 3.00 SetEval Vector$Capabilities Vector$Capabilities-8

If "<Draw$PrintFile>" = "" Then Set Draw$PrintFile printer:

WimpSlot -min 460K -max 460K
Run "<VectDemo$Dir>.!RunImage" %*0 -debug -windows 40 -mask 2,4,0 -font Trinity.Medium
00000000  0a 53 65 74 20 56 65 63  74 44 65 6d 6f 24 44 69  |.Set VectDemo$Di|
00000010  72 20 3c 4f 62 65 79 24  44 69 72 3e 0a 0a 55 6e  |r <Obey$Dir>..Un|
00000020  73 65 74 20 41 6c 69 61  73 24 40 52 75 6e 54 79  |set Alias$@RunTy|
00000030  70 65 5f 41 46 46 0a 55  6e 73 65 74 20 41 6c 69  |pe_AFF.Unset Ali|
00000040  61 73 24 40 50 72 69 6e  74 54 79 70 65 5f 41 46  |as$@PrintType_AF|
00000050  46 0a 55 6e 73 65 74 20  41 6c 69 61 73 24 40 52  |F.Unset Alias$@R|
00000060  75 6e 54 79 70 65 5f 43  34 42 0a 55 6e 73 65 74  |unType_C4B.Unset|
00000070  20 41 6c 69 61 73 24 40  50 72 69 6e 74 54 79 70  | Alias$@PrintTyp|
00000080  65 5f 43 34 42 0a 55 6e  73 65 74 20 41 6c 69 61  |e_C4B.Unset Alia|
00000090  73 24 40 52 75 6e 54 79  70 65 5f 43 43 33 0a 55  |s$@RunType_CC3.U|
000000a0  6e 73 65 74 20 41 6c 69  61 73 24 40 50 72 69 6e  |nset Alias$@Prin|
000000b0  74 54 79 70 65 5f 43 43  33 0a 52 75 6e 20 3c 56  |tType_CC3.Run <V|
000000c0  65 63 74 44 65 6d 6f 24  44 69 72 3e 2e 21 42 6f  |ectDemo$Dir>.!Bo|
000000d0  6f 74 0a 0a 49 63 6f 6e  53 70 72 69 74 65 73 20  |ot..IconSprites |
000000e0  3c 56 65 63 74 44 65 6d  6f 24 44 69 72 3e 2e 50  |<VectDemo$Dir>.P|
000000f0  6f 69 6e 74 65 72 73 0a  0a 49 66 20 22 3c 53 79  |ointers..If "<Sy|
00000100  73 74 65 6d 24 50 61 74  68 3e 22 20 3d 20 22 22  |stem$Path>" = ""|
00000110  20 54 68 65 6e 20 45 72  72 6f 72 20 30 20 53 79  | Then Error 0 Sy|
00000120  73 74 65 6d 20 72 65 73  6f 75 72 63 65 73 20 63  |stem resources c|
00000130  61 6e 6e 6f 74 20 62 65  20 66 6f 75 6e 64 0a 0a  |annot be found..|
00000140  52 4d 45 6e 73 75 72 65  20 43 6f 6c 6f 75 72 54  |RMEnsure ColourT|
00000150  72 61 6e 73 20 30 2e 35  30 20 4c 6f 61 64 20 53  |rans 0.50 Load S|
00000160  79 73 74 65 6d 3a 4d 6f  64 75 6c 65 73 2e 43 6f  |ystem:Modules.Co|
00000170  6c 6f 75 72 73 0a 52 4d  45 6e 73 75 72 65 20 43  |lours.RMEnsure C|
00000180  6f 6c 6f 75 72 54 72 61  6e 73 20 30 2e 35 30 20  |olourTrans 0.50 |
00000190  45 72 72 6f 72 20 30 20  43 6f 6c 6f 75 72 54 72  |Error 0 ColourTr|
000001a0  61 6e 73 20 6d 6f 64 75  6c 65 20 6e 6f 74 20 66  |ans module not f|
000001b0  6f 75 6e 64 20 6f 72 20  74 6f 6f 20 6f 6c 64 0a  |ound or too old.|
000001c0  52 4d 45 6e 73 75 72 65  20 53 68 61 72 65 64 43  |RMEnsure SharedC|
000001d0  4c 69 62 72 61 72 79 20  33 2e 37 35 20 4c 6f 61  |Library 3.75 Loa|
000001e0  64 20 53 79 73 74 65 6d  3a 4d 6f 64 75 6c 65 73  |d System:Modules|
000001f0  2e 43 6c 69 62 0a 52 4d  45 6e 73 75 72 65 20 53  |.Clib.RMEnsure S|
00000200  68 61 72 65 64 43 4c 69  62 72 61 72 79 20 33 2e  |haredCLibrary 3.|
00000210  37 35 20 45 72 72 6f 72  20 30 20 53 68 61 72 65  |75 Error 0 Share|
00000220  64 20 43 20 4c 69 62 72  61 72 79 20 6e 6f 74 20  |d C Library not |
00000230  66 6f 75 6e 64 20 6f 72  20 74 6f 6f 20 6f 6c 64  |found or too old|
00000240  0a 52 4d 45 6e 73 75 72  65 20 46 50 45 6d 75 6c  |.RMEnsure FPEmul|
00000250  61 74 6f 72 20 32 2e 38  30 20 4c 6f 61 64 20 53  |ator 2.80 Load S|
00000260  79 73 74 65 6d 3a 4d 6f  64 75 6c 65 73 2e 46 50  |ystem:Modules.FP|
00000270  45 6d 75 6c 61 74 6f 72  0a 52 4d 45 6e 73 75 72  |Emulator.RMEnsur|
00000280  65 20 46 50 45 6d 75 6c  61 74 6f 72 20 32 2e 38  |e FPEmulator 2.8|
00000290  30 20 45 72 72 6f 72 20  30 20 46 50 45 6d 75 6c  |0 Error 0 FPEmul|
000002a0  61 74 6f 72 20 6d 6f 64  75 6c 65 20 6e 6f 74 20  |ator module not |
000002b0  66 6f 75 6e 64 20 6f 72  20 74 6f 6f 20 6f 6c 64  |found or too old|
000002c0  0a 0a 52 4d 45 6e 73 75  72 65 20 56 65 63 74 6f  |..RMEnsure Vecto|
000002d0  72 55 74 69 6c 20 32 2e  31 30 20 4c 6f 61 64 20  |rUtil 2.10 Load |
000002e0  3c 56 65 63 74 44 65 6d  6f 24 44 69 72 3e 2e 56  |<VectDemo$Dir>.V|
000002f0  65 63 74 55 74 69 6c 0a  52 4d 45 6e 73 75 72 65  |ectUtil.RMEnsure|
00000300  20 56 65 63 74 6f 72 55  74 69 6c 20 32 2e 31 30  | VectorUtil 2.10|
00000310  20 45 72 72 6f 72 20 30  20 43 61 6e 27 74 20 6c  | Error 0 Can't l|
00000320  6f 61 64 20 75 74 69 6c  69 74 79 20 6d 6f 64 75  |oad utility modu|
00000330  6c 65 0a 0a 53 65 74 45  76 61 6c 20 56 65 63 74  |le..SetEval Vect|
00000340  6f 72 24 43 61 70 61 62  69 6c 69 74 69 65 73 20  |or$Capabilities |
00000350  31 36 5f 30 46 46 46 46  46 46 46 0a 52 4d 45 6e  |16_0FFFFFFF.RMEn|
00000360  73 75 72 65 20 46 6f 6e  74 4d 61 6e 61 67 65 72  |sure FontManager|
00000370  20 32 2e 39 38 20 53 65  74 45 76 61 6c 20 56 65  | 2.98 SetEval Ve|
00000380  63 74 6f 72 24 43 61 70  61 62 69 6c 69 74 69 65  |ctor$Capabilitie|
00000390  73 20 56 65 63 74 6f 72  24 43 61 70 61 62 69 6c  |s Vector$Capabil|
000003a0  69 74 69 65 73 2d 31 0a  52 4d 45 6e 73 75 72 65  |ities-1.RMEnsure|
000003b0  20 53 70 72 69 74 65 45  78 74 65 6e 64 20 30 2e  | SpriteExtend 0.|
000003c0  32 37 20 53 65 74 45 76  61 6c 20 56 65 63 74 6f  |27 SetEval Vecto|
000003d0  72 24 43 61 70 61 62 69  6c 69 74 69 65 73 20 56  |r$Capabilities V|
000003e0  65 63 74 6f 72 24 43 61  70 61 62 69 6c 69 74 69  |ector$Capabiliti|
000003f0  65 73 2d 32 0a 52 4d 45  6e 73 75 72 65 20 43 6f  |es-2.RMEnsure Co|
00000400  6c 6f 75 72 54 72 61 6e  73 20 30 2e 39 36 20 53  |lourTrans 0.96 S|
00000410  65 74 45 76 61 6c 20 56  65 63 74 6f 72 24 43 61  |etEval Vector$Ca|
00000420  70 61 62 69 6c 69 74 69  65 73 20 56 65 63 74 6f  |pabilities Vecto|
00000430  72 24 43 61 70 61 62 69  6c 69 74 69 65 73 2d 34  |r$Capabilities-4|
00000440  0a 52 4d 45 6e 73 75 72  65 20 55 74 69 6c 69 74  |.RMEnsure Utilit|
00000450  79 4d 6f 64 75 6c 65 20  33 2e 30 30 20 53 65 74  |yModule 3.00 Set|
00000460  45 76 61 6c 20 56 65 63  74 6f 72 24 43 61 70 61  |Eval Vector$Capa|
00000470  62 69 6c 69 74 69 65 73  20 56 65 63 74 6f 72 24  |bilities Vector$|
00000480  43 61 70 61 62 69 6c 69  74 69 65 73 2d 38 0a 0a  |Capabilities-8..|
00000490  49 66 20 22 3c 44 72 61  77 24 50 72 69 6e 74 46  |If "<Draw$PrintF|
000004a0  69 6c 65 3e 22 20 3d 20  22 22 20 54 68 65 6e 20  |ile>" = "" Then |
000004b0  53 65 74 20 44 72 61 77  24 50 72 69 6e 74 46 69  |Set Draw$PrintFi|
000004c0  6c 65 20 70 72 69 6e 74  65 72 3a 0a 0a 57 69 6d  |le printer:..Wim|
000004d0  70 53 6c 6f 74 20 2d 6d  69 6e 20 34 36 30 4b 20  |pSlot -min 460K |
000004e0  2d 6d 61 78 20 34 36 30  4b 0a 52 75 6e 20 22 3c  |-max 460K.Run "<|
000004f0  56 65 63 74 44 65 6d 6f  24 44 69 72 3e 2e 21 52  |VectDemo$Dir>.!R|
00000500  75 6e 49 6d 61 67 65 22  20 25 2a 30 20 2d 64 65  |unImage" %*0 -de|
00000510  62 75 67 20 2d 77 69 6e  64 6f 77 73 20 34 30 20  |bug -windows 40 |
00000520  2d 6d 61 73 6b 20 32 2c  34 2c 30 20 2d 66 6f 6e  |-mask 2,4,0 -fon|
00000530  74 20 54 72 69 6e 69 74  79 2e 4d 65 64 69 75 6d  |t Trinity.Medium|
00000540  0a                                                |.|
00000541