summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/rx/memset.S
blob: edab4462056e3833972a46b12393798536289898 (plain)
1
2
3
4
5
6
7
8
9
10
	.file	"memset.S"

	.section .text
	.global  _memset
	.type	 _memset,@function
_memset:
	mov	r1, r4
	sstr.b
	mov	r4, r1
	rts