Home » Archimedes archive » Archimedes World » AW-1993-04.adf » AWApril93 » !AWApril93/Goodies/BASICS/Multiply/!help
!AWApril93/Goodies/BASICS/Multiply/!help
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 » Archimedes World » AW-1993-04.adf » AWApril93 |
Filename: | !AWApril93/Goodies/BASICS/Multiply/!help |
Read OK: | ✔ |
File size: | 0482 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
Basic Programming (C) Archimedes World 1993 This months program has an added feature, which is a high score table load and list the program. You will then see what has been added also study the magazine article as it will help. The high score table has the position as the left hand figure, the score is the right hand figure.See Table Below. Table 1. Todays Highest Scores Position 1 Archimedes World 10 Score 2 ...................9 3 ...................8 4 ...................7 5 ...................6 6 ...................5 7 ...................4 8 ...................3 9 ...................2 10 ...................1 You will notice that the program has a dimensioned array added, also some new variables which have a different effect on the program. Study the program make your own ammendments, but most of all have fun. See you next month G.Stanley
00000000 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000010 20 20 0a 0a 0a 20 20 20 20 20 20 20 20 20 20 20 | ... | 00000020 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000030 20 42 61 73 69 63 20 50 72 6f 67 72 61 6d 6d 69 | Basic Programmi| 00000040 6e 67 0a 0a 20 20 20 20 20 20 20 20 20 20 20 20 |ng.. | 00000050 20 20 20 20 20 20 20 20 20 20 20 20 28 43 29 20 | (C) | 00000060 41 72 63 68 69 6d 65 64 65 73 20 57 6f 72 6c 64 |Archimedes World| 00000070 20 31 39 39 33 20 0a 0a 54 68 69 73 20 6d 6f 6e | 1993 ..This mon| 00000080 74 68 73 20 70 72 6f 67 72 61 6d 20 68 61 73 20 |ths program has | 00000090 61 6e 20 61 64 64 65 64 20 66 65 61 74 75 72 65 |an added feature| 000000a0 2c 20 77 68 69 63 68 20 69 73 20 61 20 68 69 67 |, which is a hig| 000000b0 68 20 73 63 6f 72 65 20 74 61 62 6c 65 0a 6c 6f |h score table.lo| 000000c0 61 64 20 61 6e 64 20 6c 69 73 74 20 74 68 65 20 |ad and list the | 000000d0 70 72 6f 67 72 61 6d 2e 20 59 6f 75 20 77 69 6c |program. You wil| 000000e0 6c 20 74 68 65 6e 20 73 65 65 20 77 68 61 74 20 |l then see what | 000000f0 68 61 73 20 62 65 65 6e 20 61 64 64 65 64 0a 61 |has been added.a| 00000100 6c 73 6f 20 73 74 75 64 79 20 74 68 65 20 6d 61 |lso study the ma| 00000110 67 61 7a 69 6e 65 20 61 72 74 69 63 6c 65 20 61 |gazine article a| 00000120 73 20 69 74 20 77 69 6c 6c 20 68 65 6c 70 2e 0a |s it will help..| 00000130 0a 54 68 65 20 68 69 67 68 20 73 63 6f 72 65 20 |.The high score | 00000140 74 61 62 6c 65 20 68 61 73 20 74 68 65 20 70 6f |table has the po| 00000150 73 69 74 69 6f 6e 20 61 73 20 74 68 65 20 6c 65 |sition as the le| 00000160 66 74 20 68 61 6e 64 20 66 69 67 75 72 65 2c 20 |ft hand figure, | 00000170 74 68 65 20 73 63 6f 72 65 20 0a 69 73 20 74 68 |the score .is th| 00000180 65 20 72 69 67 68 74 20 68 61 6e 64 20 66 69 67 |e right hand fig| 00000190 75 72 65 2e 53 65 65 20 54 61 62 6c 65 20 42 65 |ure.See Table Be| 000001a0 6c 6f 77 2e 0a 0a 0a 0a 20 54 61 62 6c 65 20 31 |low..... Table 1| 000001b0 2e 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |.. | 000001c0 20 20 20 20 20 54 6f 64 61 79 73 20 48 69 67 68 | Todays High| 000001d0 65 73 74 20 53 63 6f 72 65 73 0a 0a 20 20 20 20 |est Scores.. | 000001e0 20 20 20 20 50 6f 73 69 74 69 6f 6e 20 20 20 31 | Position 1| 000001f0 20 41 72 63 68 69 6d 65 64 65 73 20 57 6f 72 6c | Archimedes Worl| 00000200 64 20 20 31 30 20 20 53 63 6f 72 65 0a 0a 20 20 |d 10 Score.. | 00000210 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000220 20 32 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e | 2 .............| 00000230 2e 2e 2e 2e 2e 2e 39 0a 0a 20 20 20 20 20 20 20 |......9.. | 00000240 20 20 20 20 20 20 20 20 20 20 20 20 33 20 2e 2e | 3 ..| 00000250 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e |................| 00000260 2e 38 0a 0a 20 20 20 20 20 20 20 20 20 20 20 20 |.8.. | 00000270 20 20 20 20 20 20 20 34 20 2e 2e 2e 2e 2e 2e 2e | 4 .......| 00000280 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 37 0a 0a 20 |............7.. | 00000290 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000002a0 20 20 35 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e | 5 ............| 000002b0 2e 2e 2e 2e 2e 2e 2e 36 0a 0a 20 20 20 20 20 20 |.......6.. | 000002c0 20 20 20 20 20 20 20 20 20 20 20 20 20 36 20 2e | 6 .| 000002d0 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e |................| 000002e0 2e 2e 35 0a 0a 20 20 20 20 20 20 20 20 20 20 20 |..5.. | 000002f0 20 20 20 20 20 20 20 20 37 20 2e 2e 2e 2e 2e 2e | 7 ......| 00000300 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 34 0a 0a |.............4..| 00000310 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000320 20 20 20 38 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e | 8 ...........| 00000330 2e 2e 2e 2e 2e 2e 2e 2e 33 0a 0a 20 20 20 20 20 |........3.. | 00000340 20 20 20 20 20 20 20 20 20 20 20 20 20 20 39 20 | 9 | 00000350 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e |................| 00000360 2e 2e 2e 32 0a 0a 20 20 20 20 20 20 20 20 20 20 |...2.. | 00000370 20 20 20 20 20 20 20 20 31 30 20 2e 2e 2e 2e 2e | 10 .....| 00000380 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 31 0a |..............1.| 00000390 0a 59 6f 75 20 77 69 6c 6c 20 6e 6f 74 69 63 65 |.You will notice| 000003a0 20 74 68 61 74 20 74 68 65 20 70 72 6f 67 72 61 | that the progra| 000003b0 6d 20 68 61 73 20 61 20 64 69 6d 65 6e 73 69 6f |m has a dimensio| 000003c0 6e 65 64 20 61 72 72 61 79 20 61 64 64 65 64 2c |ned array added,| 000003d0 20 61 6c 73 6f 20 73 6f 6d 65 20 0a 6e 65 77 20 | also some .new | 000003e0 76 61 72 69 61 62 6c 65 73 20 77 68 69 63 68 20 |variables which | 000003f0 68 61 76 65 20 61 20 64 69 66 66 65 72 65 6e 74 |have a different| 00000400 20 65 66 66 65 63 74 20 6f 6e 20 74 68 65 20 70 | effect on the p| 00000410 72 6f 67 72 61 6d 2e 20 53 74 75 64 79 20 74 68 |rogram. Study th| 00000420 65 20 0a 70 72 6f 67 72 61 6d 20 6d 61 6b 65 20 |e .program make | 00000430 79 6f 75 72 20 6f 77 6e 20 61 6d 6d 65 6e 64 6d |your own ammendm| 00000440 65 6e 74 73 2c 20 62 75 74 20 6d 6f 73 74 20 6f |ents, but most o| 00000450 66 20 61 6c 6c 20 68 61 76 65 20 66 75 6e 2e 0a |f all have fun..| 00000460 0a 53 65 65 20 79 6f 75 20 6e 65 78 74 20 6d 6f |.See you next mo| 00000470 6e 74 68 0a 0a 0a 47 2e 53 74 61 6e 6c 65 79 0a |nth...G.Stanley.| 00000480 20 0a | .| 00000482