Debugger: Clarify HELP CALC operators
This commit is contained in:
parent
e852d91031
commit
c449ef12b7
1 changed files with 1 additions and 1 deletions
|
@ -1318,7 +1318,7 @@ Update_t CmdHelpSpecific (int nArgs)
|
|||
// Output
|
||||
case CMD_OUTPUT_CALC:
|
||||
ConsoleColorizePrint( sText, " Usage: <address | symbol | expression >" );
|
||||
ConsoleBufferPush( " Expression is one of: + - * / % ^ ~" );
|
||||
ConsoleBufferPush( " Operator is one of: + - * / % ^ ~" );
|
||||
ConsoleBufferPush( " Output order is: Hex Bin Dec Char" );
|
||||
ConsoleBufferPush( " Note: symbols take priority." );
|
||||
ConsoleBufferPush( " Note: #A (if you don't want the accumulator value)" );
|
||||
|
|
Loading…
Add table
Reference in a new issue