Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlitterStudio/amiberry
/ internalexception
Function
internalexception
src/newcpu.cpp:2565–2568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2563
}
2564
2565
static bool internalexception(const int nr)
2566
{
2567
return nr == 5 || nr == 6 || nr == 7 || (nr >= 32 && nr <= 47);
2568
}
2569
2570
static void exception_check_trace (int nr)
2571
{
Callers
2
exception_check_trace
Function · 0.85
Exception_cpu_oldpc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected