MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CmdDisasmDataDefByte2

Function CmdDisasmDataDefByte2

source/Debugger/Debugger_DisassemblerData.cpp:534–538  ·  view source on GitHub ↗

Command: DB2 Usage: DB2

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_CmdDisasmDataDefByteXFunction · 0.85

Tested by

no test coverage detected