From: cuz Date: Fri, 21 Sep 2001 20:35:40 +0000 (+0000) Subject: Removed old code to set the flags X-Git-Tag: V2.12.0~2622 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5532a80beb57f49218e343ddf249aad7632b1f20;p=cc65 Removed old code to set the flags git-svn-id: svn://svn.cc65.org/cc65/trunk@963 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/libsrc/runtime/ldaxsp.s b/libsrc/runtime/ldaxsp.s index b72e237c5..0f1a2c8d3 100644 --- a/libsrc/runtime/ldaxsp.s +++ b/libsrc/runtime/ldaxsp.s @@ -14,15 +14,7 @@ ldax0sp: ldaxysp: lda (sp),y ; get high byte tax ; and save it - bne L1 ; Try to generate FAST code dey ; point to lo byte lda (sp),y ; load low byte rts -L1: php ; Save Z flag - dey - lda (sp),y - plp - rts - -