HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ASMA033I

HLASM Programmer's Guide
SC26-4941-06

Storage alignment for xxxxxxxx unfavorable

Explanation

An address referenced by this statement might not be aligned to the optimal boundary for this instruction; for example, the data referenced by a load instruction (L) might be on a halfword boundary.

System action

The instruction assembles as written.

Programmer response

Correct the operand if it is in error. If you are using an instruction that does not require alignment, or you want to suppress alignment checking for some other reason, you can specify the NOALIGN assembler option or ACONTROL FLAG(NOALIGN). If a particular statement is correct, you can suppress this message by writing the statement with an absolute displacement and an explicit base register, as in this example:
    L   1,SYM-BASE(,2)

Severity

0

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014