Asmc Macro Assembler Reference
ASMC Fatal Error A1011
Directive must be in control block
The assembler found a high-level directive where one was not expected.
One of the following directives was found:
- .ELSE without .IF
- .ENDIF without .IF
- .ENDW without .WHILE
- .UNTIL[[CXZ]] without .REPEAT
- .CONTINUE without .WHILE or .REPEAT
- .BREAK without .WHILE or .REPEAT
- .ELSE following .ELSE
* ML 6.0 compatible error
See Also
ASMC Error Messages