コード例 #1
0
 public RegisterByteOperandStrategy(Registers.Index index) => this.index = index;
コード例 #2
0
 private RegisterIndexPair(Registers.Index lhs, Registers.Index rhs)
 {
     LHS = lhs;
     RHS = rhs;
 }