1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-02-20 06:29:04 +00:00
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
..
2020-07-03 14:02:38 -07:00
2020-03-13 13:58:52 -07:00
2019-11-01 19:11:48 -07:00
2019-11-18 17:45:41 -08:00
2018-09-28 10:05:11 -07:00
2020-06-07 16:37:41 -07:00
2020-03-30 16:50:52 -07:00