DOCERR: asub and ctest in MASM Programmer's Guide

ID: Q39442


The information in this article applies to:
  • Microsoft Macro Assembler for MS-DOS, version 5.1
  • Microsoft Macro Assembler for OS/2, version 5.1


SUMMARY

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 PROC 
not as follows:

   PROC asub 
Also, the call to "ctest" should appear as

   call _ctest 
not as follows:

   call ctest 

Additional query words: 5.10

Keywords :
Version : :5.1
Platform :
Issue type :


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