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

Function CmdDisasmDataDefWord2

source/Debugger/Debugger_DisassemblerData.cpp:591–595  ·  view source on GitHub ↗

Command: DW2 Usage: DW2

Source from the content-addressed store, hash-verified

589// Usage:
590// DW2 <addr>
591Update_t CmdDisasmDataDefWord2 ( int nArgs )
592{
593 g_aArgs[0].nValue = NOP_WORD_2;
594 return _CmdDisasmDataDefWordX( nArgs );
595}
596
597// Command: DW4
598// Usage:

Callers

nothing calls this directly

Calls 1

_CmdDisasmDataDefWordXFunction · 0.85

Tested by

no test coverage detected