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

Function CmdCursorPageUp256

source/Debugger/Debug.cpp:3797–3802  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3795
3796//===========================================================================
3797Update_t CmdCursorPageUp256 (int nArgs)
3798{
3799 const int nStep = 256;
3800 _CursorMoveUpAligned( nStep );
3801 return UPDATE_DISASM;
3802}
3803
3804//===========================================================================
3805Update_t CmdCursorPageUp4K (int nArgs)

Callers 1

DebuggerProcessKeyFunction · 0.85

Calls 1

_CursorMoveUpAlignedFunction · 0.85

Tested by

no test coverage detected