A1406: HIGH with initialized RAM not supported

[ERROR]

Description

The Macro Assembler does not support the use of the HIGH 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 HIGH operator.

Example
  MyData: SECTION

  table:  DS.W 1

          DC.B high(table)