DOCERR: Date Format in Listing File Incorrect in MASM 6.0 Manual

ID: Q73753


The information in this article applies to:
  • Microsoft Macro Assembler for MS-DOS and OS/2, versions 6.0, 6.0a, 6.0b


SUMMARY

On page 610 of the "Microsoft Macro Assembler Programmer's Guide" version 6.0 manual, there is an example of a listing file accompanied by instructions on how to read such a file. In the header of the sample listing, the date is printed in the following format:

MMM DD hh:mm:ss yyyy
This format was from a beta version of Macro Assembler (MASM) 6.0 that was used when the documentation was written and is not consistent with the output in the released version. In the released version, the date prints in the following format:
MM/DD/YY hh:mm:ss

Additional query words: 6.00 6.00a 6.00b

Keywords :
Version : MS-DOS:6.0,6.0a,6.0b
Platform : MS-DOS
Issue type :


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