The information in this article applies to:
SUMMARYThe C run-time routines assume that the direction flag is cleared. If you are using other functions with the C run-time functions, you must ensure that the other functions leave the direction flag alone or restore it to its original condition. Expecting the direction flag to be clear upon entry makes the run-time code faster and more efficient. MORE INFORMATION
The direction flag is a CPU flag specific to Intel 80x86 processors.
It applies to all assembly instructions that use the REP (repeat)
prefix, such as MOVS, MOVSD, MOVSW, etc. Addresses provided to
applicable instructions are increased if the direction flag is cleared.
Additional query words: kbCRT kbOLDocs kbVC100 kbVC150 kbVC200 kbVC210 kbVC400 kbVC500 kbDSupport
Keywords : kbdocerr kbVC100 kbVC200 kbVC210 kbVC400 kbVC500 kbVC600 |
Last Reviewed: July 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |