mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-04 15:05:03 +00:00
0bbb307d4e
These were being overlooked because they didn't actually cause anything to happen (a no-op .ORG sets the address to what it would already have been). The assembly source generator works in a way that causes them to be skipped, so everybody was happy. This seemed like the sort of thing that was likely to cause problems down the road, however, so we now split regions correctly when a no-op .ORG is encountered. This affects the uncategorized data analyzer and selection grouping. This changed the behavior of the 2004-numeric-types test, which was visibly weird in the UI but generated correct output. Added the 2024-ui-edge-cases test to provide a place to exercise edge cases when testing the UI by hand. It has some value for the automated regression test, so it's included there. Also, changed the AddressMapEntry objects to be immutable. This is handy when passing lists of them around. |
||
---|---|---|
.. | ||
1000-allops-value-65816.S | ||
1001-allops-zero-65816.S | ||
1002-embedded-instructions.S | ||
1003-flags-and-branches.S | ||
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 | ||
2007-labels-and-symbols.S | ||
2008-address-changes.S | ||
2009-branches-and-banks.cfg | ||
2009-branches-and-banks.S | ||
2010-target-adjustment.S | ||
2011-hinting.S | ||
2012-label-localizer.S | ||
2013-notes-and-comments.S | ||
2014-label-dp.S | ||
2016-char-encoding.S | ||
2019-local-variables.S | ||
2020-cycle-counts-65816.S | ||
2021-external-symbols.S | ||
2022-extension-scripts.S | ||
2023-non-unique-labels.S | ||
2024-ui-edge-cases.S | ||
allops-common-65C02.S | ||
allops-common-6502.S | ||
allops-common-65816.S |