1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-13 14:29:23 +00:00
6502bench/SourceGen/SGTestData/Expected
Andy McFadden 17f0faa845 Add linker config scripts to cc65 generator output
The system configuration you get with "-t none" works for smaller
files but fails for larger ones.  This updates the generator to
produce a source file and linker script pair.  (I kinda saw this
one coming -- it's why the gen/asm dialog has a combo box for the
file preview -- so it didn't require that much work.)

This currently generates a fixed script for a generic system with
64KiB of RAM, using .ORGs to set the addresses as before.

With this change, assembling a file with 65536 NOPs succeeds.

(issue #39)
2018-11-18 14:28:44 -08:00
..
1000-allops-value-65816_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
1000-allops-value-65816_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
1000-allops-value-65816_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
1000-allops-value-65816_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
1001-allops-zero-65816_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
1001-allops-zero-65816_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
1001-allops-zero-65816_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
1001-allops-zero-65816_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
1002-embedded-instructions_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
1002-embedded-instructions_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
1002-embedded-instructions_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
1002-embedded-instructions_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
1003-flags-and-branches_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
1003-flags-and-branches_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
1003-flags-and-branches_cc65.S Add custom flag updaters for ROL/ROR 2018-10-09 13:15:41 -07:00
1003-flags-and-branches_Merlin32.S Add custom flag updaters for ROL/ROR 2018-10-09 13:15:41 -07:00
1004-data-recognition_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
1004-data-recognition_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
1004-data-recognition_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
1004-data-recognition_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2000-allops-value-6502_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
2000-allops-value-6502_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2000-allops-value-6502_cc65.S Rename undocumented 6502 opcodes to match Unintended Opcodes doc 2018-10-05 14:28:45 -07:00
2000-allops-value-6502_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2001-allops-zero-6502_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
2001-allops-zero-6502_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2001-allops-zero-6502_cc65.S Rename undocumented 6502 opcodes to match Unintended Opcodes doc 2018-10-05 14:28:45 -07:00
2001-allops-zero-6502_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2002-allops-value-65C02_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
2002-allops-value-65C02_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2002-allops-value-65C02_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
2002-allops-value-65C02_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2003-allops-zero-65C02_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
2003-allops-zero-65C02_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2003-allops-zero-65C02_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
2003-allops-zero-65C02_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2004-numeric-types_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
2004-numeric-types_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2004-numeric-types_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
2004-numeric-types_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2005-string-types_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
2005-string-types_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2005-string-types_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
2005-string-types_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2006-operand-formats_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
2006-operand-formats_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2006-operand-formats_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
2006-operand-formats_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2007-labels-and-symbols_64tass.S Improve the "common" expression formatter 2018-10-26 15:45:39 -07:00
2007-labels-and-symbols_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2007-labels-and-symbols_cc65.S Progress toward 64tass expression support 2018-10-24 13:17:03 -07:00
2007-labels-and-symbols_Merlin32.S Progress toward 64tass expression support 2018-10-24 13:17:03 -07:00
2008-address-changes_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
2008-address-changes_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2008-address-changes_cc65.S Add custom flag updaters for ROL/ROR 2018-10-09 13:15:41 -07:00
2008-address-changes_Merlin32.S Add custom flag updaters for ROL/ROR 2018-10-09 13:15:41 -07:00
2009-branches-and-banks_64tass.S Get 64tass expressions working 2018-10-24 14:57:09 -07:00
2009-branches-and-banks_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2009-branches-and-banks_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
2009-branches-and-banks_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2010-target-adjustment_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
2010-target-adjustment_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2010-target-adjustment_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
2010-target-adjustment_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2011-hinting_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
2011-hinting_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2011-hinting_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
2011-hinting_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2012-label-localizer_64tass.S Finish the underscore handling in the label localizer 2018-10-23 20:40:09 -07:00
2012-label-localizer_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2012-label-localizer_cc65.S Finish the underscore handling in the label localizer 2018-10-23 20:40:09 -07:00
2012-label-localizer_Merlin32.S Finish the underscore handling in the label localizer 2018-10-23 20:40:09 -07:00
2013-notes-and-comments_64tass.S Progress toward 64tass support 2018-10-23 20:08:01 -07:00
2013-notes-and-comments_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2013-notes-and-comments_cc65.S Initial file commit 2018-09-28 10:05:11 -07:00
2013-notes-and-comments_Merlin32.S Initial file commit 2018-09-28 10:05:11 -07:00
2014-label-dp_64tass.S Add 2014-label-dp 2018-10-30 16:07:35 -07:00
2014-label-dp_cc65.cfg Add linker config scripts to cc65 generator output 2018-11-18 14:28:44 -08:00
2014-label-dp_cc65.S Expand set of things that work with double-click on opcode 2018-11-03 15:03:25 -07:00
2014-label-dp_Merlin32.S Work around Merlin 32 instruction parsing bug 2018-11-02 13:49:27 -07:00