1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-08-08 11:29:09 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Andy McFadden
b97f7ca3d8 Fix add-label shortcut for adjusted operands
When you edit the operand of an instruction that targets an in-file
address, you're given the opportunity to specify a shortcut that
applies the symbol to the instruction's target address in addition
to or instead of defining a weak symbol reference on the instruction
being edited.

This didn't work right for operands with adjustments, e.g. the store
instructions in self-modifying code.  It put the label at the
unadjusted offset, which does nothing useful.

We now correctly back up to the start of the instruction or multi-
byte data area.
2018-10-11 16:48:55 -07:00
Andy McFadden
2c6212404d Initial file commit 2018-09-28 10:05:11 -07:00