Home » Personal collection » Acorn ADFS disks » Archimedes » Dominic_3.ADF » Files/Programs/EATDESK2
Files/Programs/EATDESK2
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 » Archimedes » Dominic_3.ADF |
Filename: | Files/Programs/EATDESK2 |
Read OK: | ✔ |
File size: | 015E bytes |
Load address: | FFFFFB43 |
Exec address: | A38ED9F2 |
Duplicates
There are 4 duplicate copies of this file in the archive:
- Personal collection » Acorn ADFS disks » Archimedes » Dominic_3B.ADF » Files/Programs/EATDESK2
- Personal collection » Acorn ADFS disks » Archimedes » Dominic_3.ADF » Files/Programs/EATDESK2
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_Dominic_3.adf » Files/Programs/EATDESK2
- Personal collection » Acorn ADFS disks » Greaseweazled » adfs_Dominic_3B.adf » Files/Programs/EATDESK2
- Personal collection » Acorn hard disk » files » BASIC » EATDESK2
File contents
5 INPUT "NUMBER OF MAGS";n 6 INPUT "TRAIL COLOUR:";D 7 INPUT "MAG COLOUR:";F 10SYS&400C0,200,&4B534154:DIMx(n),y(n),o(n),p(n),b 90:x()=512:y()=512:REPEATSYS&400C7,,b:FORi=0TOn:GCOL D:CIRCLEFILLo(i),p(i),12:CIRCLEFILLx(i),y(i),16:o(i)=x(i):p(i)=y(i):x(i)+=RND(40)-20:y(i)+=RND(40)-20:x(i)=x(i)AND1023 15 MOUSE H,V,Q 16 IF Q>0 THEN x()=H:y()=V 20 GCOL F:CIRCLEFILLo(i),p(i),12:CIRCLEFILLx(i),y(i),16:NEXT:UNTILINKEY-1
� "NUMBER OF MAGS";n � "TRAIL COLOUR:";D � "MAG COLOUR:";F �ș&400C0,200,&4B534154:�x(n),y(n),o(n),p(n),b 90:x()=512:y()=512:�ș&400C7,,b:�i=0�n:� D:ȏȐo(i),p(i),12:ȏȐx(i),y(i),16:o(i)=x(i):p(i)=y(i):x(i)+=�(40)-20:y(i)+=�(40)-20:x(i)=x(i)�1023 ȗ H,V,Q � Q>0 � x()=H:y()=V 1 � F:ȏȐo(i),p(i),12:ȏȐx(i),y(i),16:�:��-1 �
00000000 0d 00 05 19 20 e8 20 22 4e 55 4d 42 45 52 20 4f |.... . "NUMBER O| 00000010 46 20 4d 41 47 53 22 3b 6e 0d 00 06 18 20 e8 20 |F MAGS";n.... . | 00000020 22 54 52 41 49 4c 20 43 4f 4c 4f 55 52 3a 22 3b |"TRAIL COLOUR:";| 00000030 44 0d 00 07 16 20 e8 20 22 4d 41 47 20 43 4f 4c |D.... . "MAG COL| 00000040 4f 55 52 3a 22 3b 46 0d 00 0a bf c8 99 26 34 30 |OUR:";F......&40| 00000050 30 43 30 2c 32 30 30 2c 26 34 42 35 33 34 31 35 |0C0,200,&4B53415| 00000060 34 3a de 78 28 6e 29 2c 79 28 6e 29 2c 6f 28 6e |4:.x(n),y(n),o(n| 00000070 29 2c 70 28 6e 29 2c 62 20 39 30 3a 78 28 29 3d |),p(n),b 90:x()=| 00000080 35 31 32 3a 79 28 29 3d 35 31 32 3a f5 c8 99 26 |512:y()=512:...&| 00000090 34 30 30 43 37 2c 2c 62 3a e3 69 3d 30 b8 6e 3a |400C7,,b:.i=0.n:| 000000a0 e6 20 44 3a c8 8f c8 90 6f 28 69 29 2c 70 28 69 |. D:....o(i),p(i| 000000b0 29 2c 31 32 3a c8 8f c8 90 78 28 69 29 2c 79 28 |),12:....x(i),y(| 000000c0 69 29 2c 31 36 3a 6f 28 69 29 3d 78 28 69 29 3a |i),16:o(i)=x(i):| 000000d0 70 28 69 29 3d 79 28 69 29 3a 78 28 69 29 2b 3d |p(i)=y(i):x(i)+=| 000000e0 b3 28 34 30 29 2d 32 30 3a 79 28 69 29 2b 3d b3 |.(40)-20:y(i)+=.| 000000f0 28 34 30 29 2d 32 30 3a 78 28 69 29 3d 78 28 69 |(40)-20:x(i)=x(i| 00000100 29 80 31 30 32 33 0d 00 0f 0d 20 c8 97 20 48 2c |).1023.... .. H,| 00000110 56 2c 51 0d 00 10 18 20 e7 20 51 3e 30 20 8c 20 |V,Q.... . Q>0 . | 00000120 78 28 29 3d 48 3a 79 28 29 3d 56 0d 00 14 31 20 |x()=H:y()=V...1 | 00000130 e6 20 46 3a c8 8f c8 90 6f 28 69 29 2c 70 28 69 |. F:....o(i),p(i| 00000140 29 2c 31 32 3a c8 8f c8 90 78 28 69 29 2c 79 28 |),12:....x(i),y(| 00000150 69 29 2c 31 36 3a ed 3a fd a6 2d 31 0d ff |i),16:.:..-1..| 0000015e