mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-15 18:27:29 +00:00
2.6.2.10 Fixed: Off-by-one when pretty printing 'B' of all bytes treated as data.
This commit is contained in:
@@ -151,7 +151,7 @@ Update_t CmdDisasmDataList (int nArgs)
|
|||||||
, pData->nStartAddress
|
, pData->nStartAddress
|
||||||
, CHC_ARG_SEP
|
, CHC_ARG_SEP
|
||||||
, CHC_ADDRESS
|
, CHC_ADDRESS
|
||||||
, pData->nEndAddress
|
, pData->nEndAddress - 1
|
||||||
);
|
);
|
||||||
ConsolePrint( sText );
|
ConsolePrint( sText );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user