1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-08-20 11:28:58 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden 8d291ba21e Fix bank for AbsInd and AbsIndLong addressing
The Absolute Indirect and Absolute Indirect Long addressing modes
(e.g. "JMP (addr)" and "JMP [addr]") are 16-bit values in bank 0.
The code analyzer was placing them in the program bank, which
meant the wrong symbol was being used.

Also, tweak some docs.
2020-07-04 15:03:23 -07: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 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