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

Function _ZeroPage_Error

source/Debugger/Debug.cpp:7948–7953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7946}
7947
7948Update_t _ZeroPage_Error()
7949{
7950// return ConsoleDisplayError( "There are no (ZP) pointers defined." );
7951// ConsoleBufferPushFormat( " There are no current (ZP) pointers. (Max: %d)", MAX_ZEROPAGE_POINTERS );
7952 return ConsoleDisplayErrorFormat( " There are no current (ZP) pointers. (Max: %d)", MAX_ZEROPAGE_POINTERS );
7953}
7954
7955//===========================================================================
7956Update_t CmdZeroPageClear (int nArgs)

Callers 4

CmdZeroPageClearFunction · 0.85
CmdZeroPageDisableFunction · 0.85
CmdZeroPageEnableFunction · 0.85
CmdZeroPageListFunction · 0.85

Calls 1

Tested by

no test coverage detected