1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 17:56:21 +00:00

Removed old code to set the flags

git-svn-id: svn://svn.cc65.org/cc65/trunk@963 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-09-21 20:35:40 +00:00
parent 51b8bd4046
commit 5532a80beb

View File

@ -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