public RegisterByteOperandStrategy(Registers.Index index) => this.index = index;
예제 #2
0
 private RegisterIndexPair(Registers.Index lhs, Registers.Index rhs)
 {
     LHS = lhs;
     RHS = rhs;
 }