1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-27 18:29:30 +00:00
6502bench/SourceGen/SGTestData/Expected
Andy McFadden 4322a0c231 Add option to put labels on separate lines
We currently have two options for assembly code output, selected by
a checkbox in the application settings: always put labels on the same
lines as the instruction or data operand, or split the labels onto
their own line if they were wider than the label text field.

This change adds a third option, which puts labels on their own line
whenever possible.  Assemblers don't generally allow this for variable
assignment pseudo-ops like "foo = $1000", but it's accepted for most
other situations.  This is a cosmetic change to the output, and will
not affect the generated code.

The old true/false app setting will be disregarded.  "Split if too
long" will be used by default.

Added test 20280-label-placement to exercise the "split whenever
allowed" behavior.

The "export" function has a similar option that has not been updated
(for no particular reason other than laziness).

Also, simplified the app settings GetEnum / SetEnum calls, which
can infer the enumerated type from the arguments.  This should not
impact behavior.
2024-04-21 16:26:42 -07:00
..
10000-allops-value-6502_64tass.S Update 64tass code gen 2021-08-09 14:26:25 -07:00
10000-allops-value-6502_acme.S Regression test rework, part 1 2020-06-06 14:47:19 -07:00
10000-allops-value-6502_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10000-allops-value-6502_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10000-allops-value-6502_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
10001-allops-value-65C02_64tass.S Regression test rework, part 1 2020-06-06 14:47:19 -07:00
10001-allops-value-65C02_acme.S Regression test rework, part 1 2020-06-06 14:47:19 -07:00
10001-allops-value-65C02_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10001-allops-value-65C02_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10001-allops-value-65C02_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
10002-allops-value-65816_64tass.S Regression test rework, part 1 2020-06-06 14:47:19 -07:00
10002-allops-value-65816_acme.S Update ACME generator for v0.97 2021-07-31 14:42:36 -07:00
10002-allops-value-65816_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10002-allops-value-65816_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10002-allops-value-65816_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
10003-allops-value-W65C02_64tass.S Add W65C02S support, part 3 2020-10-11 14:35:17 -07:00
10003-allops-value-W65C02_acme.S Add W65C02S support, part 3 2020-10-11 14:35:17 -07:00
10003-allops-value-W65C02_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10003-allops-value-W65C02_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10003-allops-value-W65C02_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
10010-allops-zero-6502_64tass.S Update 64tass code gen 2021-08-09 14:26:25 -07:00
10010-allops-zero-6502_acme.S Regression test rework, part 1 2020-06-06 14:47:19 -07:00
10010-allops-zero-6502_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10010-allops-zero-6502_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10010-allops-zero-6502_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
10011-allops-zero-65C02_64tass.S Regression test rework, part 1 2020-06-06 14:47:19 -07:00
10011-allops-zero-65C02_acme.S Regression test rework, part 1 2020-06-06 14:47:19 -07:00
10011-allops-zero-65C02_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10011-allops-zero-65C02_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10011-allops-zero-65C02_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
10012-allops-zero-65816_64tass.S Regression test rework, part 1 2020-06-06 14:47:19 -07:00
10012-allops-zero-65816_acme.S Update ACME generator for v0.97 2021-07-31 14:42:36 -07:00
10012-allops-zero-65816_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10012-allops-zero-65816_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10012-allops-zero-65816_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
10013-allops-zero-W65C02_64tass.S Add W65C02S support, part 3 2020-10-11 14:35:17 -07:00
10013-allops-zero-W65C02_acme.S Add W65C02S support, part 3 2020-10-11 14:35:17 -07:00
10013-allops-zero-W65C02_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10013-allops-zero-W65C02_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10013-allops-zero-W65C02_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
10020-embedded-instructions_64tass.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10020-embedded-instructions_acme.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10020-embedded-instructions_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10020-embedded-instructions_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10020-embedded-instructions_merlin32.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10022-embedded-instructions_64tass.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10022-embedded-instructions_acme.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10022-embedded-instructions_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10022-embedded-instructions_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10022-embedded-instructions_merlin32.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10030-flags-and-branches_64tass.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10030-flags-and-branches_acme.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10030-flags-and-branches_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10030-flags-and-branches_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10030-flags-and-branches_merlin32.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10032-flags-and-branches_64tass.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10032-flags-and-branches_acme.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10032-flags-and-branches_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10032-flags-and-branches_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10032-flags-and-branches_merlin32.S Refactor tests 1002x and 1003x 2020-10-18 20:30:42 -07:00
10040-data-recognition_64tass.S Rename test 10042 2020-10-18 09:16:50 -07:00
10040-data-recognition_acme.S Rename test 10042 2020-10-18 09:16:50 -07:00
10040-data-recognition_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
10040-data-recognition_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
10040-data-recognition_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20000-numeric-types_64tass.S Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
20000-numeric-types_acme.S Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
20000-numeric-types_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20000-numeric-types_cc65.S Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
20000-numeric-types_merlin32.S Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
20010-string-types_64tass.S Operand for ".enc" should be in double quotes 2020-07-02 08:14:42 -07:00
20010-string-types_acme.S Regression test rework, part 2 2020-06-06 15:36:08 -07:00
20010-string-types_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20010-string-types_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20010-string-types_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20020-operand-formats_64tass.S Operand for ".enc" should be in double quotes 2020-07-02 08:14:42 -07:00
20020-operand-formats_acme.S Split 2002x-operand-formats test 2020-06-08 17:47:26 -07:00
20020-operand-formats_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20020-operand-formats_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20020-operand-formats_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20022-operand-formats_64tass.S Operand for ".enc" should be in double quotes 2020-07-02 08:14:42 -07:00
20022-operand-formats_acme.S Split 2002x-operand-formats test 2020-06-08 17:47:26 -07:00
20022-operand-formats_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20022-operand-formats_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20022-operand-formats_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20030-labels-and-symbols_64tass.S Improve Common expression generation 2020-07-02 13:00:02 -07:00
20030-labels-and-symbols_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20030-labels-and-symbols_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20030-labels-and-symbols_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20030-labels-and-symbols_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20032-labels-and-symbols_64tass.S Fix 64tass output for non-loadable files 2021-08-01 17:21:20 -07:00
20032-labels-and-symbols_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20032-labels-and-symbols_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20032-labels-and-symbols_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20032-labels-and-symbols_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20040-address-changes_64tass.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20040-address-changes_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20040-address-changes_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20040-address-changes_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20040-address-changes_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20042-address-changes_64tass.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20042-address-changes_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20042-address-changes_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20042-address-changes_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20042-address-changes_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20050-branches-and-banks_64tass.S Regression test rework, part 4 2020-06-06 17:30:50 -07:00
20050-branches-and-banks_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20050-branches-and-banks_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20050-branches-and-banks_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20050-branches-and-banks_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20052-branches-and-banks_64tass.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20052-branches-and-banks_acme.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20052-branches-and-banks_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20052-branches-and-banks_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20052-branches-and-banks_merlin32.S Minor fix for Merlin32 2021-08-23 17:22:56 -07:00
20060-target-adjustment_64tass.S Refactor 2006x-target-adjustment 2020-10-19 15:46:05 -07:00
20060-target-adjustment_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20060-target-adjustment_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20060-target-adjustment_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20060-target-adjustment_merlin32.S Refactor 2006x-target-adjustment 2020-10-19 15:46:05 -07:00
20062-target-adjustment_64tass.S Refactor 2006x-target-adjustment 2020-10-19 15:46:05 -07:00
20062-target-adjustment_acme.S Refactor 2006x-target-adjustment 2020-10-19 15:46:05 -07:00
20062-target-adjustment_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20062-target-adjustment_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20062-target-adjustment_merlin32.S Refactor 2006x-target-adjustment 2020-10-19 15:46:05 -07:00
20070-hinting_64tass.S Regression test rework, part 2 2020-06-06 15:36:08 -07:00
20070-hinting_acme.S Regression test rework, part 2 2020-06-06 15:36:08 -07:00
20070-hinting_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20070-hinting_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20070-hinting_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20081-label-localizer_64tass.S Don't use "not" as a label in ACME output 2021-10-18 13:04:10 -07:00
20081-label-localizer_acme.S Don't use "not" as a label in ACME output 2021-10-18 13:04:10 -07:00
20081-label-localizer_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20081-label-localizer_cc65.S Don't use "not" as a label in ACME output 2021-10-18 13:04:10 -07:00
20081-label-localizer_merlin32.S Don't use "not" as a label in ACME output 2021-10-18 13:04:10 -07:00
20090-notes-and-comments_64tass.S Fix trailing backslash issue 2021-11-04 15:11:59 -07:00
20090-notes-and-comments_acme.S Fix trailing backslash issue 2021-11-04 15:11:59 -07:00
20090-notes-and-comments_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20090-notes-and-comments_cc65.S Fix trailing backslash issue 2021-11-04 15:11:59 -07:00
20090-notes-and-comments_merlin32.S Fix trailing backslash issue 2021-11-04 15:11:59 -07:00
20100-label-dp_64tass.S Update 64tass code gen 2021-08-09 14:26:25 -07:00
20100-label-dp_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20100-label-dp_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20100-label-dp_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20100-label-dp_merlin32.S Add 20100-label-dp test 2020-10-19 16:02:28 -07:00
20102-label-dp_64tass.S Rename test 10042 2020-10-18 09:16:50 -07:00
20102-label-dp_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20102-label-dp_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20102-label-dp_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20102-label-dp_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20110-64k-nops_64tass.S Regression test rework, part 2 2020-06-06 15:36:08 -07:00
20110-64k-nops_acme.S Regression test rework, part 2 2020-06-06 15:36:08 -07:00
20110-64k-nops_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20110-64k-nops_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20110-64k-nops_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20120-char-encoding-a_64tass.S Fix DCI string edge case 2021-08-10 14:08:39 -07:00
20120-char-encoding-a_acme.S Fix DCI string edge case 2021-08-10 14:08:39 -07:00
20120-char-encoding-a_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20120-char-encoding-a_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20120-char-encoding-a_merlin32.S Fix DCI string edge case 2021-08-10 14:08:39 -07:00
20122-char-encoding_64tass.S Rework 201XX-char-encoding-X tests 2020-10-19 15:01:02 -07:00
20122-char-encoding_acme.S Rework 201XX-char-encoding-X tests 2020-10-19 15:01:02 -07:00
20122-char-encoding_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20122-char-encoding_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20122-char-encoding_merlin32.S Rework 201XX-char-encoding-X tests 2020-10-19 15:01:02 -07:00
20130-char-encoding-p_64tass.S Fix DCI string edge case 2021-08-10 14:08:39 -07:00
20130-char-encoding-p_acme.S Fix DCI string edge case 2021-08-10 14:08:39 -07:00
20130-char-encoding-p_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20130-char-encoding-p_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20130-char-encoding-p_merlin32.S Fix DCI string edge case 2021-08-10 14:08:39 -07:00
20140-char-encoding-s_64tass.S Fix DCI string edge case 2021-08-10 14:08:39 -07:00
20140-char-encoding-s_acme.S Fix DCI string edge case 2021-08-10 14:08:39 -07:00
20140-char-encoding-s_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20140-char-encoding-s_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20140-char-encoding-s_merlin32.S Fix DCI string edge case 2021-08-10 14:08:39 -07:00
20150-local-variables_64tass.S Clone 20152-local-variables 2020-10-19 17:14:56 -07:00
20150-local-variables_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20150-local-variables_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20150-local-variables_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20150-local-variables_merlin32.S Clone 20152-local-variables 2020-10-19 17:14:56 -07:00
20152-local-variables_64tass.S Expand 20152-local-variables test 2021-07-20 11:28:26 -07:00
20152-local-variables_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20152-local-variables_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20152-local-variables_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20152-local-variables_merlin32.S Expand 20152-local-variables test 2021-07-20 11:28:26 -07:00
20162-cycle-counts-65816_64tass.S Regression test rework, part 2 2020-06-06 15:36:08 -07:00
20162-cycle-counts-65816_acme.S Regression test rework, part 2 2020-06-06 15:36:08 -07:00
20162-cycle-counts-65816_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20162-cycle-counts-65816_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20162-cycle-counts-65816_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20170-external-symbols_64tass.S ORG rework, part 9 2021-10-07 12:39:30 -07:00
20170-external-symbols_acme.S ORG rework, part 9 2021-10-07 12:39:30 -07:00
20170-external-symbols_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20170-external-symbols_cc65.S ORG rework, part 9 2021-10-07 12:39:30 -07:00
20170-external-symbols_merlin32.S ORG rework, part 9 2021-10-07 12:39:30 -07:00
20172-external-symbols_64tass.S Minor fix for 24-bit MULTI_MASK 2020-11-03 11:47:53 -08:00
20172-external-symbols_acme.S Minor fix for 24-bit MULTI_MASK 2020-11-03 11:47:53 -08:00
20172-external-symbols_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20172-external-symbols_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20172-external-symbols_merlin32.S Minor fix for 24-bit MULTI_MASK 2020-11-03 11:47:53 -08:00
20182-extension-scripts_64tass.S Mark flags as indeterminate for inline BRK 2020-08-22 08:56:38 -07:00
20182-extension-scripts_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20182-extension-scripts_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20182-extension-scripts_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20182-extension-scripts_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20190-non-unique-labels_64tass.S Regression test rework, part 2 2020-06-06 15:36:08 -07:00
20190-non-unique-labels_acme.S Regression test rework, part 2 2020-06-06 15:36:08 -07:00
20190-non-unique-labels_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20190-non-unique-labels_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20190-non-unique-labels_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20200-ui-edge-cases_64tass.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20200-ui-edge-cases_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20200-ui-edge-cases_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20200-ui-edge-cases_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20200-ui-edge-cases_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20212-reloc-data_64tass.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20212-reloc-data_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20212-reloc-data_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20212-reloc-data_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20212-reloc-data_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20222-data-bank_64tass.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20222-data-bank_acme.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20222-data-bank_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20222-data-bank_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20222-data-bank_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20233-rockwell_64tass.S Add W65C02S support, part 4 (of 4) 2020-10-11 18:43:00 -07:00
20233-rockwell_acme.S Add W65C02S support, part 4 (of 4) 2020-10-11 18:43:00 -07:00
20233-rockwell_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20233-rockwell_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20233-rockwell_merlin32.S Change Merlin 32 output suffix 2020-10-18 15:47:11 -07:00
20240-large-overlay_64tass.S Fix 64tass output for non-loadable files 2021-08-01 17:21:20 -07:00
20240-large-overlay_acme.S ORG rework, part 3 2021-09-22 15:28:11 -07:00
20240-large-overlay_cc65.cfg ORG rework, part 1 2021-09-16 17:02:19 -07:00
20240-large-overlay_cc65.S ORG rework, part 1 2021-09-16 17:02:19 -07:00
20240-large-overlay_merlin32.S Fix 64tass output for non-loadable files 2021-08-01 17:21:20 -07:00
20250-nested-regions_64tass.S Implement IsRelative for cc65/merlin32 2021-10-09 10:08:14 -07:00
20250-nested-regions_acme.S Implement IsRelative for cc65/merlin32 2021-10-09 10:08:14 -07:00
20250-nested-regions_cc65.cfg ORG rework, part 7 2021-10-02 15:43:41 -07:00
20250-nested-regions_cc65.S Implement IsRelative for cc65/merlin32 2021-10-09 10:08:14 -07:00
20250-nested-regions_merlin32.S Implement IsRelative for cc65/merlin32 2021-10-09 10:08:14 -07:00
20252-nested-regions_64tass.S Implement IsRelative for cc65/merlin32 2021-10-09 10:08:14 -07:00
20252-nested-regions_acme.S ORG rework, part 7 2021-10-02 15:43:41 -07:00
20252-nested-regions_cc65.cfg ORG rework, part 7 2021-10-02 15:43:41 -07:00
20252-nested-regions_cc65.S Implement IsRelative for cc65/merlin32 2021-10-09 10:08:14 -07:00
20252-nested-regions_merlin32.S Implement IsRelative for cc65/merlin32 2021-10-09 10:08:14 -07:00
20260-pre-labels_64tass.S ORG rework, part 9 2021-10-07 12:39:30 -07:00
20260-pre-labels_acme.S ORG rework, part 9 2021-10-07 12:39:30 -07:00
20260-pre-labels_cc65.cfg ORG rework, part 9 2021-10-07 12:39:30 -07:00
20260-pre-labels_cc65.S ORG rework, part 9 2021-10-07 12:39:30 -07:00
20260-pre-labels_merlin32.S ORG rework, part 9 2021-10-07 12:39:30 -07:00
20270-std-inline_64tass.S Ignore project/platform symbols in StdInline 2021-10-27 20:23:34 -07:00
20270-std-inline_acme.S Ignore project/platform symbols in StdInline 2021-10-27 20:23:34 -07:00
20270-std-inline_cc65.cfg Add "StdInline" extension script 2021-10-16 13:19:21 -07:00
20270-std-inline_cc65.S Ignore project/platform symbols in StdInline 2021-10-27 20:23:34 -07:00
20270-std-inline_merlin32.S Ignore project/platform symbols in StdInline 2021-10-27 20:23:34 -07:00
20280-label-placement_64tass.S Add option to put labels on separate lines 2024-04-21 16:26:42 -07:00
20280-label-placement_acme.S Add option to put labels on separate lines 2024-04-21 16:26:42 -07:00
20280-label-placement_cc65.cfg Add option to put labels on separate lines 2024-04-21 16:26:42 -07:00
20280-label-placement_cc65.S Add option to put labels on separate lines 2024-04-21 16:26:42 -07:00
20280-label-placement_merlin32.S Add option to put labels on separate lines 2024-04-21 16:26:42 -07:00