1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-05 10:55:09 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden ee6e5d7fb6 Fix a couple of obscure bugs
The code that checked to see if a data target was inside a data
operand wasn't going all the way back to the start of the file.
It was also failing to stop when it should, wasting time.

The anattrib validation method has code that avoids a false-positive
on certain complex embedded instruction arrangements.  This was also
preventing it from seeing a transition from a data area to the
middle of an instruction (caused by issue #45).
2019-09-04 17:48:55 -07:00
..
advanced.html
analysis.html Make "smart" PLP handling optional 2019-09-02 15:57:59 -07:00
codegen.html
editors.html Add local variable tables to documentation 2019-09-01 18:14:59 -07:00
end-notes.html
index.html Add local variable tables to documentation 2019-09-01 18:14:59 -07:00
intro.html Add local variable tables to documentation 2019-09-01 18:14:59 -07:00
main.css
mainwin.html Add local variable tables to documentation 2019-09-01 18:14:59 -07:00
settings.html Fix a couple of obscure bugs 2019-09-04 17:48:55 -07:00
tools.html
tutorials.html