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

Function CmdCursorPageDown256

source/Debugger/Debug.cpp:3749–3754  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3747
3748//===========================================================================
3749Update_t CmdCursorPageDown256 (int nArgs)
3750{
3751 const int nStep = 256;
3752 _CursorMoveDownAligned( nStep );
3753 return UPDATE_DISASM;
3754}
3755
3756//===========================================================================
3757Update_t CmdCursorPageDown4K (int nArgs)

Callers 1

DebuggerProcessKeyFunction · 0.85

Calls 1

_CursorMoveDownAlignedFunction · 0.85

Tested by

no test coverage detected