In x86 and x64 assembly, the test instruction takes two operands and it performs a bitwise AND between the two operands. The result of the AND operation is discarded. But, the operation may modify the Sign Flag (SF), the Zero Flag (ZF), or the Parity Flag (PF). The...

























