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:
@@ -14,15 +14,7 @@ ldax0sp:
|
|||||||
ldaxysp:
|
ldaxysp:
|
||||||
lda (sp),y ; get high byte
|
lda (sp),y ; get high byte
|
||||||
tax ; and save it
|
tax ; and save it
|
||||||
bne L1 ; Try to generate FAST code
|
|
||||||
dey ; point to lo byte
|
dey ; point to lo byte
|
||||||
lda (sp),y ; load low byte
|
lda (sp),y ; load low byte
|
||||||
rts
|
rts
|
||||||
|
|
||||||
L1: php ; Save Z flag
|
|
||||||
dey
|
|
||||||
lda (sp),y
|
|
||||||
plp
|
|
||||||
rts
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user