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.