The information in this article applies to:
SYMPTOMSWhen a LABEL directive is used without a type specifier, it will cause the error: This error will correctly occur if the LABEL directive is the first statement in the segment. However, if you also have executable statements prior to the LABEL directive in the code segment, error messages, such as: will incorrectly occur on every statement. STATUSMicrosoft has confirmed this to be a problem in MASM version 5.1. This problem was corrected in MASM 5.1a. MORE INFORMATIONThe following program demonstrates the problem. The "mov ax, 1" statement will incorrectly generate the error message: The statement "pt1 LABEL" will generate an: as expected. Sample Code
Additional query words: 5.10 5.10a 6.00 buglist5.10 fixlist5.10a
Keywords : |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |