Specifications

812 ML Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 812 of 128 Printed: 10/09/00 02:49 PM
A2064 structure alignment must be 1, 2, or 4
The alignment specified in a structure definition was invalid.
A2065 expected : token
The assembler expected the given token.
A2066 incompatible CPU mode and segment size
An attempt was made to open a segment with a USE16, USE32, or FLAT attribute that
was not compatible with the specified CPU, or to change to a 16-bit CPU while in a 32-
bit segment.
The USE32 and FLAT attributes must be preceded by one of the following processor
directives: .386, .386C, .386P, .486, or .486P.
A2067 LOCK must be followed by a memory operation
The LOCK prefix preceded an invalid instruction. No instruction can take the LOCK
prefix unless one of its operands is a memory expression.
A2068 instruction prefix not allowed
One of the prefixes REP, REPE, REPNE, or LOCK
preceded an instruction for which it
was not valid.
A2069 no operands allowed for this instruction
One or more operands were specified with an instruction that takes no operands.
A2070 invalid instruction operands
One or more operands were not valid for the instruction they were specified with.
A2071 initializer too large for specified size
An initializer value was too large for the data area it was initializing.
A2072 cannot access symbol in given segment or group: identifier
The given identifier cannot be addressed from the segment or group specified.
A2073 operands have different frames
Two operands in an expression were in different frames.
Subtraction of pointers requires the pointers to be in the same frame. Subtraction of two
expressions that have different effective frames is not allowed. An effective frame is
calculated from the segment, group, or segment register.
A2074 cannot access label through segment registers
An attempt was made to access a label through a segment register that was not assumed
to its segment or group.