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

@@ -74,6 +74,6 @@ memcpy_getparams: ; IMPORTANT! Function has to leave with Y=0!
tax
stx ptr2+1 ; save high byte of ptr2
dey ; Y = 0
lda (c_sp),y ; Get ptr2 low
lda (c_sp),y ; Get ptr2 low
sta ptr2
rts