Register64 constructor

Register64([
  1. Object hiOrLo32OrY = 0,
  2. int? lo32
])

Implementation

Register64([Object hiOrLo32OrY = 0, int? lo32]) {
  set(hiOrLo32OrY, lo32);
}