The registers are reported as conditional write but rep movsb is also updating them based on the direction flag so they should be at least marked as read. I know that technically I can go by memory operands as that always implies read but the update operation of those registers aren't related to the memory operand.
The registers are reported as conditional write but rep movsb is also updating them based on the direction flag so they should be at least marked as read. I know that technically I can go by memory operands as that always implies read but the update operation of those registers aren't related to the memory operand.