Hello i am a interested in linux development,but there are many
resources about development in C,C++ in linux but i want to do
programming in assembly.
i am using ubuntu 8.0.2 and i want to do some task for which i cant get help anywhere
well i have got this assignment to access sound card or pc speaker in assembly using nasm and on linux operating system.
till now i have got to the point that we use interupt 0x80 for kernel calls.
but what do we do next.
also well i found out while searching the net that the calls are associated with eax
and the argument can be upto 5 stored in ebx,ecx,edx,esi,edi
now the question is
1. where do i find the files like soundcore.o and others
2. and how do i interface my program to call the routines
3. how do i call the sound card
4. how can i make it play something even the system beep
please do reply soon