Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppleWin/AppleWin
/ IsInterruptInLastExecution
Function
IsInterruptInLastExecution
source/CPU.cpp:203–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
bool IsInterruptInLastExecution(void)
204
{
205
return g_interruptInLastExecutionBatch;
206
}
207
208
void SetIrqOnLastOpcodeCycle(void)
209
{
Callers
1
DebugContinueStepping
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected