mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-01-23 06:16:12 +00:00
Source clean-up, portability and debugger fixes. (PR #842)
And fix two general issues: - confusing behavior when entering the builtin (mini) assembler mode, - and also fixes the "cl" (clear flag) command - which was documented, but did not work at all (due to an "interesting" command/syntax conflict...).
This commit is contained in:
@@ -116,7 +116,7 @@ WORD _CmdDefineByteRange(int nArgs,int iArg,DisasmData_t & tData_)
|
||||
else
|
||||
sprintf( aSymbolName, "B_%04X", tData_.nStartAddress ); // DB range
|
||||
|
||||
pSymbolName = aSymbolName;
|
||||
pSymbolName = aSymbolName;
|
||||
}
|
||||
|
||||
// bRemoveSymbol = false // use arg[2]
|
||||
|
||||
Reference in New Issue
Block a user