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

Function CmdDisasmDataDefWord1

source/Debugger/Debugger_DisassemblerData.cpp:582–586  ·  view source on GitHub ↗

Command: DW Usage: DW

Source from the content-addressed store, hash-verified

580// Usage:
581// DW <addr>
582Update_t CmdDisasmDataDefWord1 ( int nArgs )
583{
584 g_aArgs[0].nValue = NOP_WORD_1;
585 return _CmdDisasmDataDefWordX( nArgs );
586}
587
588// Command: DW2
589// Usage:

Callers

nothing calls this directly

Calls 1

_CmdDisasmDataDefWordXFunction · 0.85

Tested by

no test coverage detected