From e2a39d076d8b5f337a78c4b7871ca6355b28e1a6 Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Thu, 26 Jun 2025 09:00:03 +0200 Subject: [PATCH] Renamed the assembler test. --- test/asm/listing/{sp-compat.s => 080-sp-compat.s} | 0 .../ref/{sp-compat.ld65err2-ref => 080-sp-compat.ld65err2-ref} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/asm/listing/{sp-compat.s => 080-sp-compat.s} (100%) rename test/asm/listing/ref/{sp-compat.ld65err2-ref => 080-sp-compat.ld65err2-ref} (100%) diff --git a/test/asm/listing/sp-compat.s b/test/asm/listing/080-sp-compat.s similarity index 100% rename from test/asm/listing/sp-compat.s rename to test/asm/listing/080-sp-compat.s diff --git a/test/asm/listing/ref/sp-compat.ld65err2-ref b/test/asm/listing/ref/080-sp-compat.ld65err2-ref similarity index 100% rename from test/asm/listing/ref/sp-compat.ld65err2-ref rename to test/asm/listing/ref/080-sp-compat.ld65err2-ref