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.

Division to zero instructions on C66x core

One particular question is why does div/0 result in 255 on the C66x core? The dsp is callling a assembler function __divu()

This function is part of the rts6600_elf.lib  divu.obj (.text:__divu).

Please tell me why does this function return 255 as result if you divide by zero?

Any reason?

Is it expected?