ref: aa783d1f4f3828158b8678e2ba327d91aafca816 dir: /src/libc/arch/amd64/memcpy.s/
.file "memcpy.s" .text .globl memcpy,_memcpy _memcpy: memcpy: cld mov %rdi,%rax mov %rdx,%rcx rep movsb ret