repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git]
/
newlib
/
libc
/
machine
/
rx
/
memset.S
blob
5ce7a3bcaa2c8e80b52b9c9c957ccc9a80c84d0d
1
.file "memset.S"
2
3
.section .text
4
.global _memset
5
.type _memset,@function
6
_memset:
7
mov r1, r4
8
sstr.b
9
mov r4, r1
10
rts
11
12
.size _memset, . - _memset
13