summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/fruitof.src
blob: 27268892b21163eefd782f0b1b56bb3315c08c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; (c) Copyright 2008 Zilog, Inc.
;-------------------------------------------------------------------------
; fract unsigned integer to float conversion.
;
; Input:
;	Operand1: 
;		  HL : 24 bits
;
; Output:
;	Result:   eHL : 32 bit
; Registers Used:
;	none
;-------------------------------------------------------------------------
	.def __fruitof
	.assume adl=1

__fruitof	equ 0002BCh