mirror of
https://github.com/cc65/cc65.git
synced 2025-03-25 00:35:39 +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:
parent
51b8bd4046
commit
5532a80beb
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user