minix/lib/i86/int64/diff64.s
2005-04-21 14:53:53 +00:00

11 lines
215 B
ArmAsm
Executable file

! diff64() - 64 bit subtraction giving unsigned Author: Kees J. Bot
! 24 Dec 1995
.sect .text
.define _diff64
_diff64: ! unsigned diff64(u64_t i, u64_t j);
mov bx, sp
mov ax, 2(bx)
sub ax, 10(bx)
ret