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

Function CmdCursorPageDown4K

source/Debugger/Debug.cpp:3757–3762  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3755
3756//===========================================================================
3757Update_t CmdCursorPageDown4K (int nArgs)
3758{
3759 const int nStep = 4096;
3760 _CursorMoveDownAligned( nStep );
3761 return UPDATE_DISASM;
3762}
3763
3764//===========================================================================
3765Update_t CmdCursorPageUp (int nArgs)

Callers 1

DebuggerProcessKeyFunction · 0.85

Calls 1

_CursorMoveDownAlignedFunction · 0.85

Tested by

no test coverage detected