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_sli.s
blob
dd5b616676f8e397118f6eace1d8c1d647c740fc
1
.sect .text; .sect .rom; .sect .data; .sect .bss
2
.sect .text
3
.define .sli
4
5
!
#bytes in eax
6
.sli:
7
pop edx
!
return address
8
cmp
eax
,
4
9
jne
1
f
10
pop eax
11
pop ecx
12
sal eax
,
cl
13
push eax
14
jmp edx
15
1
:
16
.extern EODDZ
17
.extern .trp
18
mov eax
,
EODDZ
19
push edx
20
jmp
.trp