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 18e6951f17 Add Data Bank Register management, part 1
On the 65816, 16-bit data access instructions (e.g. LDA abs) are
expanded to 24 bits by merging in the Data Bank Register (B).  The
value of the register is difficult to determine via static analysis,
so we need a way to annotate the disassembly with the correct value.
Without this, the mapping of address to file offset will sometimes
be incorrect.

This change adds the basic data structures and "fixup" function, a
functional but incomplete editor, and source for a new test case.
2020-07-08 17:56:27 -07:00
..
advanced.html Add Data Bank Register management, part 1 2020-07-08 17:56:27 -07:00
analysis.html Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
codegen.html Fix 65816 code generation issues 2020-07-03 14:02:38 -07:00
editors.html Allow custom colors in Notes 2020-03-13 13:58:52 -07:00
end-notes.html Add "Go to Last Change" feature 2019-11-01 19:11:48 -07:00
index.html Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
intro.html Label rework, part 7 (of 7) 2019-11-18 17:45:41 -08:00
main.css Initial file commit 2018-09-28 10:05:11 -07:00
mainwin.html Add Navigate > Jump to Operand 2020-06-07 16:37:41 -07:00
settings.html Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
tools.html Fix bank for AbsInd and AbsIndLong addressing 2020-07-04 15:03:23 -07:00
tutorials.html Various minor changes 2020-03-30 16:50:52 -07:00
visualization.html Add Export feature to visualization editor 2020-06-20 17:32:57 -07:00