The information in this article applies to:
SUMMARYIn the Microsoft Macro Assembler (MASM) version 6.0, predefined symbols for the date and time of assembly were introduced. They are: @DateThese symbols can be used to construct strings that contain the date and time. MORE INFORMATIONThe following sample code demonstrates two methods of embedding the information in a string in the object. Date1 and Time1 are constructed using one method, Date2 and Time2 using the other. Assemble with /Fl to get a listing that shows the expansion. Sample Code
Additional query words: kbinf 6.00 6.00a 6.00b
Keywords : |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |