The information in this article applies to:
SYMPTOMSIn the Microsoft Macro Assembler (MASM) version 6.0, if a procedure header that contains the "USES" keyword is directly followed by a data segment definition, MASM may insert the prologue code inside the new data segment. RESOLUTIONTo work around the problem, merely place a code label directly after the procedure header as demonstrated in the sample code below. STATUSMicrosoft has confirmed this to be a problem in MASM version 6.0. This problem was corrected in MASM version 6.0a. Sample Code
Additional query words: 6.00 buglist6.00 fixlist6.00a
Keywords : |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |