Home » Personal collection » Commodore disks » disk42b_unlabelled.d64 » frequency
frequency
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 disks » disk42b_unlabelled.d64 | 
| Filename: | frequency | 
| Read OK: | ✔ | 
| File size: | 0126 bytes | 
| Load address: | 0801 | 
| Exec address: | 0000 | 
File contents
    30 :
    40 FOR BY=$1900 TO $9000
    50 FOR B=7 TO 0 STEP -1
    60 Y=PEEK(BY):ZC=ZC+1:TT=TT+1
    65 IF (Y AND 2^B) AND ZC>32 THEN GOSUB 1000
    70 IF (Y AND 2^B) AND ZC>2 THEN DN=DN+1:ZC=0:BT=TT
    90 NEXT B,BY
   110 END
   120 :
  1000 IF DN<50 THEN 2000
  1010 F=(5058/(BT/(DN*1.2))-470)/0.05961
  1020 GOSUB 3000
  2000 DN=0:BT=0:TT=0:RETURN
  2990 :
  3000 PRINT BT,DN,F
  3020 RETURN
                : ( � BY�$1900 � $9000 12 � B�7 � 0 � �1 M<