Details Table

┌──────────┬────────────────────┬─┬─┬─┬─┬─┬─┬──────────────────────────────────┐
│Encoding  │Instruction         │0│1│2│3│4│5│Description                       │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│0F 01 /0  │SGDT m              │ │ │XXXX│Store GDTR to m (6 bytes)         │
├──────────┼────────────────────┼─┼─┼─┼─┼─┼─┼──────────────────────────────────┤
│0F 01 /1  │SIDT m              │ │ │XXXX│Store IDTR to m (6 bytes)         │
└──────────┴────────────────────┴─┴─┴─┴─┴─┴─┴──────────────────────────────────┘


[Back: SGDT/SIDT-Store Global/Interrupt Descriptor Table Register]
[Next: Description]