The information in this article applies to:
SYMPTOMS
Using the MASM ASSUME DataReg:ERROR directive, where DataReg is one of the
general purpose data registers (ax, bx, cx, or dx) and then using indirect
addressing on the same register, causes Ml.exe to hang (stop responding).
RESOLUTIONThe only resolution at this time is to not use the ASSUME reg:ERROR directive in a program that does indirect addressing using one of the general purpose data registers. 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. MORE INFORMATIONSample Code to Reproduce Problem
Additional query words: 6.11
Keywords : |
Last Reviewed: January 7, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |