Microsoft KB Archive/39442

From BetaArchive Wiki
Knowledge Base


DOCERR: asub and ctest in MASM Programmer's Guide

Article ID: 39442

Article Last Modified on 10/17/2003



APPLIES TO

  • Microsoft Macro Assembler 5.1 Standard Edition



This article was previously published under Q39442

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: KB39442