BUG: No Error or Code for Multiple END StatementsLast reviewed: December 7, 1994Article ID: Q123661 |
The information in this article applies to:
SYMPTOMSThe assembler issues no errors for the following sample code, which contains more than one END statement:
.model small .code RET END RET ENDNo code is generated for the RET after the first end.
RESOLUTIONRemove any code that appears after the first END statement.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional reference words: 6.11 buglist6.11
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |