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

Function CmdGoFullSpeed

source/Debugger/Debug.cpp:2554–2557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2552}
2553
2554Update_t CmdGoFullSpeed (int nArgs)
2555{
2556 return CmdGo(nArgs, true);
2557}
2558
2559//===========================================================================
2560Update_t CmdStepOver (int nArgs)

Callers 1

DebugExitDebuggerFunction · 0.85

Calls 1

CmdGoFunction · 0.85

Tested by

no test coverage detected