DOCERR: PROC Directive Will Not Work with Structure Type (34503)
The information in this article applies to:
- Microsoft Macro Assembler (MASM) 5.1
This article was previously published under Q34503 SUMMARY
Page 38 of the "Microsoft Macro Assembler 5.1 Update" guide
states the following about the type that can be specified for an
argument in the syntax of PROC
... the type of the argument may be WORD, DWORD, FWORD, QWORD,
TBYTE or the name of a structure defined by a STRUC structure
declaration...
When attempting to use a structure name, the following error will be
generated
error A2003: Unknown type specifier
The error is generated because support of the STRUC type for arguments
to PROC has not been added to MASM version 5.1. However, it is a
feature of MASM version 6.0 and later.
Modification Type: | Minor | Last Reviewed: | 11/19/2003 |
---|
Keywords: | KB34503 |
---|
|