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

@@ -15,15 +15,15 @@ pusha0sp:
ldy #$00
pushaysp:
lda (c_sp),y
pusha: ldy c_sp ; (3)
pusha: ldy c_sp ; (3)
beq @L1 ; (6)
dec c_sp ; (11)
dec c_sp ; (11)
ldy #0 ; (13)
sta (c_sp),y ; (19)
sta (c_sp),y ; (19)
rts ; (25)
@L1: dec c_sp+1 ; (11)
dec c_sp ; (16)
sta (c_sp),y ; (22)
@L1: dec c_sp+1 ; (11)
dec c_sp ; (16)
sta (c_sp),y ; (22)
rts ; (28)