The information in this article applies to:
SYMPTOMSThe predefined symbol @FileName is designed to represent the base name of the current assembly file. However, if you use the /Ta command-line option with the Microsoft Macro Assembler (MASM) version 6.0 to assemble a file that does not have a three letter extension, then the value of @FileName will not be the complete base name of the file. STATUSMicrosoft has confirmed this to be a problem in MASM version 6.0. This problem was corrected in MASM version 6.0a. MORE INFORMATION
The assembler normally requires all files to have a .ASM extension.
This can be changed with the /Ta option that allows any file to be
assembled, regardless of its extension. A side-effect of using /Ta is
that if the filename does not have a three letter extension, then the
value of the @FileName predefined equate will be truncated by one
character for each character less than three in the extension.
Sample Code
Additional query words: 6.00 buglist6.00 fixlist6.00a
Keywords : |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |