1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-15 11:28:56 +00:00
6502bench/SourceGen/Tools
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
..
Omf Fix bank for AbsInd and AbsIndLong addressing 2020-07-04 15:03:23 -07:00
WpfGui First step toward Apple IIgs OMF file handling 2020-06-23 17:21:18 -07:00
ApplesoftToHtml.cs Minor updates 2019-10-25 18:16:09 -07:00
VirtualHexDump.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00