Home » Personal collection » Commodore disks » disk42a_unlabelled.d64 » freqdecode
freqdecode
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 » disk42a_unlabelled.d64 |
Filename: | freqdecode |
Read OK: | ✔ |
File size: | 020E bytes |
Load address: | 0801 |
Exec address: | 0000 |
File contents
1 REM MUSIC STAR FREQUENCY DECODER 2 REM (SEE LOADSTAR 131) 5 PRINT"<clr>" 10 GOSUB 1000 20 A=(PEEK($C00E)+PEEK($C051)+PEEK($C0CD))+256*(PEEK($C011)+PEEK($C054)+PEEK($C0D0)) 30 B=(PEEK($C00F)+PEEK($C052)+PEEK($C0CE))+256*(PEEK($C012)+PEEK($C055)+PEEK($C0D1)) 40 C=(PEEK($C010)+PEEK($C053)+PEEK($C0CF))+256*(PEEK($C013)+PEEK($C056)+PEEK($C0D2)) 42 IF A>65535 THEN A=A-65536 44 IF B>65535 THEN B=B-65536 46 IF C>65535 THEN C=C-65536 50 PRINT"<home>1.";A;"<cursor left> ";PEEK($C01A);"<cursor left> " 60 PRINT"2.";B;"<cursor left> ";PEEK($C01B);"<cursor left> " 70 PRINT"3.";C;"<cursor left> ";PEEK($C01C);"<cursor left> " 100 GOTO 20 1000 SYS49615:POKE781,0:POKE782,97:SYS49664:POKE49152,7:MU=1:RETURN 2000 PRINT"<cursor left> "
$ � MUSIC STAR FREQUENCY DECODER = � (SEE LOADSTAR 131) F �"�"