FIX: Byte Order Incorrect in Listing File For DoublewordsLast reviewed: September 10, 1997Article ID: Q26801 |
5.00
MS-DOS
kbtool kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSThe byte order shown in the listing file produced by MASM 5.0 for doublewords is incorrect.
STATUSMicrosoft has confirmed this to be a problem in MASM version 5.0. The problem was correctly in MASM version 5.1.
MORE INFORMATIONThe listing file produced by MASM 5.0 for the following sample code shows var as 0A0F0000, while MASM 5.1 shows var correctly as 00000FA0.
Sample Code;Assemble options needed: none .model small .data var dd 4000 end
|
Additional reference words: 5.00 buglist5.00 fixlist5.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |