// Perform initialization private void Init() { bPos = bZero = bNeg = bCarry = bNOT_CDAV = false; state = MSstate.Get_MSstate(); mseq = MSmicrosequencer.Get_MSmicrosequencer(); ControlTable = new MScontrolTable(); }
private void LoadInitStates() { // allocate memory; it is automatically set to zeros MicroRegisterContent = new byte[iRegCount]; state = MSstate.Get_MSstate(); alu = MS_ALU.Get_MS_ALU(); ControlTable = new MScontrolTable(); }