mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-09 18:30:19 +00:00
f7e5cf2f45
Most tests pass, but 2007-labels-and-symbols fails because the expressions recognized by 64tass don't match up with either of the other assemblers. This is currently using a workaround for the local label syntax. 64tass uses '_' as the prefix, which is unfortunate since SourceGen explicitly allowed underscores in labels. (So does 64tass for that matter, but it treats labels specially when the '_' comes first.) We will need to rename any non-local user labels that start with '_'. (issue #16) |
||
---|---|---|
.. | ||
1000-allops-value-65816_64tass.S | ||
1000-allops-value-65816_cc65.S | ||
1000-allops-value-65816_Merlin32.S | ||
1001-allops-zero-65816_64tass.S | ||
1001-allops-zero-65816_cc65.S | ||
1001-allops-zero-65816_Merlin32.S | ||
1002-embedded-instructions_64tass.S | ||
1002-embedded-instructions_cc65.S | ||
1002-embedded-instructions_Merlin32.S | ||
1003-flags-and-branches_64tass.S | ||
1003-flags-and-branches_cc65.S | ||
1003-flags-and-branches_Merlin32.S | ||
1004-data-recognition_64tass.S | ||
1004-data-recognition_cc65.S | ||
1004-data-recognition_Merlin32.S | ||
2000-allops-value-6502_64tass.S | ||
2000-allops-value-6502_cc65.S | ||
2000-allops-value-6502_Merlin32.S | ||
2001-allops-zero-6502_64tass.S | ||
2001-allops-zero-6502_cc65.S | ||
2001-allops-zero-6502_Merlin32.S | ||
2002-allops-value-65C02_64tass.S | ||
2002-allops-value-65C02_cc65.S | ||
2002-allops-value-65C02_Merlin32.S | ||
2003-allops-zero-65C02_64tass.S | ||
2003-allops-zero-65C02_cc65.S | ||
2003-allops-zero-65C02_Merlin32.S | ||
2004-numeric-types_64tass.S | ||
2004-numeric-types_cc65.S | ||
2004-numeric-types_Merlin32.S | ||
2005-string-types_64tass.S | ||
2005-string-types_cc65.S | ||
2005-string-types_Merlin32.S | ||
2006-operand-formats_64tass.S | ||
2006-operand-formats_cc65.S | ||
2006-operand-formats_Merlin32.S | ||
2007-labels-and-symbols_cc65.S | ||
2007-labels-and-symbols_Merlin32.S | ||
2008-address-changes_64tass.S | ||
2008-address-changes_cc65.S | ||
2008-address-changes_Merlin32.S | ||
2009-branches-and-banks_64tass.S | ||
2009-branches-and-banks_cc65.S | ||
2009-branches-and-banks_Merlin32.S | ||
2010-target-adjustment_64tass.S | ||
2010-target-adjustment_cc65.S | ||
2010-target-adjustment_Merlin32.S | ||
2011-hinting_64tass.S | ||
2011-hinting_cc65.S | ||
2011-hinting_Merlin32.S | ||
2012-label-localizer_64tass.S | ||
2012-label-localizer_cc65.S | ||
2012-label-localizer_Merlin32.S | ||
2013-notes-and-comments_64tass.S | ||
2013-notes-and-comments_cc65.S | ||
2013-notes-and-comments_Merlin32.S |