The information in this article applies to:
SYMPTOMSAngle brackets ("<>") are required for the argument list of a FOR statement. If the angle brackets are missing from the argument list of a FOR statement in a macro, no listing file will be created and errors A1008 and A2008 will be generated. The sample given at the end of this article generates the following errors:
CAUSEBecause A1008 is a fatal error, no listing file is created. RESOLUTIONThe error messages indicate where the error occurs, but may be difficult to interpret. The first message line indicates that an A2008 error occurred at line 17 of the program (see the sample below). The second message shows that the actual error is on line 3 of the numargs macro. The error can be located and eliminated by finding this line and adding the angle brackets around varg (shown as a commented line in the sample). STATUSMicrosoft has confirmed this to be a problem in MASM versions 6.x. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Sample Code
Additional query words: 6.00 6.00a 6.10 6.10a 6.x 6.1x buglist6.00 buglist6.10 buglist6.11
Keywords : |
Last Reviewed: January 7, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |