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