Command DB8 Usage: DB8
| 550 | // Usage: |
| 551 | // DB8 <addr> |
| 552 | Update_t CmdDisasmDataDefByte8 ( int nArgs ) |
| 553 | { |
| 554 | g_aArgs[0].nValue = NOP_BYTE_8; |
| 555 | return _CmdDisasmDataDefByteX( nArgs ); |
| 556 | } |
| 557 | |
| 558 | // Command: DF |
| 559 | // Usage: |
nothing calls this directly
no test coverage detected