mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-11 13:50:13 +00:00
fa04c98dac
The implementation was mapping labels to addresses, then formatting inline data at the matching address. This may be incorrect when there are multiple sections of the file mapped to the same address. The correct approach is to record the offsets of the matching labels, and then do an address-to-offset translation for each JSR. Also, show a note in the Info window when a JSR has been marked no-continue by an extension script. Also, updated Daily Tips. |
||
---|---|---|
.. | ||
daily-tips.json | ||
dbl-click-opcode.png | ||
note-sample.png | ||
print-inline-sample.png | ||
pseudo-op-names.png |