Open conditional
The end of the source file has been reached as defined with the END
directive, but a conditional assembly block started with one of the IFxxx
directives has not been ended with the ENDIF directive. For example,
IF BIGBUF
END ;no ENDIF before END
This usually happens when you type END instead of ENDIF to end a
conditional block.