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