A1418: Negative offset is not propagated into the page in the fixup

[DISABLED, INFORMATION, WARNING, ERROR]

Description

The assembler did ignore a negative page offset.

Example
  labelStart:

    DC.W labelStart - 1

    DC.B page(labelStart - 1);
  
Tips

Usually negative offsets do intend to access the same page.