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_cuu.s
blob
16177b6c33ae7cd6b4447b3bb6d8a7d5f035c9e8
1
.sect .text; .sect .rom; .sect .data; .sect .bss
2
.define .ciu
3
.define .cui
4
.define .cuu
5
6
.sect .text
7
.ciu:
8
.cui:
9
.cuu:
10
pop ebx
!
return address
11
!
pop ecx
,
dest. size
12
!
pop edx
,
source size
13
!
eax is source
14
cmp
edx
,
ecx
15
jne
8
f
16
jmp ebx
17
8
:
18
.extern EILLINS
19
.extern .fat
20
mov eax
,
EILLINS
21
push eax
22
jmp
.fat