Home » Archimedes archive » Acorn User » AU 1996-03 B.adf » Others » PD/!EarthData/Banner

PD/!EarthData/Banner

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 1996-03 B.adf » Others
Filename: PD/!EarthData/Banner
Read OK:
File size: 0354 bytes
Load address: 0000
Exec address: 0000
File contents
   10REM > !EarthData.Banner
   20REM by James Bursa
   30REM Version 1.00  (09-Jun-1995)
   40
   50DIM b% &200
   60SYS "Wimp_Initialise",200,&4B534154,"EarthData"
   70
   80SYS "Hourglass_On"
   90SYS "OS_File",5,"<EarthData$Dir>.Resources.Banner" TO ,,,,L%
  100DIM S% L%+16,PX% 16,TR% 16
  110!S%=L%+16: S%!4=0: S%!8=16: S%!12=16
  120SYS "OS_SpriteOp",&109,S%
  130SYS "OS_SpriteOp",&10A,S%,"<EarthData$Dir>.Resources.Banner"
  140SYS "Wimp_ReadPixTrans",&100,S%,"welcome",0,0,0,PX%,TR%
  150SYS "OS_ReadModeVariable",-1,11 TO ,,screenx%
  160SYS "OS_ReadModeVariable",-1,12 TO ,,screeny%
  170SYS "OS_ReadModeVariable",-1,5 TO ,,yeig%
  180SYS "OS_ReadModeVariable",-1,4 TO ,,xeig%
  190screenx%=screenx%*2*xeig%:screeny%=screeny%*(2*yeig%)
  200screenx%=(screenx% DIV 2)-268
  210screeny%=(screeny% DIV 2)-170
  220SYS "OS_SpriteOp",&134,S%,"welcome",screenx%,screeny%+70,0,PX%,TR%
  230
  240SYS "Wimp_CloseDown"
  250QUIT

