May 8, 2001 #1 evaku8 Technical User Joined May 8, 2001 Messages 1 Location GB is somebody so kind and helpful as to tell me how to code this echo algorithm: y=Ax+Bx(n-k) much obliged
is somebody so kind and helpful as to tell me how to code this echo algorithm: y=Ax+Bx(n-k) much obliged
May 8, 2001 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB Can you give a piece of code in C, to translate it in ASM? John Fill ivfmd@mail.md Upvote 0 Downvote
May 8, 2001 #3 sarnath Programmer Joined Dec 8, 2000 Messages 69 Location IN My brother, If u need it that urgent,Code it in "C" and do "gcc -S xxx.c" ( in Linux ) In DOS, use "TCC -S xxx.c" Hope it helps u. Do not rejoice that ur code works. it might be a special case of an error :-( Upvote 0 Downvote
My brother, If u need it that urgent,Code it in "C" and do "gcc -S xxx.c" ( in Linux ) In DOS, use "TCC -S xxx.c" Hope it helps u. Do not rejoice that ur code works. it might be a special case of an error :-(