diff --git a/libsrc/runtime/pusha.s b/libsrc/runtime/pusha.s index c1f1e3160..f4e9639dd 100644 --- a/libsrc/runtime/pusha.s +++ b/libsrc/runtime/pusha.s @@ -18,12 +18,8 @@ pushaysp: pusha: ldy sp ; (3) beq @L1 ; (6) dec sp ; (11) -.if (.cpu .bitand CPU_ISET_65SC02) - sta (sp) -.else ldy #0 ; (13) sta (sp),y ; (19) -.endif rts ; (25) @L1: dec sp+1 ; (11)