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