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

Function CmdMemorySearchApple

source/Debugger/Debug.cpp:6345–6351  ·  view source on GitHub ↗

Search for Apple text (Hi-Bit set) ===========================================================================

Source from the content-addressed store, hash-verified

6343// Search for Apple text (Hi-Bit set)
6344//===========================================================================
6345Update_t CmdMemorySearchApple (int nArgs)
6346{
6347 if (nArgs < 4)
6348 return HelpLastCommand();
6349
6350 return _CmdMemorySearch( nArgs, false );
6351}
6352
6353//===========================================================================
6354Update_t CmdMemorySearchHex (int nArgs)

Callers

nothing calls this directly

Calls 2

HelpLastCommandFunction · 0.85
_CmdMemorySearchFunction · 0.85

Tested by

no test coverage detected