BUG: Inconsistent Case Conventions in Equate @Filename (26653)



The information in this article applies to:

  • Microsoft Macro Assembler (MASM) 5.0
  • Microsoft Macro Assembler (MASM) 5.1

This article was previously published under Q26653

SYMPTOMS

When assembled with the /ML switch, the following lines produce errors for the lines containing the equate @FileName:
   .MODEL small
   .STACK

   .CODE
   @filename PROC
   @FileName ENDP
   END
				
The case of the predefined text equates should be consistent.

STATUS

Microsoft has confirmed this to be a problem in Microsoft Macro Assembler (MASM) versions 5.0 and 5.1. This problem was corrected in Microsoft Macro Assembler version 6.0.

Modification Type:MinorLast Reviewed:11/19/2003
Keywords:KB26653