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

Add some notes re: #126

Andy McFadden 2022-05-06 08:08:41 -07:00
parent e6756509de
commit c852037082

@ -138,9 +138,12 @@ Contents:
* Streamline the data operand editor.
* Need an easier way to set single-operand stuff.
* Need an easier way to set target labels (similar to the way the
instruction operand editor works).
* Consider switching to single-byte automatically when a label is
typed.
instruction operand editor works), perhaps as an "add label"
button that appears when a symbol is typed on a 16/24-bit value.
* Consider switching to single-byte automatically when a symbol is
typed. (This is the opposite of the previous item; order of
operations may matter.)
* Have an option to set a code start point at the target of an address (#126).
* Streamline instruction operand editor: don't open a separate dialog
to edit a line label. Maybe just show the operand target line and
invite them to update the label in place?