Home » Personal collection » Acorn tapes » Electron_User » Electron_User_tape08a_acorn_eu_1990_february.wav » 2.10LINER
2.10LINER
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 tapes » Electron_User » Electron_User_tape08a_acorn_eu_1990_february.wav |
Filename: | 2.10LINER |
Read OK: | ✔ |
File size: | 015A bytes |
Load address: | 2000 |
Exec address: | 1900 |
Duplicates
There are 3 duplicate copies of this file in the archive:
- AEW website » database » database_5_25_discs_Electron-User-7-05_D-E705.ssd » 2.10LINER
- AEW website » database » database_tapes_Electron-User-7-05_EU7-5_E.uef » 2.10LINER
- Personal collection » Acorn tapes » Electron_User » Electron_User_tape08a_acorn_eu_1990_february.wav » 2.10LINER
- Personal collection » Acorn tapes » Electron_User » Electron_User_tape08b_acorn_palace_of_magic.wav » 2.10LINER
File contents
10REM Triangles and lines 20REM by S.P.Wade 30MODE 4:OSCLI"FX 16":OSCLI"FX 178":VDU 23,1,0;0;0;0; 40B%=640:C%=512:D%=500:MOVE 640,512 50REPEAT:FOR A%=1 TO 1000 STEP 4:E=(SIN(A%)*D%)+B%:F=(COS(A%)*D%)+C% 60PLOT 69,640,512:PLOT 86,E,F:NEXT 70CLS:G%=4:B%=640:C%=512:D%=500 80REPEAT:FOR A%=1 TO 1000 STEP G%:E=(SIN(A%)*D%)+B%:F=(COS(A%)*D%)+C% 90PLOT 69,E*.35,F*.35:PLOT 14,E,F 100NEXT:G%=G%+2:UNTIL G%=10:GOTO 30
� Triangles and lines � by S.P.Wade *� 4:�"FX 16":�"FX 178":� 23,1,0;0;0;0; ("B%=640:C%=512:D%=500:� 640,512 27�:� A%=1 � 1000 � 4:E=(�(A%)*D%)+B%:F=(�(A%)*D%)+C% <� 69,640,512:� 86,E,F:� F�:G%=4:B%=640:C%=512:D%=500 P8�:� A%=1 � 1000 � G%:E=(�(A%)*D%)+B%:F=(�(A%)*D%)+C% Z� 69,E*.35,F*.35:� 14,E,F d�:G%=G%+2:� G%=10:� �T^@ �
00000000 0d 00 0a 19 f4 20 54 72 69 61 6e 67 6c 65 73 20 |..... Triangles | 00000010 61 6e 64 20 6c 69 6e 65 73 0d 00 14 11 f4 20 62 |and lines..... b| 00000020 79 20 53 2e 50 2e 57 61 64 65 0d 00 1e 2a eb 20 |y S.P.Wade...*. | 00000030 34 3a ff 22 46 58 20 31 36 22 3a ff 22 46 58 20 |4:."FX 16":."FX | 00000040 31 37 38 22 3a ef 20 32 33 2c 31 2c 30 3b 30 3b |178":. 23,1,0;0;| 00000050 30 3b 30 3b 0d 00 28 22 42 25 3d 36 34 30 3a 43 |0;0;..("B%=640:C| 00000060 25 3d 35 31 32 3a 44 25 3d 35 30 30 3a ec 20 36 |%=512:D%=500:. 6| 00000070 34 30 2c 35 31 32 0d 00 32 37 f5 3a e3 20 41 25 |40,512..27.:. A%| 00000080 3d 31 20 b8 20 31 30 30 30 20 88 20 34 3a 45 3d |=1 . 1000 . 4:E=| 00000090 28 b5 28 41 25 29 2a 44 25 29 2b 42 25 3a 46 3d |(.(A%)*D%)+B%:F=| 000000a0 28 9b 28 41 25 29 2a 44 25 29 2b 43 25 0d 00 3c |(.(A%)*D%)+C%..<| 000000b0 1b f0 20 36 39 2c 36 34 30 2c 35 31 32 3a f0 20 |.. 69,640,512:. | 000000c0 38 36 2c 45 2c 46 3a ed 0d 00 46 1f db 3a 47 25 |86,E,F:...F..:G%| 000000d0 3d 34 3a 42 25 3d 36 34 30 3a 43 25 3d 35 31 32 |=4:B%=640:C%=512| 000000e0 3a 44 25 3d 35 30 30 0d 00 50 38 f5 3a e3 20 41 |:D%=500..P8.:. A| 000000f0 25 3d 31 20 b8 20 31 30 30 30 20 88 20 47 25 3a |%=1 . 1000 . G%:| 00000100 45 3d 28 b5 28 41 25 29 2a 44 25 29 2b 42 25 3a |E=(.(A%)*D%)+B%:| 00000110 46 3d 28 9b 28 41 25 29 2a 44 25 29 2b 43 25 0d |F=(.(A%)*D%)+C%.| 00000120 00 5a 1d f0 20 36 39 2c 45 2a 2e 33 35 2c 46 2a |.Z.. 69,E*.35,F*| 00000130 2e 33 35 3a f0 20 31 34 2c 45 2c 46 0d 00 64 1c |.35:. 14,E,F..d.| 00000140 ed 3a 47 25 3d 47 25 2b 32 3a fd 20 47 25 3d 31 |.:G%=G%+2:. G%=1| 00000150 30 3a e5 20 8d 54 5e 40 0d ff |0:. .T^@..| 0000015a