AngoLinux

80386 Programmer's Reference Manual -- Opcode STD


STD -- Set Direction Flag

OpcodeInstructionClocks DescriptionExample
FDstd 2 Set direction flag so (E)SI and/or (E)DI decrementstd

Operation




DF := 1;

Description

STD sets the direction flag to 1, causing all subsequent string operations to decrement the index registers, (E)SI and/or (E)DI, on which they operate.

Flags Affected

DF := 1

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]