Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mempcpy.S « rx « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c679d04cef0d27dda4294bcdedcc2191d8ca6c7d (plain)
1
2
3
4
5
6
7
8
	.file	"mempcpy.S"

	.section .text
	.global  _mempcpy
	.type	 _mempcpy,@function
_mempcpy:
	smovf
	rts