Line Numbers for MASM Listing FilesLast reviewed: January 23, 1995Article ID: Q77138 |
The information in this article applies to:
SUMMARYThe Microsoft Macro Assembler (MASM) versions 5.1 and 5.1a can generate line-number information for its listing files that correlates with the cross-reference listing file generated by the CREF utility. With the release of MASM version 6.0, line-number information has been taken out because of the addition of the new Source Browser.
MORE INFORMATIONTo generate an assembler listing and a cross-reference listing with MASM version 5.1a, enter the following commands at the DOS or OS/2 prompt:
masm /c /l /Zd test.asm; cref test.crf;To generate Source Browser information in version 6.0, do the following:
|
Additional reference words: kbinf 5.10 5.10a 6.00 6.00a 6.00b
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |