mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 06:17:58 +00:00
Improved 65c02 support
git-svn-id: svn://svn.cc65.org/cc65/trunk@2507 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
.export pusha0sp, pushaysp, pusha
|
||||
.importzp sp
|
||||
|
||||
.macpack cpu
|
||||
|
||||
; Beware: The optimizer knows about this function!
|
||||
|
||||
pusha0sp:
|
||||
@@ -16,7 +18,7 @@ pushaysp:
|
||||
pusha: ldy sp ; (3)
|
||||
beq @L1 ; (6)
|
||||
dec sp ; (11)
|
||||
.ifpc02
|
||||
.if (.cpu .bitand CPU_ISET_65SC02)
|
||||
sta (sp)
|
||||
.else
|
||||
ldy #0 ; (13)
|
||||
|
||||
Reference in New Issue
Block a user