The information in this article applies to:
SUMMARYThe LTR (load task register) instruction is documented incorrectly in the printed documentation for the Microsoft Macro Assembler (MASM) versions 5.1, and 5.1a and the online help for MASM versions 6.0, 6.0a, and 6.0b. The following is the documented encoding:
However, this is the actual encoding for LTR:
MORE INFORMATIONIf the sample code below is assembled and a source listing is generated, the following encoding is listed:
0DBh evaluates to 11011011y, 1Dh evaluates to 00011101y.
Sample Code
Additional query words: 5.10 5.10a 6.00 6.00a 6.00b
Keywords : |
Last Reviewed: January 11, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |