Section courante

A propos

Section administrative du site

Assembleur 80x86

LGDT

INTEL 80286+, Mode protégé, mode réel niveau 0 Load Global Descriptor Tables

Syntaxe

LGDT mémoire

Description

Cette instruction permet de charger un descripteur de tables globale.

Algorithme

MODULE LGDT(mémoire)
   SI taille de l'opérande = 16 bits ALORS
      GDTR(Limit) mémoire(0..15)
      GDTR(Base) mémoire(16..47) ∩ 00FFFFFFh
   SINON
      GDTR(Limit) mémoire(0..15)
      GDTR(Base) mémoire(16..47)
   FIN SI

Mnémonique

Instruction Opcode Description
LGDT m16/32 0Fh 01h /2 Cette instruction permet de charger un descripteur de tables globale.

Voir également

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

Références

Intel® 64 and IA-32 Architectures Software Developer’s Manual Volume 2A: Instruction Set Reference, A-M, Edition Intel, Mars 2010, Publication No. 253666-034US, page 654 à 656.

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