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

Function CmdMemorySearchAscii

source/Debugger/Debug.cpp:6335–6341  ·  view source on GitHub ↗

Search for ASCII text (no Hi-Bit set) ===========================================================================

Source from the content-addressed store, hash-verified

6333// Search for ASCII text (no Hi-Bit set)
6334//===========================================================================
6335Update_t CmdMemorySearchAscii (int nArgs)
6336{
6337 if (nArgs < 4)
6338 return HelpLastCommand();
6339
6340 return _CmdMemorySearch( nArgs, true );
6341}
6342
6343// Search for Apple text (Hi-Bit set)
6344//===========================================================================

Callers

nothing calls this directly

Calls 2

HelpLastCommandFunction · 0.85
_CmdMemorySearchFunction · 0.85

Tested by

no test coverage detected