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

Function HelpLastCommand

source/Debugger/Debugger_Help.cpp:59–62  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

57
58//===========================================================================
59Update_t HelpLastCommand()
60{
61 return Help_Arg_1( g_iCommand );
62}
63
64
65// Loads the arguments with the command to get help on and call display help.

Callers 11

CmdBreakInvalidFunction · 0.85
CmdBreakOpcodeFunction · 0.85
CmdBreakOnInterruptFunction · 0.85
CmdConfigColorMonoFunction · 0.85
CmdDiskFunction · 0.85
CmdNTSCFunction · 0.85
_CmdMemorySearchFunction · 0.85
CmdMemorySearchFunction · 0.85
CmdMemorySearchAsciiFunction · 0.85
CmdMemorySearchAppleFunction · 0.85
CmdMemorySearchHexFunction · 0.85

Calls 1

Help_Arg_1Function · 0.85

Tested by

no test coverage detected