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