hey all,
I am using inline assembly for some operation on floating point numbers stored in array. I had created 2 functions in Embedded C in separate files to convert float to IQ format.now i want to convert the data stored ( floating point) in array into IQ format using these float to IQ function ( in C). please help me.