You are here : assembly8086CLD

CLD - 8086

Clear Direction flag.

SI and DI will be incremented by chain instructions: CMPSB, CMPSW, LODSB, LODSW, MOVSB, MOVSW, STOSB, STOSW.

Algorithm : DF=0


Syntax

CLD


Example

CLD 		;DF=0


Output / Return Value


Limitations


Alternatives / See Also

8086 CLC (Clear Carry Flag) - https://wikidev.in/wiki/assembly/8086/CLC

8086 CLI (Clear Interrupt Flag) - https://wikidev.in/wiki/assembly/8086/CLI


Reference