1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-10 13:54:52 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden 091955b9c2 Allow setting the start/end address for a block
If you have a single line selected, Set Address adds a .ORG directive
that changes the addresses of all following data, until the next .ORG
directive is reached.  Sometimes code will relocate part of itself,
and it's useful to be able to set the address at the end of the block
to what it would have been before the .ORG change.

If you have multiple lines selected, we now add the second .ORG to
the offset that follows the last selected line.

Also, fixed a bug in the Symbol value updater that wasn't handling
non-unique labels correctly.
2019-12-25 18:17:50 -08:00
..
advanced.html Groundwork for animated Visualizations 2019-12-17 17:43:56 -08:00
analysis.html Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
codegen.html Add visualization sets to exported HTML 2019-12-13 17:15:38 -08:00
editors.html Allow setting the start/end address for a block 2019-12-25 18:17:50 -08:00
end-notes.html Add "Go to Last Change" feature 2019-11-01 19:11:48 -07:00
index.html Visualizer improvements 2019-12-06 15:05:49 -08:00
intro.html Label rework, part 7 (of 7) 2019-11-18 17:45:41 -08:00
main.css
mainwin.html Allow setting the start/end address for a block 2019-12-25 18:17:50 -08:00
settings.html Add F6 as a shortcut for the Project Symbols editor 2019-12-13 13:05:29 -08:00
tools.html Fix display of instruction attributes 2019-10-22 10:48:02 -07:00
tutorials.html Label rework, part 7 (of 7) 2019-11-18 17:45:41 -08:00
visualization.html Fix proportions for animated GIFs 2019-12-25 10:28:40 -08:00