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

@@ -20,21 +20,21 @@ pusha0: ldx #0
.proc pushax
pha ; (3)
lda c_sp ; (6)
lda c_sp ; (6)
sec ; (8)
sbc #2 ; (10)
sta c_sp ; (13)
sta c_sp ; (13)
bcs @L1 ; (17)
dec c_sp+1 ; (+5)
dec c_sp+1 ; (+5)
@L1: ldy #1 ; (19)
txa ; (21)
sta (c_sp),y ; (27)
sta (c_sp),y ; (27)
pla ; (31)
dey ; (33)
.if (.cpu .bitand ::CPU_ISET_65SC02)
sta (c_sp) ; (37)
sta (c_sp) ; (37)
.else
sta (c_sp),y ; (38)
sta (c_sp),y ; (38)
.endif
rts ; (44/43)