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>lidt load 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]
LIDT      Load Interrupt Descriptor Table (286/386)  Flags: O D I T S Z A P C
                                                                          
LIDT memory location

           Logic:        Interrupt Descriptor Table . [memory location]

     LIDT loads an operand into the IDTR register (which specifies the address
     and limit of the Interrupt Descriptor Table). You must supply it with a
     64-bit memory location.

  --------------------------------------------------------------------------
   Operands                   Clocks   Transfers  Bytes  Example
   LIDT memory                12 (286)    8         5    LGDT MY_DESCRIPTOR
  --------------------------------------------------------------------------

        Note:          This instruction is only available to processes
                       with a privilege level of 0.

See Also: LGDT LLDT SGDT SIDT SLDT

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