Accessing MASM Structure Fields in a Multimodule Program (30887)
The information in this article applies to:
- Microsoft Macro Assembler (MASM) 5.0
- Microsoft Macro Assembler (MASM) 5.1
- Microsoft Macro Assembler (MASM) 6.0
This article was previously published under Q30887 SUMMARY
To use a structure, defined in one module with the STRUC (STRUCT in
MASM 6.0) operator, in another module with the Macro Assembler, you
must take into account the fact that the structure definition must be
available to both modules at assemble time. The structure field operator
(.) can then be used to access the structure's contents.
Modification Type: | Minor | Last Reviewed: | 11/17/2003 |
---|
Keywords: | KB30887 |
---|
|