public void Reset()
 {
     _addressMode.Reset();
     _instructionTypeReader.Reset();
     _underlyingInstruction = null;
 }