- Mastering Assembly Programming
- Alexey Lyashko
- 49字
- 2021-08-20 10:23:29
Bit #10 - direction flag
The direction flag (DF) controls the direction of string operations. An operation is performed from the lower address to the higher address if the flag is reset (is 0) or from the higher address to the lower address if the flag is set (is 1).