Specifications
Error! Style not defined. 831
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 831 of 147 Printed: 10/09/00 02:49 PM
U1017 unknown directive !directive
The specified directive is not one of the recognized directives.
U1018 directive and/or expression part missing
The directive was incompletely specified.
The expression part of the directive is required.
U1019 too many nested !IF blocks
The limit on nesting of !IF directives was exceeded.
The !IF preprocessing directives include !IF, !IFDEF, !IFNDEF, !ELSE IF, !ELSE
IFDEF, and !ELSE IFNDEF.
U1020 end-of-file found before next directive
An expected directive was missing.
For example, an !IF was not followed by an !ENDIF.
U1021 syntax error : !ELSE unexpected
An !ELSE directive was found that was not preceded by an !IF directive, or the directive
was placed in a syntactically incorrect place.
The !IF preprocessing directives include !IF, !IFDEF, !IFNDEF, !ELSE IF, !ELSE
IFDEF, and !ELSE IFNDEF.
U1022 missing terminating character for string/program invocation : char
The closing double quotation mark (") in a string comparison in a directive was missing,
or the closing bracket (]) in a program invocation in a directive was missing.
U1023 syntax error in expression
An expression was invalid.
Check the allowed operators and operator precedence.
U1024 illegal argument to !CMDSWITCHES
An unrecognized command switch was specified.
U1031 filename missing (or macro is null)
An !INCLUDE directive was found, but the name of the file to be included was missing
or a macro representing the filename expanded to nothing.