summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/frstof.src
blob: 03f0f564a0ab274592f1249ae25c67dc10186459 (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 short to float conversion.
;
; Input:
;	Operand1: 
;		  HL : 24 bits
;
; Output:
;	Result:   eHL : 32 bit
; Registers Used:
;	none
;-------------------------------------------------------------------------
	.def __frstof
	.assume adl=1
	
__frstof	equ 0002C0h