Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199204.adf » April92 » !AWApr92/Goodies/Prog_Arm/!Initializ/!RunImage

!AWApr92/Goodies/Prog_Arm/!Initializ/!RunImage

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_199204.adf » April92
Filename: !AWApr92/Goodies/Prog_Arm/!Initializ/!RunImage
Read OK:
File size: 0194 bytes
Load address: 0000
Exec address: 0000
File contents
   10REM > <InItializ$Dir>.!RunImage
   15REM (c) Archimedes World April 1992
   20
   30BufSize% =10*1024
   40
   50DIM Buffer% BufSize%
   60
   91
   92Ptr%=0
  100
  110OSCLI("LOAD <Initializ$Dir>.Data "+STR$~Buffer%)
  120REPEAT
  130PRINT "Insert destination disc in drive 0 then press SPACE BAR"
  140*FX 15,1
  150REPEATUNTILGET=32
  170
  180SYS "ADFS_DiscOp",0,2,Ptr%,Buffer%,BufSize%
  190
  200*DISMOUNT 0
  210*MOUNT 0
  211
  212PRINT"Again (Y/N)?"
  220UNTIL (GET OR 32) =ASC"n"

!� > <InItializ$Dir>.!RunImage
%� (c) Archimedes World April 1992

BufSize% =10*1024
(
2� Buffer% BufSize%
<
[
\
Ptr%=0
d
n-�("LOAD <Initializ$Dir>.Data "+�~Buffer%)
x�
�?� "Insert destination disc in drive 0 then press SPACE BAR"
�*FX 15,1
�
���=32
�
�.ș "ADFS_DiscOp",0,2,Ptr%,Buffer%,BufSize%
�
�*DISMOUNT 0
�*MOUNT 0
�
��"Again (Y/N)?"
�� (� � 32) =�"n"
�
00000000  0d 00 0a 21 f4 20 3e 20  3c 49 6e 49 74 69 61 6c  |...!. > <InItial|
00000010  69 7a 24 44 69 72 3e 2e  21 52 75 6e 49 6d 61 67  |iz$Dir>.!RunImag|
00000020  65 0d 00 0f 25 f4 20 28  63 29 20 41 72 63 68 69  |e...%. (c) Archi|
00000030  6d 65 64 65 73 20 57 6f  72 6c 64 20 41 70 72 69  |medes World Apri|
00000040  6c 20 31 39 39 32 0d 00  14 04 0d 00 1e 15 42 75  |l 1992........Bu|
00000050  66 53 69 7a 65 25 20 3d  31 30 2a 31 30 32 34 0d  |fSize% =10*1024.|
00000060  00 28 04 0d 00 32 16 de  20 42 75 66 66 65 72 25  |.(...2.. Buffer%|
00000070  20 42 75 66 53 69 7a 65  25 0d 00 3c 04 0d 00 5b  | BufSize%..<...[|
00000080  04 0d 00 5c 0a 50 74 72  25 3d 30 0d 00 64 04 0d  |...\.Ptr%=0..d..|
00000090  00 6e 2d ff 28 22 4c 4f  41 44 20 3c 49 6e 69 74  |.n-.("LOAD <Init|
000000a0  69 61 6c 69 7a 24 44 69  72 3e 2e 44 61 74 61 20  |ializ$Dir>.Data |
000000b0  22 2b c3 7e 42 75 66 66  65 72 25 29 0d 00 78 05  |"+.~Buffer%)..x.|
000000c0  f5 0d 00 82 3f f1 20 22  49 6e 73 65 72 74 20 64  |....?. "Insert d|
000000d0  65 73 74 69 6e 61 74 69  6f 6e 20 64 69 73 63 20  |estination disc |
000000e0  69 6e 20 64 72 69 76 65  20 30 20 74 68 65 6e 20  |in drive 0 then |
000000f0  70 72 65 73 73 20 53 50  41 43 45 20 42 41 52 22  |press SPACE BAR"|
00000100  0d 00 8c 0c 2a 46 58 20  31 35 2c 31 0d 00 96 0a  |....*FX 15,1....|
00000110  f5 fd a5 3d 33 32 0d 00  aa 04 0d 00 b4 2e c8 99  |...=32..........|
00000120  20 22 41 44 46 53 5f 44  69 73 63 4f 70 22 2c 30  | "ADFS_DiscOp",0|
00000130  2c 32 2c 50 74 72 25 2c  42 75 66 66 65 72 25 2c  |,2,Ptr%,Buffer%,|
00000140  42 75 66 53 69 7a 65 25  0d 00 be 04 0d 00 c8 0f  |BufSize%........|
00000150  2a 44 49 53 4d 4f 55 4e  54 20 30 0d 00 d2 0c 2a  |*DISMOUNT 0....*|
00000160  4d 4f 55 4e 54 20 30 0d  00 d3 04 0d 00 d4 13 f1  |MOUNT 0.........|
00000170  22 41 67 61 69 6e 20 28  59 2f 4e 29 3f 22 0d 00  |"Again (Y/N)?"..|
00000180  dc 14 fd 20 28 a5 20 84  20 33 32 29 20 3d 97 22  |... (. . 32) =."|
00000190  6e 22 0d ff                                       |n"..|
00000194