Re: asm program
- From: "santosh" <santosh.k83@xxxxxxxxx>
- Date: 30 Jun 2006 02:14:01 -0700
linop123 wrote:
can any one help me to write program to make the sound "sa ri ga ma pa
da ni sa" in .asm in linux (using asm).
If you don't know assembly, then it'll be a steep climb to learn it in
the first place, learn the Linux API, learn ALSA or ESD, (or generate
the sound data yourself and send to /dev/dsp), and *then* start on your
program.
Why do want to do it in assembly? Is it a project given as a part of
any formal course or are you doing it yourself for interest? If the
latter, I suggest that you learn the basics of assembly language before
tackling advanced issues like sound. For learning assembly under Linux
you can use the freely available book by Jonathan Barlett, at the link
below:
<http://savannah.nongnu.org/projects/pgubook/>
Also see these links:
<http://asm.sourceforge.net/>
<http://asm.sourceforge.net/articles/audio.html>
<http://www.google.com/search?num=20&hl=en&safe=off&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=x86+Assembly+Language&spell=1>
.
- References:
- asm program
- From: linop123
- asm program
- Prev by Date: Re: HLA
- Next by Date: Re: HLA
- Previous by thread: asm program
- Index(es):
Relevant Pages
|