<<<    Index    >>>
3-663
INSTRUCTION SET REFERENCE
STDĀ—Set Direction Flag
Description
This instruction sets the DF flag in the EFLAGS register. When the DF flag is set to 1, string
operations decrement the index registers (ESI and/or EDI).
Operation
DF 
<
 1;
Flags Affected
The DF flag is set. The CF, OF, ZF, SF, AF, and PF flags are unaffected.
Operation
DF 
<
 1;
Exceptions (All Operating Modes)
None.
Opcode
Instruction
Description
FD
STD
Set DF flag
<<<    Index    >>>