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

Function CmdDisasmDataDefByte1

source/Debugger/Debugger_DisassemblerData.cpp:525–529  ·  view source on GitHub ↗

Command: DB Usage: DB

Source from the content-addressed store, hash-verified

523// Usage:
524// DB <addr>
525Update_t CmdDisasmDataDefByte1 ( int nArgs )
526{
527 g_aArgs[0].nValue = NOP_BYTE_1;
528 return _CmdDisasmDataDefByteX( nArgs );
529}
530
531// Command: DB2
532// Usage:

Callers

nothing calls this directly

Calls 1

_CmdDisasmDataDefByteXFunction · 0.85

Tested by

no test coverage detected