ASMA194W Nominal value too large - overflow to MAX
Explanation
The value supplied is too large to be represented and the rounding mode of the constant indicates rounding towards zero. The value is represented as the signed maximum representable value.
System action
The constant assembles with the signed maximum value.
Programmer response
Supply a smaller value or a longer constant type.
Severity
4