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

@@ -11,16 +11,16 @@
_DbgMemDump:
ldy #0
lda (c_sp),y ; Get length
lda (c_sp),y ; Get length
sta tmp4
iny
lda (c_sp),y ; Get the string buffer
lda (c_sp),y ; Get the string buffer
sta ptr3
iny
lda (c_sp),y
sta ptr3+1
iny
lda (c_sp),y ; Get the address
lda (c_sp),y ; Get the address
sta ptr4
iny
lda (c_sp),y