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

Function ArgsGetImmediateValue

source/Debugger/Debugger_Parser.cpp:221–233  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

219
220//===========================================================================
221bool ArgsGetImmediateValue ( Arg_t *pArg, WORD * pAddressValue_ )
222{
223 if (pArg && pAddressValue_)
224 {
225 if (pArg->eToken == TOKEN_HASH)
226 {
227 pArg++;
228 return ArgsGetValue( pArg, pAddressValue_ );
229 }
230 }
231
232 return false;
233}
234
235// Read console input, process the raw args, turning them into tokens and types.
236//===========================================================================

Callers 1

ArgsCookFunction · 0.85

Calls 1

ArgsGetValueFunction · 0.70

Tested by

no test coverage detected