Home » Archimedes archive » Micro User » MU 1992-09.adf » PD » Utilities/!BasicEdit/!Boot

Utilities/!BasicEdit/!Boot

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 » Micro User » MU 1992-09.adf » PD
Filename: Utilities/!BasicEdit/!Boot
Read OK:
File size: 026A bytes
Load address: 0000
Exec address: 0000
File contents
|Boot file for ARM Basic Editor
|Written by Robert C.Smiley
| � 24th March 1992. Version 2.09
|
Set File$Type_FFB BasicV
Set File$Type_FF1 RawData
Set BasicEdit5$Dir <Obey$Dir>
Set BasicEdit5$Modules <Obey$Dir>.Modules
RMEnsure ARMBasicEditor 1.00 RMLoad <BasicEdit5$Modules>.BasicEdit
RMEnsure BasicEditUtils 2.08 RMLoad <BasicEdit5$Modules>.BEditUtils
RMEnsure WindowGraphicsUtility 2.10 RMLoad <BasicEdit5$Modules>.WindowUtil
IconSprites <BasicEdit5$Dir>.!Sprites
Run <BasicEdit5$Dir>.AutoLoad
If BEAutoLoad = 1 Then WimpSlot -min 80K -max 80K
If BEAutoLoad = 1 Then Run <BasicEdit5$Dir>.!RunImage
Unset BEAutoLoad
00000000  7c 42 6f 6f 74 20 66 69  6c 65 20 66 6f 72 20 41  ||Boot file for A|
00000010  52 4d 20 42 61 73 69 63  20 45 64 69 74 6f 72 0a  |RM Basic Editor.|
00000020  7c 57 72 69 74 74 65 6e  20 62 79 20 52 6f 62 65  ||Written by Robe|
00000030  72 74 20 43 2e 53 6d 69  6c 65 79 0a 7c 20 a9 20  |rt C.Smiley.| . |
00000040  32 34 74 68 20 4d 61 72  63 68 20 31 39 39 32 2e  |24th March 1992.|
00000050  20 56 65 72 73 69 6f 6e  20 32 2e 30 39 0a 7c 0a  | Version 2.09.|.|
00000060  53 65 74 20 46 69 6c 65  24 54 79 70 65 5f 46 46  |Set File$Type_FF|
00000070  42 20 42 61 73 69 63 56  0a 53 65 74 20 46 69 6c  |B BasicV.Set Fil|
00000080  65 24 54 79 70 65 5f 46  46 31 20 52 61 77 44 61  |e$Type_FF1 RawDa|
00000090  74 61 0a 53 65 74 20 42  61 73 69 63 45 64 69 74  |ta.Set BasicEdit|
000000a0  35 24 44 69 72 20 3c 4f  62 65 79 24 44 69 72 3e  |5$Dir <Obey$Dir>|
000000b0  0a 53 65 74 20 42 61 73  69 63 45 64 69 74 35 24  |.Set BasicEdit5$|
000000c0  4d 6f 64 75 6c 65 73 20  3c 4f 62 65 79 24 44 69  |Modules <Obey$Di|
000000d0  72 3e 2e 4d 6f 64 75 6c  65 73 0a 52 4d 45 6e 73  |r>.Modules.RMEns|
000000e0  75 72 65 20 41 52 4d 42  61 73 69 63 45 64 69 74  |ure ARMBasicEdit|
000000f0  6f 72 20 31 2e 30 30 20  52 4d 4c 6f 61 64 20 3c  |or 1.00 RMLoad <|
00000100  42 61 73 69 63 45 64 69  74 35 24 4d 6f 64 75 6c  |BasicEdit5$Modul|
00000110  65 73 3e 2e 42 61 73 69  63 45 64 69 74 0a 52 4d  |es>.BasicEdit.RM|
00000120  45 6e 73 75 72 65 20 42  61 73 69 63 45 64 69 74  |Ensure BasicEdit|
00000130  55 74 69 6c 73 20 32 2e  30 38 20 52 4d 4c 6f 61  |Utils 2.08 RMLoa|
00000140  64 20 3c 42 61 73 69 63  45 64 69 74 35 24 4d 6f  |d <BasicEdit5$Mo|
00000150  64 75 6c 65 73 3e 2e 42  45 64 69 74 55 74 69 6c  |dules>.BEditUtil|
00000160  73 0a 52 4d 45 6e 73 75  72 65 20 57 69 6e 64 6f  |s.RMEnsure Windo|
00000170  77 47 72 61 70 68 69 63  73 55 74 69 6c 69 74 79  |wGraphicsUtility|
00000180  20 32 2e 31 30 20 52 4d  4c 6f 61 64 20 3c 42 61  | 2.10 RMLoad <Ba|
00000190  73 69 63 45 64 69 74 35  24 4d 6f 64 75 6c 65 73  |sicEdit5$Modules|
000001a0  3e 2e 57 69 6e 64 6f 77  55 74 69 6c 0a 49 63 6f  |>.WindowUtil.Ico|
000001b0  6e 53 70 72 69 74 65 73  20 3c 42 61 73 69 63 45  |nSprites <BasicE|
000001c0  64 69 74 35 24 44 69 72  3e 2e 21 53 70 72 69 74  |dit5$Dir>.!Sprit|
000001d0  65 73 0a 52 75 6e 20 3c  42 61 73 69 63 45 64 69  |es.Run <BasicEdi|
000001e0  74 35 24 44 69 72 3e 2e  41 75 74 6f 4c 6f 61 64  |t5$Dir>.AutoLoad|
000001f0  0a 49 66 20 42 45 41 75  74 6f 4c 6f 61 64 20 3d  |.If BEAutoLoad =|
00000200  20 31 20 54 68 65 6e 20  57 69 6d 70 53 6c 6f 74  | 1 Then WimpSlot|
00000210  20 2d 6d 69 6e 20 38 30  4b 20 2d 6d 61 78 20 38  | -min 80K -max 8|
00000220  30 4b 0a 49 66 20 42 45  41 75 74 6f 4c 6f 61 64  |0K.If BEAutoLoad|
00000230  20 3d 20 31 20 54 68 65  6e 20 52 75 6e 20 3c 42  | = 1 Then Run <B|
00000240  61 73 69 63 45 64 69 74  35 24 44 69 72 3e 2e 21  |asicEdit5$Dir>.!|
00000250  52 75 6e 49 6d 61 67 65  0a 55 6e 73 65 74 20 42  |RunImage.Unset B|
00000260  45 41 75 74 6f 4c 6f 61  64 0a                    |EAutoLoad.|
0000026a