Debugger: Add examples for HELP CALC

This commit is contained in:
michaelangel007 2018-04-17 09:32:58 -07:00
parent 858586d646
commit e852d91031

View File

@ -1324,6 +1324,8 @@ Update_t CmdHelpSpecific (int nArgs)
ConsoleBufferPush( " Note: #A (if you don't want the accumulator value)" );
ConsoleBufferPush( " Note: #F (if you don't want the flags value)" );
Help_Examples();
ConsolePrintFormat( sText, "%s CALC 5 + #A", CHC_EXAMPLE );
ConsolePrintFormat( sText, "%s CALC 80 * 2", CHC_EXAMPLE );
break;
case CMD_OUTPUT_ECHO:
ConsoleColorizePrint( sText, " Usage: string" );