The information in this article applies to:
SYMPTOMSMASM incorrectly generates the error message "A4100: Impure memory reference" on the following source code:
CAUSEThe DIV instruction incorrectly generates the error message. This error occurs when the ".386" directive is used instead of the ".286" directive and the "dw" directive is used instead of the "db" directive. Also, if the ".386" directive is used with the "dd" directive, the DIV instruction will generate the error message again. RESOLUTIONMicrosoft has confirmed this to be a problem in Version 5.10. This problem was corrected in MASM version 5.10a. STATUSMicrosoft has confirmed this to be a bug in the Microsoft product listed at the beginning of this article. This problem was corrected in version 5.10a. Additional query words: 5.10 buglist5.10 fixlist5.10a
Keywords : |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |