1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML 2.0//EN">
4 <TITLE>80386 Programmer's Reference Manual -- Opcode CLD
</TITLE>
7 <B>up:
</B> <A HREF=
"c17.htm">
8 Chapter
17 --
80386 Instruction Set
</A><BR>
9 <B>prev:
</B><A HREF=
"CLC.htm"> CLC Clear Carry Flag
</A><BR>
10 <B>next:
</B><A HREF=
"CLI.htm"> CLI Clear Interrupt Flag
</A>
14 <H1>CLD -- Clear Direction Flag
</H1>
17 Opcode Instruction Clocks Description
19 FC CLD
2 Clear direction flag; SI and DI
20 will increment during string
32 CLD clears the direction flag. No other flags or registers are affected.
33 After CLD is executed, string operations will increment the index registers
34 (SI and/or DI) that they use.
36 <H2>Flags Affected
</H2>
40 <H2>Protected Mode Exceptions
</H2>
44 <H2>Real Address Mode Exceptions
</H2>
48 <H2>Virtual
8086 Mode Exceptions
</H2>
56 <B>up:
</B> <A HREF=
"c17.htm">
57 Chapter
17 --
80386 Instruction Set
</A><BR>
58 <B>prev:
</B><A HREF=
"CLC.htm"> CLC Clear Carry Flag
</A><BR>
59 <B>next:
</B><A HREF=
"CLI.htm"> CLI Clear Interrupt Flag
</A>