Method MatchUnaligned
MatchUnaligned(Instruction, out byte)
Matches an instruction with opcode Unaligned.
public static bool MatchUnaligned(this Instruction instr, out byte value)
Parameters
instrInstruction- The instruction to try to match.
valuebyte- The operand value of the instruction.
Returns
MatchUnaligned(Instruction, byte)
Matches an instruction with opcode Unaligned.
public static bool MatchUnaligned(this Instruction instr, byte value)
Parameters
instrInstruction- The instruction to try to match.
valuebyte- The operand value required for the instruction to match.