Home » Personal collection » Commodore tapes » Commodore_64 » drawer_tr_tape03b_d60_c64_music_studies.wav » caterpillars
caterpillars
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_64 » drawer_tr_tape03b_d60_c64_music_studies.wav |
Filename: | caterpillars |
Read OK: | ✔ |
File size: | 0172 bytes |
Load address: | 1001 |
Exec address: | 0000 |
File contents
10 SCNCLR 20 FOR A=5 TO 1000000 30 B=A 40 Z=B/2:IF INT(Z)<>Z THEN B=B+1 45 IF INT(Z)=Z THEN B=B/2 50 C=C+1 60 IF C>D THEN D=C:E=A 65 IF B<>1 THEN 40 70 IF A=100 THEN PRINT "100=HIGH";D;" NUMBER";E 80 IF A=1000 THEN PRINT "1000=HIGH";D;" NUMBER";E 90 IF A=10000 THEN PRINT "10000=HIGH";D;" NUMBER";E 100 IF A=100000 THEN PRINT "100000=HIGH";D;" NUMBER";E 110 IF A=1000000 THEN PRINT "1000000=HIGH";D;" NUMBER";E 115 C=0 120 NEXT
� � A�5 � 1000000 # B�A ?( Z�B�2:� �(Z)��Z � B�B�1 T- � �(Z)�Z � B�B�2 ^2 C�C�1 r<