mirror of
https://github.com/cc65/cc65.git
synced 2025-01-24 20:30:08 +00:00
Added some 65C02 code
git-svn-id: svn://svn.cc65.org/cc65/trunk@487 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
d09bf73a96
commit
4f0664bea0
@ -14,8 +14,12 @@ pushaysp:
|
||||
pusha: ldy sp
|
||||
beq @L1
|
||||
dec sp
|
||||
.ifpc02
|
||||
sta (sp)
|
||||
.else
|
||||
ldy #0
|
||||
sta (sp),y
|
||||
.endif
|
||||
rts
|
||||
|
||||
@L1: dec sp+1
|
||||
|
Loading…
x
Reference in New Issue
Block a user