ID Number: Q39518
5.10 | 5.10
MS-DOS | OS/2
Summary:
There are a number of errors in example 2 on Page 90 of the "Microsoft
MASM 5.1 Programmer's Guide."
The following lines
EXTR xvariable:FAR
EXTR xprocedure:PROC
should be as follows:
EXTRN xvariable:FAR
EXTRN xprocedure:PROC
Please use this as a model. It was not intended to be linked and run.