DOCERR: Example in MASM 5.1 Programmer's GuideLast reviewed: November 3, 1994Article ID: Q39518 |
The information in this article applies to:
There are a number of errors in example 2 on Page 90 of the "Microsoft Macro Assembler 5.1 Programmer's Guide." The following lines from the example
EXTR xvariable:FAR EXTR xprocedure:PROCshould be as follows:
EXTRN xvariable:FAR EXTRN xprocedure:PROC |
Additional reference words: 5.10 5.10a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |