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

Function CmdCursorPageUp4K

source/Debugger/Debug.cpp:3805–3810  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3803
3804//===========================================================================
3805Update_t CmdCursorPageUp4K (int nArgs)
3806{
3807 const int nStep = 4096;
3808 _CursorMoveUpAligned( nStep );
3809 return UPDATE_DISASM;
3810}
3811
3812//===========================================================================
3813Update_t CmdCursorSetPC (int nArgs)

Callers 1

DebuggerProcessKeyFunction · 0.85

Calls 1

_CursorMoveUpAlignedFunction · 0.85

Tested by

no test coverage detected