This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

conditional assignment eZdsp c5502

Hello,

Are there any conditional assignment instructions for this processor? I am trying to achieve having a conditional free loop for a codec but I still have one:

decOutput = (sign 0 == 0?  -decOutput : decOutput);

Any ideas?

Thank you very much in advance.

Regards,

Oscar.