Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape07b_c16_d90_ages_b.wav » number
number
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 » Commodore tapes » Commodore_16 » drawer_br_tape07b_c16_d90_ages_b.wav |
Filename: | number |
Read OK: | ✔ |
File size: | 031B bytes |
Load address: | 1001 |
Exec address: | 0000 |
File contents
10 GOTO 70 20 A=0 30 SCNCLR:COLOR 4,3,3:COLOR 0,3,3 40 COLOR 4,15,6:COLOR 0,15,6 50 A=A+1 60 IF A=100 THEN 90 70 PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT" GAMES" 80 GOTO 30 90 SCNCLR 100 COLOR 0,6,3 110 COLOR 4,6,3 120 COLOR 1,15,1 130 PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT" PLEASE WAIT..." 140 Q=1:W=2:E=3:R=4:T=5:Y=6:U=7:I=8:O=9:P=10:A=11:S=12:D=13:F=14:G=15:H=16:J=17 150 K=18:L=19:Z=20:X=21:C=22:V=23:B=24:N=25:M=26 160 ZZ=Q+W+E+R+T+Y+U+I+O+P+A+S+D+F+G+H+J+K+L+Z+X+C+V+B+N+M 170 SCNCLR 180 PRINT A;B;C;D;E;F;G;H:PRINT:PRINT I;J;K;L;M;N;O:PRINT:PRINT P;Q;R;S;T;U;V:PRINT:PRINT W;X;Y;Z 190 PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT" THESE NUMBERS WILL BE USED" 200 ZX=0 210 DO 220 ZX=ZX+1 230 LOOP UNTIL ZX=100 240 SCNCLR 250 READ A,S 260 D=A*S 270 INPUT F 280 IF F=D THEN PRINT"RIGHT"ELSEPRINT"WRONG! ANSWER="D 290 DATA 1,2,3,4,5,6,7,8,9,10,1,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,26,25,25
� 70 A�0 ( �:� 4,3,3:� 0,3,3 >( � 4,15,6:� 0,15,6 H2 A�A�1 Y<