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

Function CmdDisasmDataDefWord4

source/Debugger/Debugger_DisassemblerData.cpp:600–604  ·  view source on GitHub ↗

Command: DW4 Usage: DW4

Source from the content-addressed store, hash-verified

598// Usage:
599// DW4 <addr>
600Update_t CmdDisasmDataDefWord4 ( int nArgs )
601{
602 g_aArgs[0].nValue = NOP_WORD_4;
603 return _CmdDisasmDataDefWordX( nArgs );
604}
605
606// Command: DS
607// Usage:

Callers

nothing calls this directly

Calls 1

_CmdDisasmDataDefWordXFunction · 0.85

Tested by

no test coverage detected