mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 00:17:16 +00:00
Debugger: Clarify HELP CALC operators
This commit is contained in:
@@ -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)" );
|
||||
|
||||
Reference in New Issue
Block a user