ASMA213W Storage alignment for xxxxxxxx unfavorable
Explanation
An address referenced by this statement might not be aligned to the required boundary for this instruction; for example, the data referenced by a Compare and Swap (CS) instruction might not be aligned on a fullword boundary.
System action
The instruction assembles as written.
Programmer response
Correct the operand if it is in error. To suppress this message, use the FLAG(NOALIGN) assembler option, or specify a previous ACONTROL FLAG(NOALIGN) instruction.
Severity
4