mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-01-23 06:16:12 +00:00
Debugger: Fix ASC overflowing _sOpCodes in FormatOpcodeBytes()
This commit is contained in:
@@ -387,7 +387,8 @@ Update_t CmdDisasmDataDefString ( int nArgs )
|
||||
int iArg = 2;
|
||||
WORD nAddress = _CmdDefineByteRange( nArgs, iArg, tData );
|
||||
|
||||
tData.iDirective = g_aAssemblerFirstDirective[ g_iAssemblerSyntax ] + ASM_DEFINE_APPLE_TEXT;
|
||||
// tData.iDirective = g_aAssemblerFirstDirective[ g_iAssemblerSyntax ] + ASM_DEFINE_APPLE_TEXT;
|
||||
tData.iDirective = FIRST_M_DIRECTIVE + ASM_M_ASCII; // ASM_MERLIN
|
||||
|
||||
tData.eElementType = (Nopcode_e)( NOP_STRING_APPLE + iCmd );
|
||||
tData.bSymbolLookup = false;
|
||||
|
||||
Reference in New Issue
Block a user