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

Function CmdCursorRunUntil

source/Debugger/Debug.cpp:3654–3658  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3652
3653//===========================================================================
3654Update_t CmdCursorRunUntil (int nArgs)
3655{
3656 nArgs = _Arg_1( g_nDisasmCurAddress );
3657 return CmdGo( nArgs, true );
3658}
3659
3660// nDelta must be a power of 2
3661//===========================================================================

Callers 1

DebuggerProcessKeyFunction · 0.85

Calls 2

_Arg_1Function · 0.85
CmdGoFunction · 0.85

Tested by

no test coverage detected