MCPcopy Create free account
hub / github.com/TASEmulators/fceux / seekAsmPC

Method seekAsmPC

src/drivers/sdl/debugger.cpp:337–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337int debuggerWin_t::seekAsmPC(void)
338{
339 int line;
340
341 if ( asmPC == NULL )
342 {
343 line = getAsmLineFromAddr( X.PC );
344 }
345 else
346 {
347 line = asmPC->line;
348 }
349
350 scrollAsmLine( line );
351
352 return 0;
353}
354
355int debuggerWin_t::seekAsmAddr( int addr )
356{

Callers 2

seekPCCBFunction · 0.80
seekPC_AllDebugWindowsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected