Command: DW2 Usage: DW2
| 589 | // Usage: |
| 590 | // DW2 <addr> |
| 591 | Update_t CmdDisasmDataDefWord2 ( int nArgs ) |
| 592 | { |
| 593 | g_aArgs[0].nValue = NOP_WORD_2; |
| 594 | return _CmdDisasmDataDefWordX( nArgs ); |
| 595 | } |
| 596 | |
| 597 | // Command: DW4 |
| 598 | // Usage: |
nothing calls this directly
no test coverage detected