Exemplo n.º 1
0
 public StageDoneEventArgs(int instrIndex, CPU.StageType stageType)
 {
     //this.CurrentInstr = instr.binary;
     this.CurrentInstructionIndex = instrIndex;
     this.stageType = stageType;
 }
Exemplo n.º 2
0
 public StageDoneEventArgs(int instrIndex, CPU.StageType stageType)
 {
     //this.CurrentInstr = instr.binary;
     this.CurrentInstructionIndex = instrIndex;
     this.stageType = stageType;
 }