diff --git a/libsrc/runtime/pushwsp.s b/libsrc/runtime/pushwsp.s index ed8cecb2a..6e9735485 100644 --- a/libsrc/runtime/pushwsp.s +++ b/libsrc/runtime/pushwsp.s @@ -10,7 +10,7 @@ .macpack generic pushw0sp: - ldy #2 + ldy #3 pushwysp: lda sp ; 3 sub #2 ; 4 @@ -28,4 +28,4 @@ pushwysp: sta (sp),y ; 5 rts - +