Assembleur 80x86 | STD |
---|---|
INTEL 8088+ | Set Direction Flag |
Syntaxe
STD |
Description
Cette instruction permet de fixer l'indicateur de direction (DF) à la valeur 1. Les opérations sur les chaînes de caractères, tel CMPSB, CMPSD, CMPSQ, CMPSW, LODSB, LODSD, LODSQ, LODSW, MOVSB, MOVSD, MOVSQ, MOVSW, OUTSB, OUTSD, OUTSW, STOSB, STOSD, STOSQ et STOSW par exemple, incrémenteront maintenant les registres SI et DI.
Algorithme
drapeau DF ← 1 |
Mnémonique
Instruction | Opcode | Description |
---|---|---|
STD | F9h | Fixe le registre de drapeau de direction à 1 |
Exception
Aucune
Voir également
Instruction assembleur 80x86 - Instruction CLD
Instruction assembleur 80x86 - Instruction INS
Instruction assembleur 80x86 - Instruction LODS
Instruction assembleur 80x86 - Instruction MOVS
Instruction assembleur 80x86 - Instruction OUTS
Instruction assembleur 80x86 - Instruction SCAS
Instruction assembleur 80x86 - Instruction STOS
Instruction assembleur 80x86 - Instruction CMPS
Références
Le livre d'Or PC, Martin Althaus, 1992, ISBN: 2-7361-0934-1, page 836
Assembleur Facile, Philippe Mercier, 1990, ISBN: 2-501-01176-7, page 417
AMD64 Architecture Programmer's Manual Volume 3: General-Purpose and System Instructions, Edition Advanced Micro Devices, Revision 3.14, September 2007, Publication No. 24594, page 236.
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 462.