Specifications
Error! Style not defined. 823
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 823 of 139 Printed: 10/09/00 02:49 PM
A2178 invalid use of FLAT
There was an ambiguous reference to FLAT as a group.
This error is generated when there is a reference to FLAT instead of a FLAT subgroup.
For example,
mov ax, FLAT ; Generates A2178
mov ax, SEG FLAT:_data ; Correct
A2179 structure improperly initialized
There was an error in a structure initializer.
One of the following occurred:
u The initializer is not a valid expression.
u The initializer is an invalid DUP statement.
A2180 improper list initialization
In a structure, there was an attempt to initialize a list of items with a value or list of values
of the wrong size.
A2181 initializer must be a string or single item
There was an attempt to initialize a structure element with something other than a single
item or string.
This error can be caused by omitting braces ({ }) around an initializer.
A2182 initializer must be a single item
There was an attempt to initialize a structure element with something other than a single
item.
This error can be caused by omitting braces ({ }) around an initializer.
A2183 initializer must be a single byte
There was an attempt to initialize a structure element of byte size with something other
than a single byte.
A2184 improper use of list initializer
The assembler did not expect an opening brace ({) at this point.
A2185 improper literal initialization
A literal structure initializer was not properly delimited.
This error can be caused by missing angle brackets (< >) or braces ({ }) around an
initializer or by extra characters after the end of an initializer.