AngoLinux

80386 Programmer's Reference Manual -- Opcode CLD


CLD -- Clear Direction Flag

OpcodeInstructionClocks DescriptionExample
FCcld 2 Clear direction flagcld

Operation




DF := 0;

Description

CLD clears the direction flag. No other flags or registers are affected. After CLD is executed, string operations will increment the index registers (SI and/or DI) that they use.

Flags Affected

DF := 0

Protected Mode Exceptions

None

Real Address Mode Exceptions

None

Virtual 8086 Mode Exceptions

None


[Home Page dell'ITIS "Fermi"] [80386 Programmer's Reference Manual Index] [Previous] [Next]