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