restore comment alignment

This commit is contained in:
Gorilla Sapiens
2025-06-22 21:34:41 +00:00
parent a7af49a763
commit 0489098517
51 changed files with 131 additions and 131 deletions

View File

@@ -23,24 +23,24 @@ tosxor0ax:
tosxoreax:
.if (.cpu .bitand ::CPU_ISET_65SC02)
eor (c_sp) ; byte 0
eor (c_sp) ; byte 0
ldy #1
.else
ldy #0
eor (c_sp),y ; byte 0
eor (c_sp),y ; byte 0
iny
.endif
sta tmp1
txa
eor (c_sp),y ; byte 1
eor (c_sp),y ; byte 1
tax
iny
lda sreg
eor (c_sp),y ; byte 2
eor (c_sp),y ; byte 2
sta sreg
iny
lda sreg+1
eor (c_sp),y ; byte 3
eor (c_sp),y ; byte 3
sta sreg+1
lda tmp1