public int Execute(CpuState cpuState, IMemory memory) { throw new Exception("die"); cpuState.Interrupt(0xFFFE, memory); return 7; }