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

Function CmdWindowShowCode2

source/Debugger/Debug.cpp:7695–7714  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

7693
7694//===========================================================================
7695Update_t CmdWindowShowCode2 (int nArgs)
7696{
7697 if ((g_iWindowThis == WINDOW_CODE) || (g_iWindowThis == WINDOW_DATA))
7698 {
7699 if (g_iWindowThis == WINDOW_CODE)
7700 {
7701 _WindowJoin();
7702 WindowUpdateDisasmSize();
7703 }
7704 else
7705 if (g_iWindowThis == WINDOW_DATA)
7706 {
7707 _WindowSplit( WINDOW_CODE );
7708 WindowUpdateDisasmSize();
7709 }
7710 return UPDATE_DISASM;
7711
7712 }
7713 return UPDATE_CONSOLE_DISPLAY;
7714}
7715
7716
7717//===========================================================================

Callers

nothing calls this directly

Calls 3

_WindowJoinFunction · 0.85
WindowUpdateDisasmSizeFunction · 0.85
_WindowSplitFunction · 0.85

Tested by

no test coverage detected