[ERROR]
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.
Not all assemblers do support the HIGH operator.
MyData: SECTION
table: DS.W 1
DC.B high(table)