1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-05 23:30:20 +00:00
6502bench/SourceGen/SGTestData/Source
Andy McFadden 59b7ec0dea Recognize that LSR always clears the 'N' flag
The instruction shifts 0 into the high bit, so the result is never
negative.  Added a test case to 1003-flags-and-branches.
2020-04-23 17:23:12 -07:00
..
1000-allops-value-65816.S
1001-allops-zero-65816.S
1002-embedded-instructions.S
1003-flags-and-branches.S Recognize that LSR always clears the 'N' flag 2020-04-23 17:23:12 -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 Add regression test for data analysis bug 2019-12-30 14:09:18 -08:00
2005-string-types.S
2006-operand-formats.S Work around Merlin assembler bug 2020-03-18 17:45:06 -07:00
2007-labels-and-symbols.S
2008-address-changes.S
2009-branches-and-banks.cfg Add a blank line between constants and addresses 2019-10-22 22:45:13 -07:00
2009-branches-and-banks.S Add a blank line between constants and addresses 2019-10-22 22:45:13 -07:00
2010-target-adjustment.S Tweak "nearby" label finder 2019-10-29 18:12:22 -07:00
2011-hinting.S
2012-label-localizer.S Remap labels that use opcode mnemonics 2019-09-20 15:29:34 -07:00
2013-notes-and-comments.S
2014-label-dp.S
2016-char-encoding.S
2019-local-variables.S Work around two assembler issues 2019-09-20 14:05:17 -07:00
2020-cycle-counts-65816.S Rename regression test 2020 to reflect the CPU configuration 2019-09-15 17:02:21 -07:00
2021-external-symbols.S Prefer narrower project/platform symbols 2020-01-23 10:49:22 -08:00
2022-extension-scripts.S Correctly handle embedded instruction edge case 2019-10-19 17:28:45 -07:00
2023-non-unique-labels.S Label rework, part 6 2019-11-18 13:36:53 -08:00
2024-ui-edge-cases.S Correct handling of no-op .ORG statements 2020-02-28 14:49:18 -08:00
allops-common-65C02.S
allops-common-6502.S
allops-common-65816.S