ASMA173S Delimiter error, expected blank - xxxxxxxx
Explanation
The character string xxxxxxxx is found where a blank (end of operand) is required.
System action
A machine instruction assembles as zero. An ORG statement is ignored. For an EQU or END statement, the string is ignored and the operand processes normally. For a CNOP statement, the location counter is aligned to a halfword boundary.
Programmer response
Insert a comma, or replace the string with a space. Look for an extra operand or a missing left parenthesis.
Severity
12