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