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

Function Disassembly_AddData

source/Debugger/Debugger_DisassemblerData.cpp:704–707  ·  view source on GitHub ↗

Notes: tData.iDirective should not be _NOP_REMOVED ! ===========================================================================

Source from the content-addressed store, hash-verified

702// Notes: tData.iDirective should not be _NOP_REMOVED !
703//===========================================================================
704void Disassembly_AddData( DisasmData_t tData)
705{
706 g_aDisassemblerData.push_back( tData );
707}
708
709// DEPRECATED ! Inlined in _6502_GetOpmodeOpbyte() !
710//===========================================================================

Callers 5

CmdDisasmDataDefCodeFunction · 0.85
_CmdDisasmDataDefByteXFunction · 0.85
_CmdDisasmDataDefWordXFunction · 0.85
CmdDisasmDataDefStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected