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

Function exception2_fetch_opcode

src/cputest.cpp:1456–1465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1454}
1455
1456void exception2_fetch_opcode(uae_u32 opcode, int offset, int pcoffset)
1457{
1458 exception2_fetch_common(opcode, offset);
1459 if (currprefs.cpu_model == 68010) {
1460 test_exception_3_di = -1;
1461 }
1462 regs.pc = test_exception_addr;
1463 regs.pc += pcoffset;
1464 doexcstack();
1465}
1466
1467void exception2_read(uae_u32 opcode, uaecptr addr, int size, int fc)
1468{

Callers

nothing calls this directly

Calls 2

doexcstackFunction · 0.85
exception2_fetch_commonFunction · 0.70

Tested by

no test coverage detected