Article ID: 125799 - Last Review: July 5, 2005 - Revision: 2.1 FIX: C2443 Using Structure Member Operand in _asm BlockThis article was previously published under Q125799 On This PageSYMPTOMS
Under the four conditions described in this article, the following compiler
error is generated:
test.cpp(linenumber) : error C2443: operand size conflict
RESOLUTION
If you are using C++, declare a reference variable initialized with the
structure member. Use the reference variable as the source operand in the
assembly instruction as shown in this sample code:
Sample CodeSTATUSThis bug was corrected in Microsoft Visual C++, version 6.0. APPLIES TO
| Article Translations
|

Back to the top
