CEE3208S
The system detected a fixed-point overflow exception (System Completion Code=0C8).

Explanation

Your program attempted to use signed binary arithmetic or signed left-shift operations and an overflow occurred. See a Principles of Operation manual for a full list of fixed-point overflow exceptions.

System action

The thread is terminated.

Programmer response

You can use a condition handling routine to correct the data values and resume the application.

Symbolic Feedback Code

CEE348