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

Function CmdDisasmDataDefByte4

source/Debugger/Debugger_DisassemblerData.cpp:543–547  ·  view source on GitHub ↗

Command: DB4 Usage: DB4

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_CmdDisasmDataDefByteXFunction · 0.85

Tested by

no test coverage detected