Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- iAPx86 - <b>cld clear direction flag flags: o d i t s z a p c</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CLD             Clear Direction Flag                 Flags: O D I T S Z A P C
                                                            - 0 - - - - - - -
CLD

        Logic   DF . 0                  ; Auto-increment eSI, eDI

    CLD resets the direction flag (DF) to zero. After CLD is executed,
    string operations will increment the index registers that they use
    (SI and/or DI; ESI and/or EDI).

    
    Opcode      Format
    FC          CLD


    Length and timing
    Operands    Bytes   8088    186     286     386     486     Pentium
    -            1       2       2       2       2       2       2   NP

See Also: STD REP CMPS INS LODS MOVS OUTS SCAS STOS Flags

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson