1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML 2.0//EN">
4 <TITLE>80386 Programmer's Reference Manual -- Opcode SLDT
</TITLE>
7 <B>up:
</B> <A HREF=
"c17.htm">
8 Chapter
17 --
80386 Instruction Set
</A><BR>
9 <B>prev:
</B><A HREF=
"SHRD.htm"> SHRD Double Precision Shift Right
</A><BR>
10 <B>next:
</B><A HREF=
"SMSW.htm"> SMSW Store Machine Status Word
</A>
14 <H1>SLDT -- Store Local Descriptor Table Register
</H1>
17 Opcode Instruction Clocks Description
19 0F
00 /
0 SLDT r/m16 pm=
2/
2 Store LDTR to EA word
30 SLDT stores the Local Descriptor Table Register (LDTR) in the two-byte
31 register or memory location indicated by the effective address operand.
32 This register is a selector that points into the Global Descriptor Table.
34 SLDT is used only in operating system software. It is not used in
37 <H2>Flags Affected
</H2>
41 <H2>Protected Mode Exceptions
</H2>
43 #GP(
0) if the result is in a nonwritable segment; #GP(
0) for an illegal
44 memory operand effective address in the CS, DS, ES, FS, or GS segments;
45 #SS(
0) for an illegal address in the SS segment; #PF(fault-code) for a page
48 <H2>Real Address Mode Exceptions
</H2>
50 Interrupt
6; SLDT is not recognized in Real Address Mode
52 <H2>Virtual
8086 Mode Exceptions
</H2>
54 Same exceptions as in Real Address Mode; #PF(fault-code) for a page fault
58 The operand-size attribute has no effect on the operation of the
65 <B>up:
</B> <A HREF=
"c17.htm">
66 Chapter
17 --
80386 Instruction Set
</A><BR>
67 <B>prev:
</B><A HREF=
"SHRD.htm"> SHRD Double Precision Shift Right
</A><BR>
68 <B>next:
</B><A HREF=
"SMSW.htm"> SMSW Store Machine Status Word
</A>