-
- Downloads
The x86 calling convention requires the direction flag to be cleared
across function calls. Make it so. With this change we set the direction flag only when needed and clear it immediately after its use. VOPs can now assume that the direction flag is always set to zero. Also, replace two uses of the LODS instruction with equivalent simpler instructions.
Showing
Loading
Please register or sign in to comment