Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>sidt store interrupt descriptor table (286/386) flags: o d i t s z a p c</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SIDT     Store Interrupt Descriptor Table (286/386)  Flags: O D I T S Z A P C

SIDT memory location

           Logic:  [memory location] . Interrupt Descriptor Table register

     SIDT stores the limit part of the IDTR register, followed by the linear
     base address of the IDT to the destination memory address. You must
     supply this instruction with a 64-bit memory location.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   SIDT memory64              12 (286)    8         5    SIDT MY_DESCRIPTOR
  --------------------------------------------------------------------------

        Note:          This instruction is only available in privileged
                       mode.

See Also: LGDT LIDT LLDT SGDT SLDT

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson