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