Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_34.ADF » Title

Title

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 » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_34.ADF
Filename: Title
Read OK:
File size: 018C bytes
Load address: FFFF0E00
Exec address: FFFF8023
File contents
   10 REM       Reflect EUG                           by Dominic Ford
   20 :
   30 MODE2:ON ERROR GOTO 150
   40 VDU23,1,0;0;0;0;19,1,4,0,0,0,0,19,2,3,0,0,0,0,19,3,6,0,0,0,0
   50 *LOAD Title2
   60 FORc=4TO16:VDU19,c,0,0,0,0:NEXT
   70 REPEAT:c=(c+1) MOD 12
   80 FORt=0 TO 12
   90 col=c+t+4:IF col>15 THEN col=col-12
  100 VDU19,col,7,0,0,0,0:col=col+6:IF col>15 THEN col=col-12
  110 VDU19,col,0,0,0,0
  120 IF INKEY(-99) THEN t=12
  130 NEXT:UNTIL INKEY(-99)
  140 :
  150 CHAIN"MENU"

B �       Reflect EUG                           by Dominic Ford
 :
 �2:� � � �tV@
(? �23,1,0;0;0;0;19,1,4,0,0,0,0,19,2,3,0,0,0,0,19,3,6,0,0,0,0
2 *LOAD Title2
< �c=4�16:�19,c,0,0,0,0:�
F �:c=(c+1) � 12
P �t=0 � 12
Z$ col=c+t+4:� col>15 � col=col-12
d6 �19,col,7,0,0,0,0:col=col+6:� col>15 � col=col-12
n �19,col,0,0,0,0
x � �(-99) � t=12
� �:� �(-99)
� :
� �"MENU"
�
00000000  0d 00 0a 42 20 f4 20 20  20 20 20 20 20 52 65 66  |...B .       Ref|
00000010  6c 65 63 74 20 45 55 47  20 20 20 20 20 20 20 20  |lect EUG        |
00000020  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000030  20 20 20 62 79 20 44 6f  6d 69 6e 69 63 20 46 6f  |   by Dominic Fo|
00000040  72 64 0d 00 14 06 20 3a  0d 00 1e 12 20 eb 32 3a  |rd.... :.... .2:|
00000050  ee 20 85 20 e5 20 8d 74  56 40 0d 00 28 3f 20 ef  |. . . .tV@..(? .|
00000060  32 33 2c 31 2c 30 3b 30  3b 30 3b 30 3b 31 39 2c  |23,1,0;0;0;0;19,|
00000070  31 2c 34 2c 30 2c 30 2c  30 2c 30 2c 31 39 2c 32  |1,4,0,0,0,0,19,2|
00000080  2c 33 2c 30 2c 30 2c 30  2c 30 2c 31 39 2c 33 2c  |,3,0,0,0,0,19,3,|
00000090  36 2c 30 2c 30 2c 30 2c  30 0d 00 32 11 20 2a 4c  |6,0,0,0,0..2. *L|
000000a0  4f 41 44 20 54 69 74 6c  65 32 0d 00 3c 1c 20 e3  |OAD Title2..<. .|
000000b0  63 3d 34 b8 31 36 3a ef  31 39 2c 63 2c 30 2c 30  |c=4.16:.19,c,0,0|
000000c0  2c 30 2c 30 3a ed 0d 00  46 13 20 f5 3a 63 3d 28  |,0,0:...F. .:c=(|
000000d0  63 2b 31 29 20 83 20 31  32 0d 00 50 0e 20 e3 74  |c+1) . 12..P. .t|
000000e0  3d 30 20 b8 20 31 32 0d  00 5a 24 20 63 6f 6c 3d  |=0 . 12..Z$ col=|
000000f0  63 2b 74 2b 34 3a e7 20  63 6f 6c 3e 31 35 20 8c  |c+t+4:. col>15 .|
00000100  20 63 6f 6c 3d 63 6f 6c  2d 31 32 0d 00 64 36 20  | col=col-12..d6 |
00000110  ef 31 39 2c 63 6f 6c 2c  37 2c 30 2c 30 2c 30 2c  |.19,col,7,0,0,0,|
00000120  30 3a 63 6f 6c 3d 63 6f  6c 2b 36 3a e7 20 63 6f  |0:col=col+6:. co|
00000130  6c 3e 31 35 20 8c 20 63  6f 6c 3d 63 6f 6c 2d 31  |l>15 . col=col-1|
00000140  32 0d 00 6e 14 20 ef 31  39 2c 63 6f 6c 2c 30 2c  |2..n. .19,col,0,|
00000150  30 2c 30 2c 30 0d 00 78  14 20 e7 20 a6 28 2d 39  |0,0,0..x. . .(-9|
00000160  39 29 20 8c 20 74 3d 31  32 0d 00 82 0f 20 ed 3a  |9) . t=12.... .:|
00000170  fd 20 a6 28 2d 39 39 29  0d 00 8c 06 20 3a 0d 00  |. .(-99).... :..|
00000180  96 0c 20 d7 22 4d 45 4e  55 22 0d ff              |.. ."MENU"..|
0000018c
Title.m0
Title.m1
Title.m2
Title.m4
Title.m5