1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-15 11:28:56 +00:00
6502bench/SourceGen/RuntimeData/Tips
Andy McFadden fa04c98dac Correct StdInline behavior for overlapping addresses
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.
2021-10-27 16:48:25 -07:00
..
daily-tips.json Correct StdInline behavior for overlapping addresses 2021-10-27 16:48:25 -07:00
dbl-click-opcode.png Add daily tips to start screen 2021-10-16 09:15:28 -07:00
note-sample.png Add daily tips to start screen 2021-10-16 09:15:28 -07:00
print-inline-sample.png Add daily tips to start screen 2021-10-16 09:15:28 -07:00
pseudo-op-names.png Add daily tips to start screen 2021-10-16 09:15:28 -07:00