restore comment alignment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user