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

Function Help_Range

source/Debugger/Debugger_Help.cpp:134–139  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

132
133//===========================================================================
134void Help_Range()
135{
136 ConsoleBufferPush( " Where <range> is of the form:" );
137 ConsoleBufferPush( " address , length [address,address+length)" );
138 ConsoleBufferPush( " address : end [address,end]" );
139}
140
141//===========================================================================
142void Help_AddressPrefix()

Callers 1

CmdHelpSpecificFunction · 0.85

Calls 1

ConsoleBufferPushFunction · 0.70

Tested by

no test coverage detected