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

__fritof	equ 0002B8h