[ERROR]
A comma character is missing between two operands of an instruction or directive.
DataSec: SECTION
Data: DS.B 1
ConstSec: SECTION
DC.B 2 3
The comma (',') character is used as separator between instruction operands.
DataSec: SECTION
Data: DS.B 1
ConstSec: SECTION
DC.B 2, 3