1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-26 11:29:33 +00:00

Add issue #143

Andy McFadden 2023-02-14 14:10:02 -08:00
parent b8859620fa
commit eb2fe8c0f7

@ -185,6 +185,8 @@ 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.
* Add ability to specify a fixed offset, for the benefit of address tables that
are stored as offset tables. (https://github.com/fadden/6502bench/issues/143)
* 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.