summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/frustof.src
blob: 9b10c57d9e60ce1fe88d404b3bc76e43a860f596 (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 short to float conversion.
;
; Input:
;	Operand1: 
;		  HL : 16 bits
;
; Output:
;	Result:   eHL : 32 bit
; Registers Used:
;	none
;-------------------------------------------------------------------------
	.def __frustof
	.assume adl=1
	
__frustof	equ 0002C8h