public BranchEmulator(InstructionEmulator instructionEmulator, IBranchHandler branchHandler) {
			this.instructionEmulator = instructionEmulator;
			this.branchHandler = branchHandler;
		}
Ejemplo n.º 2
0
 public BranchEmulator(InstructionEmulator instructionEmulator, IBranchHandler branchHandler)
 {
     this.instructionEmulator = instructionEmulator;
     this.branchHandler       = branchHandler;
 }