The information in this article applies to:
SUMMARY
When you use the .MODEL directive including a language, the Microsoft
Macro Assembler version 5.1 and later automatically make all procedure
names PUBLIC. This is a feature of the assembler. This information can
be found on Page 34 in the "High-Level-Language Support" section of
the "Microsoft Macro Assembler" version 5.1 update manual.
MORE INFORMATIONThe following is an example using the C language specifier with the MODEL directive. Note that myadd will be PUBLIC. Sample Code:
Additional query words: 5.10 6.00 6.00a 6.00b
Keywords : |
Last Reviewed: January 11, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |