test #2674
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
.export tosand0ax, tosandeax
|
||||
.import addysp1
|
||||
.importzp sp, sreg, tmp1
|
||||
.importzp c_sp, sreg, tmp1
|
||||
|
||||
.macpack cpu
|
||||
|
||||
@@ -23,24 +23,24 @@ tosand0ax:
|
||||
|
||||
tosandeax:
|
||||
.if (.cpu .bitand ::CPU_ISET_65SC02)
|
||||
and (sp) ; byte 0
|
||||
and (c_sp) ; byte 0
|
||||
ldy #1
|
||||
.else
|
||||
ldy #0
|
||||
and (sp),y ; byte 0
|
||||
and (c_sp),y ; byte 0
|
||||
iny
|
||||
.endif
|
||||
sta tmp1
|
||||
txa
|
||||
and (sp),y ; byte 1
|
||||
and (c_sp),y ; byte 1
|
||||
tax
|
||||
iny
|
||||
lda sreg
|
||||
and (sp),y ; byte 2
|
||||
and (c_sp),y ; byte 2
|
||||
sta sreg
|
||||
iny
|
||||
lda sreg+1
|
||||
and (sp),y ; byte 3
|
||||
and (c_sp),y ; byte 3
|
||||
sta sreg+1
|
||||
|
||||
lda tmp1
|
||||
|
||||
Reference in New Issue
Block a user