Exemplo n.º 1
0
 public byte[] Implement(IRAdd ir)
 {
     return(BitConverter.GetBytes(count++));
 }
Exemplo n.º 2
0
 public byte[] Implement(IRAdd ir)
 {
     return(Encode(OpCode.ADDR, GetRegisterIndex(ir.To), GetRegisterIndex(ir.Left), GetRegisterIndex(ir.Right), ir.OperandSize, false));
 }