ASMA028E Invalid displacement

Explanation

One of the following situations has occurred:
  • The displacement field of an explicit address is not an absolute value within the range 0 through 4095.
  • The displacement field of an S-type address constant is not an absolute value within the range 0 through 4095.
  • The displacement of a long-displacement instruction cannot be resolved to lie within the range from -524288 to +524287.

System action

The statement or constant assembles as zero.

Programmer response

Correct the displacement or supply a correct USING statement containing an absolute first operand before this statement.

Severity

8