BUG: Number of Lines on First Page of Listing File Incorrect (137664)
The information in this article applies to:
- Microsoft Macro Assembler (MASM) 6.0
- Microsoft Macro Assembler (MASM) 6.0a
- Microsoft Macro Assembler (MASM) 6.0b
- Microsoft Macro Assembler (MASM) 6.1
- Microsoft Macro Assembler (MASM) 6.1a
- Microsoft Macro Assembler (MASM) 6.11
- Microsoft Macro Assembler (MASM) 6.11a
- Microsoft Macro Assembler (MASM) 6.11c
- Microsoft Macro Assembler (MASM) 6.11d
This article was previously published under Q137664 SYMPTOMS
When you use the PAGE directive to specify the number of lines per page of
the listing file, the first listing page contains more lines than specified
by the PAGE directive.
CAUSE
The problem apparently occurs because the internal counter used to track
the number of lines per page does not include the four-line header on the
first page or any comments that start on the first line of the source file.
However, it does count the header on subsequent pages. As a result, all
pages have the correct number of lines except for the first page, which
contains additional lines.
RESOLUTION
If reducing the number of lines per page to account for the first page is
not an option, the PAGE directive used without an argument can be placed in
the source file at or near the correct position. This will force a page
break on the first page. Some experimentation will be necessary, and the
position of the forced page break will have to be adjusted if the source
above the forced page break changes.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. We are researching this problem and will
post new information here in the Microsoft Knowledge Base as it becomes
available.
Modification Type: | Minor | Last Reviewed: | 10/29/2003 |
---|
Keywords: | KB137664 kbAudDeveloper |
---|
|