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

Function CmdZeroPageDisable

source/Debugger/Debug.cpp:7977–7987  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

7975
7976//===========================================================================
7977Update_t CmdZeroPageDisable (int nArgs)
7978{
7979 if (!nArgs)
7980 return Help_Arg_1( CMD_ZEROPAGE_POINTER_DISABLE );
7981 if (! g_nZeroPagePointers)
7982 return _ZeroPage_Error();
7983
7984 _BWZ_EnableDisableViaArgs( nArgs, g_aZeroPagePointers, MAX_ZEROPAGE_POINTERS, false );
7985
7986 return UPDATE_ZERO_PAGE;
7987}
7988
7989//===========================================================================
7990Update_t CmdZeroPageEnable (int nArgs)

Callers

nothing calls this directly

Calls 3

Help_Arg_1Function · 0.85
_ZeroPage_ErrorFunction · 0.85

Tested by

no test coverage detected