. service tells you which device it couldn't stat
[minix3.git] / lib / i386 / em / em_ior.s
blob3981ff5ae7396ebe2181924cef852711e5757bfd
1 .sect .text; .sect .rom; .sect .data; .sect .bss
2 .sect .text
3 .define .ior
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
13 pop eax
14 or eax,(edi)
15 stos
16 loop 1b
17 mov edi,edx
18 jmp ebx