BUG: Inconsistent Case Conventions in Equate @Filename

ID: Q26653


The information in this article applies to:
  • Microsoft Macro Assembler for MS-DOS, versions 5.0, 5.1


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.

Additional query words: 5.00 5.10 qfbv buglist5.00 buglist5.10 fixlist6.00

Keywords :
Version : :5.0,5.1
Platform :
Issue type :


Last Reviewed: January 4, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.