1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-27 19:29:08 +00:00
Andy McFadden d7dbd8d012 Minor tweak to instruction operand editor
If you put a value in the "symbol" field of an instruction with an
address operand, you're establishing a symbolic reference to a label
that may be at a different address than the numeric value of the
operand.  But if you then hit the "edit label" button, you'll edit
the label at the *numeric* reference address, which can be confusing.
We now disable the create/edit label button when the format has been
set to "symbol".

The button is just a short-cut, so disabling it doesn't prevent the
user from doing anything.
2021-10-16 14:46:13 -07:00
..
2021-10-16 09:15:28 -07:00
2021-10-16 13:19:21 -07:00
2021-09-26 17:17:54 -07:00
2021-09-30 21:11:26 -07:00
2021-10-08 12:33:32 -07:00
2021-10-04 20:41:19 -07:00
2021-10-16 09:15:28 -07:00
2021-09-30 21:11:26 -07:00
2021-10-04 20:41:19 -07:00
2021-10-07 12:39:30 -07:00
2021-10-12 13:04:34 -07:00
2021-09-30 21:11:26 -07:00
2021-10-07 12:39:30 -07:00
2021-09-27 18:13:06 -07:00
2021-10-07 12:39:30 -07:00
2020-07-16 10:14:28 -07:00
2021-10-04 20:41:19 -07:00
2021-09-26 17:17:54 -07:00