Method MatchAnd
MatchAnd(Instruction)
Matches an instruction with opcode And.
public static bool MatchAnd(this Instruction instr)
Parameters
instr
Instruction- The instruction to try to match.
public static bool MatchAnd(this Instruction instr)
instr
Instruction