memcpy.s (119B)
1 .file "memcpy.s" 2 .text 3 .globl memcpy,_memcpy 4 5 memcpy: 6 _memcpy: 7 mov %rdi,%rax 8 mov %rdx,%rcx 9 cld 10 rep 11 movsb 12 ret
![]() | sccsimple c99 compiler |
git clone git://git.simple-cc.org/scc | |
Log | Files | Refs | README | LICENSE |