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

Updated TO DO List (markdown)

Andy McFadden 2023-12-22 13:02:38 -08:00
parent c44e1e47ca
commit 1ba6a06313

@ -192,7 +192,8 @@ Contents:
* NOTE: this probably ought to be a stored record rather than a one-shot formatting
tool. If we re-applied it during analysis, we could tag code points dynamically,
and display single-byte low/high parts correctly instead of treating each part
in isolation. We wouldn't need 'T' labels.
in isolation. We wouldn't need 'T' labels. Further, we could offer nicer output
modes, such as putting multiple items on a single line.
* 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.