ref: e58b45d858955d8ffd748a68df69171e30f0ab0d 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