� > !EarthData.Banner
� by James Bursa
!� Version 1.00  (09-Jun-1995)
(
2
� b% &200
<2ș "Wimp_Initialise",200,&4B534154,"EarthData"
F
Pș "Hourglass_On"
Z>ș "OS_File",5,"<EarthData$Dir>.Resources.Banner" � ,,,,L%
d� S% L%+16,PX% 16,TR% 16
n(!S%=L%+16: S%!4=0: S%!8=16: S%!12=16
xș "OS_SpriteOp",&109,S%
�?ș "OS_SpriteOp",&10A,S%,"<EarthData$Dir>.Resources.Banner"
�:ș "Wimp_ReadPixTrans",&100,S%,"welcome",0,0,0,PX%,TR%
�/ș "OS_ReadModeVariable",-1,11 � ,,screenx%
�/ș "OS_ReadModeVariable",-1,12 � ,,screeny%
�+ș "OS_ReadModeVariable",-1,5 � ,,yeig%
�+ș "OS_ReadModeVariable",-1,4 � ,,xeig%
�9screenx%=screenx%*2*xeig%:screeny%=screeny%*(2*yeig%)
�screenx%=(screenx% � 2)-268
�screeny%=(screeny% � 2)-170
�Eș "OS_SpriteOp",&134,S%,"welcome",screenx%,screeny%+70,0,PX%,TR%
�
�ș "Wimp_CloseDown"
�Ș
�
00000000  0d 00 0a 19 f4 20 3e 20  21 45 61 72 74 68 44 61  |..... > !EarthDa|
00000010  74 61 2e 42 61 6e 6e 65  72 0d 00 14 14 f4 20 62  |ta.Banner..... b|
00000020  79 20 4a 61 6d 65 73 20  42 75 72 73 61 0d 00 1e  |y James Bursa...|
00000030  21 f4 20 56 65 72 73 69  6f 6e 20 31 2e 30 30 20  |!. Version 1.00 |
00000040  20 28 30 39 2d 4a 75 6e  2d 31 39 39 35 29 0d 00  | (09-Jun-1995)..|
00000050  28 04 0d 00 32 0d de 20  62 25 20 26 32 30 30 0d  |(...2.. b% &200.|
00000060  00 3c 32 c8 99 20 22 57  69 6d 70 5f 49 6e 69 74  |.<2.. "Wimp_Init|
00000070  69 61 6c 69 73 65 22 2c  32 30 30 2c 26 34 42 35  |ialise",200,&4B5|
00000080  33 34 31 35 34 2c 22 45  61 72 74 68 44 61 74 61  |34154,"EarthData|
00000090  22 0d 00 46 04 0d 00 50  15 c8 99 20 22 48 6f 75  |"..F...P... "Hou|
000000a0  72 67 6c 61 73 73 5f 4f  6e 22 0d 00 5a 3e c8 99  |rglass_On"..Z>..|
000000b0  20 22 4f 53 5f 46 69 6c  65 22 2c 35 2c 22 3c 45  | "OS_File",5,"<E|
000000c0  61 72 74 68 44 61 74 61  24 44 69 72 3e 2e 52 65  |arthData$Dir>.Re|
000000d0  73 6f 75 72 63 65 73 2e  42 61 6e 6e 65 72 22 20  |sources.Banner" |
000000e0  b8 20 2c 2c 2c 2c 4c 25  0d 00 64 1c de 20 53 25  |. ,,,,L%..d.. S%|
000000f0  20 4c 25 2b 31 36 2c 50  58 25 20 31 36 2c 54 52  | L%+16,PX% 16,TR|
00000100  25 20 31 36 0d 00 6e 28  21 53 25 3d 4c 25 2b 31  |% 16..n(!S%=L%+1|
00000110  36 3a 20 53 25 21 34 3d  30 3a 20 53 25 21 38 3d  |6: S%!4=0: S%!8=|
00000120  31 36 3a 20 53 25 21 31  32 3d 31 36 0d 00 78 1c  |16: S%!12=16..x.|
00000130  c8 99 20 22 4f 53 5f 53  70 72 69 74 65 4f 70 22  |.. "OS_SpriteOp"|
00000140  2c 26 31 30 39 2c 53 25  0d 00 82 3f c8 99 20 22  |,&109,S%...?.. "|
00000150  4f 53 5f 53 70 72 69 74  65 4f 70 22 2c 26 31 30  |OS_SpriteOp",&10|
00000160  41 2c 53 25 2c 22 3c 45  61 72 74 68 44 61 74 61  |A,S%,"<EarthData|
00000170  24 44 69 72 3e 2e 52 65  73 6f 75 72 63 65 73 2e  |$Dir>.Resources.|
00000180  42 61 6e 6e 65 72 22 0d  00 8c 3a c8 99 20 22 57  |Banner"...:.. "W|
00000190  69 6d 70 5f 52 65 61 64  50 69 78 54 72 61 6e 73  |imp_ReadPixTrans|
000001a0  22 2c 26 31 30 30 2c 53  25 2c 22 77 65 6c 63 6f  |",&100,S%,"welco|
000001b0  6d 65 22 2c 30 2c 30 2c  30 2c 50 58 25 2c 54 52  |me",0,0,0,PX%,TR|
000001c0  25 0d 00 96 2f c8 99 20  22 4f 53 5f 52 65 61 64  |%.../.. "OS_Read|
000001d0  4d 6f 64 65 56 61 72 69  61 62 6c 65 22 2c 2d 31  |ModeVariable",-1|
000001e0  2c 31 31 20 b8 20 2c 2c  73 63 72 65 65 6e 78 25  |,11 . ,,screenx%|
000001f0  0d 00 a0 2f c8 99 20 22  4f 53 5f 52 65 61 64 4d  |.../.. "OS_ReadM|
00000200  6f 64 65 56 61 72 69 61  62 6c 65 22 2c 2d 31 2c  |odeVariable",-1,|
00000210  31 32 20 b8 20 2c 2c 73  63 72 65 65 6e 79 25 0d  |12 . ,,screeny%.|
00000220  00 aa 2b c8 99 20 22 4f  53 5f 52 65 61 64 4d 6f  |..+.. "OS_ReadMo|
00000230  64 65 56 61 72 69 61 62  6c 65 22 2c 2d 31 2c 35  |deVariable",-1,5|
00000240  20 b8 20 2c 2c 79 65 69  67 25 0d 00 b4 2b c8 99  | . ,,yeig%...+..|
00000250  20 22 4f 53 5f 52 65 61  64 4d 6f 64 65 56 61 72  | "OS_ReadModeVar|
00000260  69 61 62 6c 65 22 2c 2d  31 2c 34 20 b8 20 2c 2c  |iable",-1,4 . ,,|
00000270  78 65 69 67 25 0d 00 be  39 73 63 72 65 65 6e 78  |xeig%...9screenx|
00000280  25 3d 73 63 72 65 65 6e  78 25 2a 32 2a 78 65 69  |%=screenx%*2*xei|
00000290  67 25 3a 73 63 72 65 65  6e 79 25 3d 73 63 72 65  |g%:screeny%=scre|
000002a0  65 6e 79 25 2a 28 32 2a  79 65 69 67 25 29 0d 00  |eny%*(2*yeig%)..|
000002b0  c8 1f 73 63 72 65 65 6e  78 25 3d 28 73 63 72 65  |..screenx%=(scre|
000002c0  65 6e 78 25 20 81 20 32  29 2d 32 36 38 0d 00 d2  |enx% . 2)-268...|
000002d0  1f 73 63 72 65 65 6e 79  25 3d 28 73 63 72 65 65  |.screeny%=(scree|
000002e0  6e 79 25 20 81 20 32 29  2d 31 37 30 0d 00 dc 45  |ny% . 2)-170...E|
000002f0  c8 99 20 22 4f 53 5f 53  70 72 69 74 65 4f 70 22  |.. "OS_SpriteOp"|
00000300  2c 26 31 33 34 2c 53 25  2c 22 77 65 6c 63 6f 6d  |,&134,S%,"welcom|
00000310  65 22 2c 73 63 72 65 65  6e 78 25 2c 73 63 72 65  |e",screenx%,scre|
00000320  65 6e 79 25 2b 37 30 2c  30 2c 50 58 25 2c 54 52  |eny%+70,0,PX%,TR|
00000330  25 0d 00 e6 04 0d 00 f0  17 c8 99 20 22 57 69 6d  |%.......... "Wim|
00000340  70 5f 43 6c 6f 73 65 44  6f 77 6e 22 0d 00 fa 06  |p_CloseDown"....|
00000350  c8 98 0d ff                                       |....|
00000354