Esempio n. 1
0
 public override int Read()
 {
     // NOTE: this is different than APeX (which doesn't perform a Read() in RegField64 but does in RegField32)
     mRegister.Read64();
     return((int)ReadBitField());
 }