A1057: Cutting constant because of overflow

[DISABLE, INFORMATION, WARNING, ERROR]

Description

A constant was truncated because of an overflow. Only the lower bits were used to generate the output.

Example
  DC $123456789

  
Tips

Only use 32 bit constants. Use several DC's to produce larger values.