Inconsistent Case Conventions in Equate @FileName

ID Number: Q26653

5.00 5.10

MS-DOS

buglist5.00 buglist5.10 fixlist6.00

Summary:

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.

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.