Home » Archimedes archive » Acorn User » AU 1997-10 B.adf » 3D » !AU_Attack/source/c/soundtest
!AU_Attack/source/c/soundtest
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 » Acorn User » AU 1997-10 B.adf » 3D |
Filename: | !AU_Attack/source/c/soundtest |
Read OK: | ✔ |
File size: | 004B bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
#include <stdlib.h> #include <stdio.h> void main(void) { putchar('\a'); }
00000000 23 69 6e 63 6c 75 64 65 20 3c 73 74 64 6c 69 62 |#include <stdlib| 00000010 2e 68 3e 0a 0a 23 69 6e 63 6c 75 64 65 20 3c 73 |.h>..#include <s| 00000020 74 64 69 6f 2e 68 3e 0a 76 6f 69 64 20 6d 61 69 |tdio.h>.void mai| 00000030 6e 28 76 6f 69 64 29 0a 7b 0a 70 75 74 63 68 61 |n(void).{.putcha| 00000040 72 28 27 5c 61 27 29 3b 0a 7d 0a |r('\a');.}.| 0000004b