1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-26 21:49:45 +00:00
6502bench/SourceGen/SGTestData/Source
Andy McFadden 1ddf4bed48 Fix code tracing bug
If you set things up just right, it's possible for flag status
changes to fail to get merged.

Added a regression test to 1003-flags-and-branches.

Also, tweaked the instruction operand editor to be a bit smoother
from the keyboard: added alt-key shortcuts, and put the focus on the
OK button after creating/editing a label so you can just hit the
return key twice.
2019-09-17 14:38:16 -07:00
..
1000-allops-value-65816.S
1001-allops-zero-65816.S
1002-embedded-instructions.S
1003-flags-and-branches.S Fix code tracing bug 2019-09-17 14:38:16 -07:00
1004-data-recognition.S
2000-allops-value-6502.S
2001-allops-zero-6502.S
2002-allops-value-65C02.S
2003-allops-zero-65C02.S
2004-numeric-types.S
2005-string-types.S
2006-operand-formats.S Correctly handle delimiters in character operands 2019-08-14 17:31:15 -07:00
2007-labels-and-symbols.S
2008-address-changes.S
2009-branches-and-banks.S
2010-target-adjustment.S
2011-hinting.S Fix handling of data formatting that overlaps with code 2019-09-14 11:44:17 -07:00
2012-label-localizer.S
2013-notes-and-comments.S
2014-label-dp.S
2016-char-encoding.S PETSCII does DCI 2019-08-20 17:55:12 -07:00
2019-local-variables.S Add 2019-local-variables test 2019-08-31 20:40:38 -07:00
2020-cycle-counts-65816.S Rename regression test 2020 to reflect the CPU configuration 2019-09-15 17:02:21 -07:00
allops-common-65C02.S
allops-common-6502.S
allops-common-65816.S