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