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

Function CmdMemoryMiniDumpApple

source/Debugger/Debug.cpp:4256–4263  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

4254
4255//===========================================================================
4256Update_t CmdMemoryMiniDumpApple (int nArgs)
4257{
4258 int iWhich = g_iCommand - CMD_MEM_MINI_DUMP_APPLE_1;
4259 if (_MemoryCheckMiniDump( iWhich ))
4260 return UPDATE_CONSOLE_DISPLAY;
4261
4262 return _CmdMemoryDump(nArgs, iWhich, MEM_VIEW_APPLE ); // MEM_VIEW_TXT_LO );
4263}
4264
4265//===========================================================================
4266//Update_t CmdMemoryMiniDumpLow (int nArgs)

Callers

nothing calls this directly

Calls 2

_MemoryCheckMiniDumpFunction · 0.85
_CmdMemoryDumpFunction · 0.85

Tested by

no test coverage detected