[ERROR]
A right parenthesis is missing in an assembly expression.
variable: DS.W 1 label1: EQU (2*4+6 label3: EQU LOW(variable label4: EQU HIGH(variable
Insert the right parenthesis at the correct position.
variable: DS.W 1 label1: EQU (2*4+6) label3: EQU LOW(variable) label4: EQU HIGH(variable)