BUG: PAGE + Directive Doesn't Insert Form Feed in Listing File (123664)



The information in this article applies to:

  • Microsoft Macro Assembler (MASM) 6.0
  • Microsoft Macro Assembler (MASM) 6.1
  • Microsoft Macro Assembler (MASM) 6.11

This article was previously published under Q123664

SYMPTOMS

The PAGE + directive does not insert a form feed (^L) in the listing file generated by the macro assembler.

STATUS

Microsoft has confirmed this to be a bug in MASM versions 6.0, 6.1, and 6.11. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

The following sample code can be used to demonstrate the problem. The printed output appears on three pages, not four pages.

Sample Code

   title test
   .model small
   page
   .data
      t dw ?
      page +
   .code
   startup
   .exit
      page
   end
				

Modification Type:MinorLast Reviewed:2/11/2004
Keywords:KB123664