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

Function CmdZeroPageList

source/Debugger/Debug.cpp:8004–8015  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

8002
8003//===========================================================================
8004Update_t CmdZeroPageList (int nArgs)
8005{
8006 if (! g_nZeroPagePointers)
8007 {
8008 _ZeroPage_Error();
8009 }
8010 else
8011 {
8012 _BWZ_ListAll( g_aZeroPagePointers, MAX_ZEROPAGE_POINTERS );
8013 }
8014 return ConsoleUpdate();
8015}
8016
8017/*
8018//===========================================================================

Callers 1

CmdZeroPageAddFunction · 0.85

Calls 3

_ZeroPage_ErrorFunction · 0.85
_BWZ_ListAllFunction · 0.85
ConsoleUpdateFunction · 0.70

Tested by

no test coverage detected