<<<    Index    >>>
3-67
INSTRUCTION SET REFERENCE
CLD—Clear Direction Flag
Description
This instruction clears the DF flag in the EFLAGS register. When the DF flag is set to 0, string
operations increment the index registers (ESI and/or EDI).
Operation
DF 
<
 0;
Flags Affected
The DF flag is cleared to 0. The CF, OF, ZF, SF, AF, and PF flags are unaffected.
Exceptions (All Operating Modes)
None.
Opcode
Instruction
Description
FC
CLD
Clear DF flag
<<<    Index    >>>