Assembleur 80x86 | CLTS |
---|---|
INTEL 80286+ (Mode protégé) | CLear Task-Switched flags in CR0 |
Syntaxe
CLTS |
Description
Cette instruction permet d'effacer ou si vous préférez de mettre à 0 le drapeau de l'indicateur de tâche (Task-Switch) du registre CR0.
Algorithme
MODULE CLTS drapeau TS ← 0 |
Mnémonique
Instruction | Opcode | Description |
---|---|---|
CLTS | 0Fh 06h | Efface le drapeau d'échangeur de tâche (TS) du registre CR0 |
Cycles d'horloge
Instruction | Opcode | 8086 | 8088 | 80186 | 80286 | 80386 | i486 | Pentium | Cx486SLC | Cx486DX | IBM 486BL3X | UMC U5S |
---|---|---|---|---|---|---|---|---|---|---|---|---|
CLTS | 0Fh 06h | 2 | 5 | 7 | ? | ? | ? | ? | ? |
Exceptions
Message | Mode réel | Virtuel 8086 | Mode protégé | Description |
---|---|---|---|---|
#GP(Protection général) | X | X | Le CPL ne vaut pas 0. |
Voir également
Instruction assembleur 80x86 - Instruction LMSW
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 196 à 197.
Dernière mise à jour : Mercredi, le 17 septembre 2014