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

Function WindowUpdateDisasmSize

source/Debugger/Debug.cpp:7604–7617  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

7602
7603//===========================================================================
7604void WindowUpdateDisasmSize ()
7605{
7606 if (g_aWindowConfig[ g_iWindowThis ].bSplit)
7607 {
7608 g_nDisasmWinHeight = (MAX_DISPLAY_LINES - g_nConsoleDisplayLines) / 2;
7609 }
7610 else
7611 {
7612 g_nDisasmWinHeight = MAX_DISPLAY_LINES - g_nConsoleDisplayLines;
7613 }
7614 g_nDisasmCurLine = MAX(0, (g_nDisasmWinHeight - 1) / 2);
7615#if _DEBUG
7616#endif
7617}
7618
7619//===========================================================================
7620void WindowUpdateSizes ()

Callers 8

_CmdAssembleFunction · 0.85
CmdAssembleFunction · 0.85
CmdCursorFollowTargetFunction · 0.85
CmdCursorJumpPCFunction · 0.85
CmdCursorJumpRetAddrFunction · 0.85
WindowUpdateSizesFunction · 0.85
CmdWindowShowCode2Function · 0.85
DebugInitializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected