private void AddToInterruptQueue(HardwareInterruptRequest interruptRequest, long memoryAddress, long memoryValue) { _interruptHandler.RegisterSoftwareInterrupt(_interruptName, _interruptFlagAddress, memoryValue); }