repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
. service tells you which device it couldn't stat
[minix3.git]
/
lib
/
i386
/
em
/
em_ior.s
blob
3981ff5ae7396ebe2181924cef852711e5757bfd
1
.sect .text; .sect .rom; .sect .data; .sect .bss
2
.sect .text
3
.define .ior
4
5
!
#bytes in ecx
6
.ior:
7
pop ebx
!
return address
8
mov edx
,
edi
9
mov edi
,
esp
10
add
edi
,
ecx
11
sar ecx
,
2
12
1
:
13
pop eax
14
or
eax
,(
edi
)
15
stos
16
loop
1
b
17
mov edi
,
edx
18
jmp ebx