Section courante

A propos

Section administrative du site

Assembleur 80x86

SIDT

INTEL 80386+ Store Interrupt Descriptor Table Register

Syntaxe

SIDT operande

Description

Cette instruction permet d'entreposer le registre de descripteur de table d'interruption (IDTR) dans l'opérande de destination.

Algorithme

SI taille de l'opérande = 16 bits ALORS
   operande(0..15) ← IDTR(Limit)
   operande(16..39) ← IDTR(Base)
   operande(40..47) ← 0
SINON
   operande(0..15) ← IDTR(Limit)
   operande(16..47) ← IDTR(Base)
FIN SI

Mnémonique

Instruction Opcode Description
SIDT mem 0Fh 01h /1 Cette instruction permet d'entreposer le registre de descripteur de table d'interruption (IDTR) dans l'opérande de destination.

Voir également

Instruction assembleur 80x86 - Instruction SLDT
Instruction assembleur 80x86 - Instruction SGDT
Instruction assembleur 80x86 - Instruction STR
Instruction assembleur 80x86 - Instruction LIDT
Instruction assembleur 80x86 - Instruction LGDT
Instruction assembleur 80x86 - Instruction LLDT
Instruction assembleur 80x86 - Instruction LTR

Références

Intel® 64 and IA-32 Architectures Software Developer’s Manual Volume 2B: Instruction Set Reference, N-Z, Edition Intel, Mars 2010, Publication No. 253667-034US, page 441 à 444.

Dernière mise à jour : Lundi, le 8 septembre 2014