Debugger: 2.9.1.25 Fixed: R P ## wasn't setting P flag status register. (#1238)

This commit is contained in:
Michael "Code Poet" Pohoreski
2023-06-03 19:03:11 -07:00
committed by GitHub
parent 000ebab3c5
commit 677ba8ffb3
3 changed files with 5 additions and 2 deletions

View File

@@ -784,7 +784,7 @@ Update_t CmdHelpSpecific (int nArgs)
// Registers
case CMD_REGISTER_SET:
ConsoleColorizePrint( " Usage: <reg> <value | expression | symbol>" );
ConsoleBufferPush( " Where <reg> is one of: A X Y PC SP " );
ConsoleBufferPush( " Where <reg> is one of: A X Y P PC SP " );
ConsoleColorizePrintFormat( " See also: %s%s"
, CHC_CATEGORY
, g_aParameters[ PARAM_CAT_OPERATORS ].m_sName );
@@ -794,6 +794,7 @@ Update_t CmdHelpSpecific (int nArgs)
ConsolePrintFormat( "%s R A A1" , CHC_EXAMPLE );
ConsolePrintFormat( "%s R A $A1" , CHC_EXAMPLE );
ConsolePrintFormat( "%s R A #A1" , CHC_EXAMPLE );
ConsolePrintFormat( "%s R P 0" , CHC_EXAMPLE );
break;
case CMD_SOURCE:
// ConsoleBufferPush( " Reads assembler source file." );