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

@@ -12,9 +12,9 @@
ldax0sp:
ldy #1
ldaxysp:
lda (c_sp),y ; get high byte
lda (c_sp),y ; get high byte
tax ; and save it
dey ; point to lo byte
lda (c_sp),y ; load low byte
lda (c_sp),y ; load low byte
rts