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

Function CmdMemorySearchHex

source/Debugger/Debug.cpp:6354–6360  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

6352
6353//===========================================================================
6354Update_t CmdMemorySearchHex (int nArgs)
6355{
6356 if (nArgs < 4)
6357 return HelpLastCommand();
6358
6359 return _CmdMemorySearch( nArgs, true );
6360}
6361
6362
6363// Registers ______________________________________________________________________________________

Callers

nothing calls this directly

Calls 2

HelpLastCommandFunction · 0.85
_CmdMemorySearchFunction · 0.85

Tested by

no test coverage detected