mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-11 21:29:43 +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:
parent
476dbbfaa0
commit
4c2c09178d
@ -151,7 +151,7 @@ Update_t CmdDisasmDataList (int nArgs)
|
||||
, pData->nStartAddress
|
||||
, CHC_ARG_SEP
|
||||
, CHC_ADDRESS
|
||||
, pData->nEndAddress
|
||||
, pData->nEndAddress - 1
|
||||
);
|
||||
ConsolePrint( sText );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user