repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
sys
/
sysvi386
/
chmod.s
blob
ab5ef3d6ae35e6655cfe41151fb43fb5fccc11b3
1
.globl _chmod
2
.globl chmod
3
_chmod
:
4
chmod
:
5
movl $
0xf
, %
eax
6
lcall $
7
,
$
0
7
jb _cerror
8
xor
%
eax
, %
eax
9
ret