Microsoft KB Archive/39518

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


DOCERR: Example in MASM 5.1 Programmer's Guide

Article ID: 39518

Article Last Modified on 10/17/2003



APPLIES TO

  • Microsoft Macro Assembler 5.1 Standard Edition
  • Microsoft Macro Assembler 5.1a



This article was previously published under Q39518

SUMMARY

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

should be as follows:

   EXTRN   xvariable:FAR

   EXTRN   xprocedure:PROC
                


Additional query words: 5.10 5.10a

Keywords: KB39518