Command: DB2 Usage: DB2
| 532 | // Usage: |
| 533 | // DB2 <addr> |
| 534 | Update_t CmdDisasmDataDefByte2 ( int nArgs ) |
| 535 | { |
| 536 | g_aArgs[0].nValue = NOP_BYTE_2; |
| 537 | return _CmdDisasmDataDefByteX( nArgs ); |
| 538 | } |
| 539 | |
| 540 | // Command: DB4 |
| 541 | // Usage: |
nothing calls this directly
no test coverage detected