1 2 3 4 5 6 7 8
.file "mempcpy.S" .section .text .global _mempcpy .type _mempcpy,@function _mempcpy: smovf rts