. service tells you which device it couldn't stat
[minix3.git] / lib / i386 / em / em_com.s
blobdfc5f702b2bb453ce06013d447c537efaa56e61d
1 .sect .text; .sect .rom; .sect .data; .sect .bss
2 .define .com
4 ! #bytes in ecx
5 .sect .text
6 .com:
7 mov ebx,esp
8 add ebx,4
9 sar ecx,2
11 not (ebx)
12 add ebx,4
13 loop 1b
14 ret