1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-02 20:41:32 +00:00

Add notes re: #132

Andy McFadden 2022-06-05 16:46:08 -07:00
parent 8dd3d90d03
commit 1b957c7295

@ -171,6 +171,9 @@ Contents:
Do a refactoring rename on project symbol name changes. Requires
breaking the change into small pieces. One tricky item is making it work
correctly when there's a user label with the same name.
* Improve status flag editor (https://github.com/fadden/6502bench/issues/132):
* Add buttons to quickly change conditional branches to branch-always,
branch-never, or branch-sometimes.
* Add a feature to quickly format "LDA #<lo / LDA #<hi" situations.
See https://github.com/fadden/6502bench/issues/120 (related: #21)
* Improve the "find" feature. Case-sensitivity, regex, incremental