public ProgrammableInterruptController(CPU AttachedCPU)
 {
     cpu = AttachedCPU;
 }
 public ProgrammableInterruptController(CPU AttachedCPU)
 {
     cpu = AttachedCPU;
 }