Esempio n. 1
0
 public byte[] Implement(IRJumpGE ir)
 {
     return(BitConverter.GetBytes(
                (long)((long)(count++) << 32 | (uint)ir.Address.Value)
                ));
 }
Esempio n. 2
0
 public byte[] Implement(IRJumpGE ir)
 {
     return(Encode(OpCode.JGEI, 0, 0, 0, ir.OperandSize, true, ir.Address.Value));
 }