Debugger: Clarify HELP CALC operators

This commit is contained in:
michaelangel007 2018-04-17 09:33:56 -07:00
parent e852d91031
commit c449ef12b7

View File

@ -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)" );