DOCERR: Example in MASM 5.1 Programmer's Guide

ID: Q39518


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


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 :
Version : :5.1,5.1a
Platform :
Issue type :


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