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

Function CmdDisasmDataDefByte8

source/Debugger/Debugger_DisassemblerData.cpp:552–556  ·  view source on GitHub ↗

Command DB8 Usage: DB8

Source from the content-addressed store, hash-verified

550// Usage:
551// DB8 <addr>
552Update_t CmdDisasmDataDefByte8 ( int nArgs )
553{
554 g_aArgs[0].nValue = NOP_BYTE_8;
555 return _CmdDisasmDataDefByteX( nArgs );
556}
557
558// Command: DF
559// Usage:

Callers

nothing calls this directly

Calls 1

_CmdDisasmDataDefByteXFunction · 0.85

Tested by

no test coverage detected