BUG: Incorrect Formatting of Macro Comment ListingsLast reviewed: October 21, 1994Article ID: Q113422 |
The information in this article applies to:
SYMPTOMSWhen a macro contains a comment, the listing file may be incorrectly formatted. As a result, the comment is printed at the margin rather than being correctly indented. The example given below illustrates this problem.
CAUSEThe Microsoft Macro Assembler (MASM) is failing to add the linefeed character (0Ah) after the carriage return (0Dh).
STATUSMicrosoft has confirmed this to be a problem in MASM versions 6.x. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe code sample below generates the following listing (partial):
mymacro MACRO aparm; a test macro ENDM END Sample Code; Assemble options needed: /c /Fl mymacro MACRO aparm ;; a test macro ENDM END
|
Additional reference words: 6.00 6.00a 6.00b 6.10 6.10a buglist6.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |