MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / op_unimpl

Function op_unimpl

src/cputest.cpp:1387–1391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1385 doexcstack();
1386}
1387void REGPARAM2 op_unimpl(uae_u32 opcode)
1388{
1389 test_exception = 61;
1390 doexcstack();
1391}
1392void REGPARAM2 op_unimpl_1_noret(uae_u32 opcode)
1393{
1394 if ((opcode & 0xf000) == 0xf000 || currprefs.cpu_model < 68060) {

Callers 1

op_unimpl_1_noretFunction · 0.70

Calls 1

doexcstackFunction · 0.85

Tested by

no test coverage detected