Command: DB4 Usage: DB4
| 541 | // Usage: |
| 542 | // DB4 <addr> |
| 543 | Update_t CmdDisasmDataDefByte4 ( int nArgs ) |
| 544 | { |
| 545 | g_aArgs[0].nValue = NOP_BYTE_4; |
| 546 | return _CmdDisasmDataDefByteX( nArgs ); |
| 547 | } |
| 548 | |
| 549 | // Command DB8 |
| 550 | // Usage: |
nothing calls this directly
no test coverage detected