Debugger: 2.9.2.4 Fixed: DA RESET = 3F2 was displaying help instead of being parsed.

This commit is contained in:
michaelangel007
2025-02-06 10:38:15 -08:00
parent 3659beb776
commit fa608c1f89
3 changed files with 4 additions and 2 deletions

View File

@@ -490,7 +490,8 @@ Update_t CmdDisasmDataDefAddress16 (int nArgs)
{
int iCmd = NOP_WORD_1 - g_aArgs[0].nValue;
if (! ((nArgs <= 2) || (nArgs == 4)))
// 2.9.2.4 Fixed: DA RESET = 3F2 was displaying help instead of being parsed.
if (nArgs > 4)
{
return Help_Arg_1( CMD_DEFINE_DATA_WORD1 + iCmd );
}