1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-29 00:29:38 +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 Do a refactoring rename on project symbol name changes. Requires
breaking the change into small pieces. One tricky item is making it work breaking the change into small pieces. One tricky item is making it work
correctly when there's a user label with the same name. 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): * Improve status flag editor (https://github.com/fadden/6502bench/issues/132):
* Add buttons to quickly change conditional branches to branch-always, * Add buttons to quickly change conditional branches to branch-always,
branch-never, or branch-sometimes. branch-never, or branch-sometimes.