16 bit Assembly
Home Site Map Instruction Index
The STD instruction is used to set the DF flag. This effects the direction in which data is read using the SI and DI registers.
When Set the SI and DI registers are decremented, when the flag is cleared using CLD instruction they are incremented.
STD Op Code is FD
CLD Op Code is FC