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

Function CmdMemorySearch

source/Debugger/Debug.cpp:6321–6330  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6319
6320//===========================================================================
6321Update_t CmdMemorySearch (int nArgs)
6322{
6323 // S address,length # [,#]
6324 if (nArgs < 4)
6325 return HelpLastCommand();
6326
6327 return _CmdMemorySearch( nArgs, true );
6328
6329 return UPDATE_CONSOLE_DISPLAY;
6330}
6331
6332
6333// Search for ASCII text (no Hi-Bit set)

Callers

nothing calls this directly

Calls 2

HelpLastCommandFunction · 0.85
_CmdMemorySearchFunction · 0.85

Tested by

no test coverage detected