From 0d28f6ff8c9e049fc24e047db2f4ee4ff5872e4a Mon Sep 17 00:00:00 2001 From: mrdudz Date: Fri, 27 Jun 2025 17:32:20 +0200 Subject: [PATCH] fix test --- test/asm/listing/080-sp-compat.s | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/asm/listing/080-sp-compat.s b/test/asm/listing/080-sp-compat.s index 8c22a71d3..54c48e8c3 100644 --- a/test/asm/listing/080-sp-compat.s +++ b/test/asm/listing/080-sp-compat.s @@ -1,7 +1,16 @@ .include "zeropage.inc" +; FIXME: there must be a less ugly way to do this +.ifp4510 +.else +.ifp45GS02 +.else + .proc _func ldy #0 lda (sp),y rts .endproc + +.endif +.endif