Command: DB Usage: DB
| 523 | // Usage: |
| 524 | // DB <addr> |
| 525 | Update_t CmdDisasmDataDefByte1 ( int nArgs ) |
| 526 | { |
| 527 | g_aArgs[0].nValue = NOP_BYTE_1; |
| 528 | return _CmdDisasmDataDefByteX( nArgs ); |
| 529 | } |
| 530 | |
| 531 | // Command: DB2 |
| 532 | // Usage: |
nothing calls this directly
no test coverage detected