Command: DW Usage: DW
| 580 | // Usage: |
| 581 | // DW <addr> |
| 582 | Update_t CmdDisasmDataDefWord1 ( int nArgs ) |
| 583 | { |
| 584 | g_aArgs[0].nValue = NOP_WORD_1; |
| 585 | return _CmdDisasmDataDefWordX( nArgs ); |
| 586 | } |
| 587 | |
| 588 | // Command: DW2 |
| 589 | // Usage: |
nothing calls this directly
no test coverage detected