My friends and I are thinking about trying to write a music-composition engine in assembly. We are required by our course to use QtSpim and wanted to know how to generate sound. In MARS, Assembly has access to the sound card via syscalls: http://courses.missouristate.edu/KenVollmar/MARS/Help/SyscallHelp.html
But in QtSpim, the syscall isn't recognized.