ASMA056W Absolute value found when relocatable value expected - xxxxxxxx
Explanation
An absolute expression has been used as the immediate field in a branch-relative instruction. The immediate field in a branch-relative instruction is used as signed number of halfwords relative to the current location counter. The use of an absolute expression for this value can cause unpredictable results.
System action
The instruction assembles as written.
Programmer response
Supply a relocatable expression.
Severity
4