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