remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:06:22 +02:00
parent 3c1641e3e3
commit f8f901b05e
212 changed files with 432 additions and 432 deletions

View File

@@ -10,7 +10,7 @@
.importzp sp, sreg, tmp1
.macpack cpu
tosand0ax:
.if (.cpu .bitand ::CPU_ISET_65SC02)
stz sreg
@@ -19,7 +19,7 @@ tosand0ax:
ldy #$00
sty sreg
sty sreg+1
.endif
.endif
tosandeax:
.if (.cpu .bitand ::CPU_ISET_65SC02)
@@ -29,7 +29,7 @@ tosandeax:
ldy #0
and (sp),y ; byte 0
iny
.endif
.endif
sta tmp1
txa
and (sp),y ; byte 1