repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dec21140A ethernet driver for virtualpc, contributed by nicolas tittley.
[minix.git]
/
lib
/
i386
/
int64
/
diff64.s
blob
e895a75c8f38b41332f57cde2b7c76f44140ef73
1
!
diff64
() -
64
bit subtraction giving unsigned Author
:
Kees J. Bot
2
!
7
Dec
1995
3
.sect .text
4
.define _diff64
5
6
_diff64
: !
unsigned diff64
(
u64_t i
,
u64_t j
)
;
7
mov eax
,
4
(
esp
)
8
sub
eax
,
12
(
esp
)
9
ret
10
11
!
12
!
$PchId
:
diff64.ack.s
,
v
1.2 1996
/
04
/
11 18
:
59
:
57
philip Exp $