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

Function CmdZeroPageEnable

source/Debugger/Debug.cpp:7990–8001  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

7988
7989//===========================================================================
7990Update_t CmdZeroPageEnable (int nArgs)
7991{
7992 if (! g_nZeroPagePointers)
7993 return _ZeroPage_Error();
7994
7995 if (!nArgs)
7996 return Help_Arg_1( CMD_ZEROPAGE_POINTER_ENABLE );
7997
7998 _BWZ_EnableDisableViaArgs( nArgs, g_aZeroPagePointers, MAX_ZEROPAGE_POINTERS, true );
7999
8000 return UPDATE_ZERO_PAGE;
8001}
8002
8003//===========================================================================
8004Update_t CmdZeroPageList (int nArgs)

Callers

nothing calls this directly

Calls 3

_ZeroPage_ErrorFunction · 0.85
Help_Arg_1Function · 0.85

Tested by

no test coverage detected