. service tells you which device it couldn't stat
[minix3.git] / lib / i386 / em / em_mli.s
blob84185fb62e60b4d1d6402b87880c964b1eeed2df
1 .sect .text; .sect .rom; .sect .data; .sect .bss
2 .sect .text
3 .define .mli
5 ! #bytes in eax
6 .mli:
7 pop ebx ! return address
8 cmp eax,4
9 jne 1f
10 pop eax
11 pop ecx
12 mul ecx
13 push eax
14 jmp ebx
16 .extern EODDZ
17 .extern .trp
18 mov eax,EODDZ
19 push ebx
20 jmp .trp