The information in this article applies to:
SYMPTOMSIn the Microsoft Macro Assembler (MASM) versions 5.0, 5.1, and 5.1a, some of the relational operators evaluate to the wrong value when used with a MOV instruction. STATUSMicrosoft has confirmed this to be a problem in MASM versions 5.0, 5.1, and 5.1a. This problem was corrected in MASM version 6.0. MORE INFORMATIONThe following listing-file sections are examples of this problem. It is important to note that FFFF=true, and 0000=false. It is also important to note that when FFFFh is used with the GT, GE, LE, and LT operators, it is interpreted as the largest positive number, not as -1. Sample Listing File
Additional query words: 5.00 5.10 5.10a 6.00 buglist5.00 buglist5.10 buglist5.10a fixlist6.00
Keywords : |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |