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

Function CmdUnassemble

source/Debugger/Debug.cpp:2748–2760  ·  view source on GitHub ↗

Unassemble ===========================================================================

Source from the content-addressed store, hash-verified

2746// Unassemble
2747//===========================================================================
2748Update_t CmdUnassemble (int nArgs)
2749{
2750 if (! nArgs)
2751 return Help_Arg_1( CMD_UNASSEMBLE );
2752
2753 WORD nAddress = g_aArgs[1].nValue;
2754 g_nDisasmTopAddress = nAddress;
2755
2756 DisasmCalcCurFromTopAddress();
2757 DisasmCalcBotFromTopAddress();
2758
2759 return UPDATE_DISASM;
2760}
2761
2762
2763//===========================================================================

Callers

nothing calls this directly

Calls 3

Help_Arg_1Function · 0.85

Tested by

no test coverage detected