A1407: LOW with initialized RAM not supported

[ERROR]

Description

The Macro Assembler does not support the use of the LOW operator with initialized RAM in the HIWARE format. In the ELF format, it is allowed and this message is not used.

Note

Not all assemblers do support the LOW operator.

Example
  MyData: SECTION

  table:  DS.W 1

          DC.B low(table)