mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-01-23 06:16:12 +00:00
Debugger: 2.9.2.4 Fixed: DA RESET = 3F2 was displaying help instead of being parsed.
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user