MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / InitDisasm

Function InitDisasm

source/Debugger/Debug.cpp:8874–8878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8872
8873
8874static void InitDisasm (void)
8875{
8876 g_nDisasmCurAddress = regs.pc;
8877 DisasmCalcTopBotAddress();
8878}
8879
8880// _____________________________________________________________________________________
8881// | |

Callers 2

DebugBeginFunction · 0.85
DebugDisplayFunction · 0.85

Calls 1

DisasmCalcTopBotAddressFunction · 0.85

Tested by

no test coverage detected