DOCERR: asub and ctest in MASM Programmer's GuideLast reviewed: November 3, 1994Article ID: Q39442 |
The information in this article applies to:
There is a documentation error on Page 91 of the "Microsoft Mixed Language Programming Guide" for Microsoft C, FORTRAN, and MASM. In figure 6.7, the assembly procedure "asub" should be defined as
_asub PROCnot as follows:
PROC asubAlso, the call to "ctest" should appear as
call _ctestnot as follows:
call ctest |
Additional reference words: 5.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |