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
remove debug line
[minix3.git]
/
lib
/
i386
/
em
/
em_dvi.s
blob
f7a87300ee20fff648f5fc7e00be7fefbcfe096e
1
.sect .text; .sect .rom; .sect .data; .sect .bss
2
.define .dvi
3
4
!
#bytes in eax
5
.sect .text
6
.dvi:
7
pop ebx
!
return address
8
cmp
eax
,
4
9
jne
1
f
10
pop eax
11
cwd
12
pop ecx
13
idiv ecx
14
push eax
15
jmp ebx
16
1
:
17
.extern EODDZ
18
.extern .trp
19
mov eax
,
EODDZ
20
push ebx
21
jmp
.trp