mirror of
https://github.com/cc65/cc65.git
synced 2025-01-22 06:30:38 +00:00
Fixed a bug in pushw0sp
git-svn-id: svn://svn.cc65.org/cc65/trunk@1604 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ac61d6826c
commit
56350d81e0
@ -10,7 +10,7 @@
|
|||||||
.macpack generic
|
.macpack generic
|
||||||
|
|
||||||
pushw0sp:
|
pushw0sp:
|
||||||
ldy #2
|
ldy #3
|
||||||
pushwysp:
|
pushwysp:
|
||||||
lda sp ; 3
|
lda sp ; 3
|
||||||
sub #2 ; 4
|
sub #2 ; 4
|
||||||
@ -28,4 +28,4 @@ pushwysp:
|
|||||||
sta (sp),y ; 5
|
sta (sp),y ; 5
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user