1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-12 23:29:32 +00:00

Update for v1.8.1

Andy McFadden 2022-01-22 20:50:44 -08:00
parent edee061956
commit 00cac40b74

@ -1,5 +1,15 @@
A detailed log of changes, in reverse chronological order.
## 2022/01/22 v1.8.1 ##
Bug fixes:
* Fixed display of non-addressable symbols in HTML export.
* Fixed status flag update for ROL instruction.
Other changes:
* Updated visualization bitmap API to better suit indexed color.
* Added jump to EQU line on double-click in Symbols window.
* Changed default value for "comma-separated bulk data" setting.
### 2021/12/02 v1.8.1-dev1 ###
New features:
* Highlight operands that refer to the currently-selected line.