Specifications
Error! Style not defined. 811
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 811 of 127 Printed: 10/09/00 02:49 PM
A2052 forced error
The conditional-error directive .ERR or .ERR1 was used to generate this error.
A2053 forced error : value equal to 0
The conditional-error directive .ERRE was used to generate this error.
A2054 forced error : value not equal to 0
The conditional-error directive .ERRNZ was used to generate this error.
A2055 forced error : symbol not defined
The conditional-error directive .ERRNDEF was used to generate this error.
A2056 forced error : symbol defined
The conditional-error directive .ERRDEF was used to generate this error.
A2057 forced error : string blank
The conditional-error directive .ERRB was used to generate this error.
A2058 forced error : string not blank
The conditional-error directive .ERRNB was used to generate this error.
A2059 forced error : strings equal
The conditional-error directive .ERRIDN or .ERRIDNI was used to generate this error.
A2060 forced error : strings not equal
The conditional-error directive .ERRDIF or .ERRDIFI was used to generate this error.
A2061 [[ELSE]]IF2/.ERR2 not allowed : single-pass assembler
A directive for a two-pass assembler was found.
The Microsoft Macro Assembler (MASM) is a one-pass assembler. MASM does not
accept the IF2, ELSEIF2, and .ERR2 directives.
This error also occurs if an ELSE directive follows an IF1 directive.
A2062 expression too complex for .UNTILCXZ
An expression used in the condition that follows .UNTILCXZ was too complex.
The .UNTILCXZ directive can take only one expression, which can contain only == or
!=. It cannot take other comparison operators or more complex expressions using
operators like ||.
A2063 can ALIGN only to power of 2 : expression
The expression specified with the ALIGN directive was invalid.
The ALIGN expression must be a power of 2 between 2 and 256, and must be less than
or equal to the alignment of the current segment, structure, or union.