===========================================================================
| 4234 | |
| 4235 | //=========================================================================== |
| 4236 | Update_t CmdMemoryMiniDumpHex (int nArgs) |
| 4237 | { |
| 4238 | int iWhich = g_iCommand - CMD_MEM_MINI_DUMP_HEX_1; |
| 4239 | if (_MemoryCheckMiniDump( iWhich )) |
| 4240 | return UPDATE_CONSOLE_DISPLAY; |
| 4241 | |
| 4242 | return _CmdMemoryDump(nArgs, iWhich, MEM_VIEW_HEX ); |
| 4243 | } |
| 4244 | |
| 4245 | //=========================================================================== |
| 4246 | Update_t CmdMemoryMiniDumpAscii (int nArgs) |
nothing calls this directly
no test coverage detected