Using the Math Library for dsPIC assembly

Thread Starter

dave_kish

Joined Oct 17, 2007
7
Hi,

I'm trying to implement some trig operations for my dsPIC. I know that the Math library is C-callable by the assembly language, but for the life of me, I haven't been able to find out how.

I've searched and searched the net for instructions, including on the microchip website, but all I've found were instructions on how to add/subtract, multiply/divide, comparison functions, and conversion. I still have NO idea how to call, say, an atan function.

Help is appreciated,
Thanks

edit: Found it, finally! nevermind! :)
 
Top