public byte[] Implement(IRJumpLE ir) { return(BitConverter.GetBytes( (long)((long)(count++) << 32 | (uint)ir.Address.Value) )); }
public byte[] Implement(IRJumpLE ir) { return(Encode(OpCode.JLEI, 0, 0, 0, ir.OperandSize, true, ir.Address.Value)); }