DOCERR: Documentation Error on the LGDT Instruction

ID: Q34375


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

The "Microsoft Macro Assembler 5.10 Reference Guide" states that the LGDT instruction only takes a memory 64 operand while the Intel manual states the LGDT instruction takes a memory 48 operand.

The MASM Reference is incorrect. The correct operand size is memory 48. These instructions load essentially a 2-field structure whose total size is 48 bits. The first two bytes are the limit field and the last four bytes are the base field. This can be defined using the DF directive, or by defining a structure as described.

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.