restore comment alignment
This commit is contained in:
@@ -86,9 +86,9 @@ memcpy_getparams:
|
||||
; (Direct stack access is six cycles faster [total cycle count].)
|
||||
|
||||
iny ; (Y=0 by popptr1, need '1' here) save dest
|
||||
lda (c_sp),y ; get high byte
|
||||
lda (c_sp),y ; get high byte
|
||||
tax
|
||||
lda (c_sp) ; get low byte
|
||||
lda (c_sp) ; get low byte
|
||||
sta ptr2
|
||||
stx ptr2+1
|
||||
rts ; return dest address (for memmove)
|
||||
|
||||
Reference in New Issue
Block a user