1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-31 07:29:00 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden 1b0ee7de21 Fix display of instruction attributes
The "affected flags" constants were incorrect for BIT, BRK, COP,
RTI, XCE, and the undocmented instructions ANE, DCP, and SAX.  The
constants are used for the changed-flag summary shown in the info
window and the instruction chart.

Of greater import: the status flag updater for BIT was incorrectly
marking N/V/C as indeterminate instead of N/V/Z.  The undocmented
instructions ANE, DCP, and SAX were also incorrect.

The cycle counts shown in line comments are computed correctly, but
the counts shown in the info window and instruction chart were
displaying the full set of modifiers, ignoring the CPU type.  That's
okay for the info window, which spells the modifiers out, though
it'd be better if the bits were explicitly marked as being applicable
to the current CPU or a different one.
2019-10-22 10:48:02 -07:00
..
advanced.html Fix constants declared with MULTI_MASK 2019-10-18 16:19:42 -07:00
analysis.html Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
codegen.html Change how the "quick set" settings work 2019-10-11 17:39:52 -07:00
editors.html Add junk/align directives 2019-10-18 21:00:28 -07:00
end-notes.html Clean up HTML in manual 2018-10-09 10:04:10 -07:00
index.html Add instruction chart 2019-10-21 15:15:09 -07:00
intro.html Minor tweaks 2019-10-21 17:43:40 -07:00
main.css Initial file commit 2018-09-28 10:05:11 -07:00
mainwin.html Add message list, part 2 (of 2) 2019-10-20 18:02:23 -07:00
settings.html Rename button text 2019-10-13 15:21:05 -07:00
tools.html Fix display of instruction attributes 2019-10-22 10:48:02 -07:00
tutorials.html Put some stuff in a "Navigate" menu 2019-10-19 17:46:40 -07:00