Пример #1
0
 private void AddToInterruptQueue(HardwareInterruptRequest interruptRequest, long memoryAddress, long memoryValue)
 {
     _interruptHandler.RegisterSoftwareInterrupt(_interruptName, _interruptFlagAddress, memoryValue);
 }
Пример #2
0
 private void AddToInterruptQueue(HardwareInterruptRequest interruptRequest, long memoryAddress, long memoryValue)
 {
     _interruptHandler.RegisterSoftwareInterrupt(_interruptName, _interruptFlagAddress, memoryValue);
 }