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

Function debuginfo

src/debug.cpp:8484–8491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8482}
8483
8484const TCHAR *debuginfo (int mode)
8485{
8486 static TCHAR txt[100];
8487 uae_u32 pc = M68K_GETPC;
8488 _sntprintf (txt, sizeof txt, _T("PC=%08X INS=%04X %04X %04X"),
8489 pc, get_word_debug (pc), get_word_debug (pc + 2), get_word_debug (pc + 4));
8490 return txt;
8491}
8492
8493void mmu_disasm (uaecptr pc, int lines)
8494{

Callers 7

getjoystateFunction · 0.85
POTGOFunction · 0.85
POTGORFunction · 0.85
ReadCIAAFunction · 0.85
ReadCIABFunction · 0.85
WriteCIAAFunction · 0.85
WriteCIABFunction · 0.85

Calls 1

get_word_debugFunction · 0.70

Tested by

no test coverage detected