public RegisterByteOperandStrategy(Registers.Index index) => this.index = index;
Exemplo n.º 2
0
 private RegisterIndexPair(Registers.Index lhs, Registers.Index rhs)
 {
     LHS = lhs;
     RHS = rhs;
 }