summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/fpftol.src
blob: 4e21a0506820b7a5fbf8a65560370b8816fa1978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
;--------------------------------------------------------------
;
;	        Code Generation Helper
;		For the Zilog eZ80 C Compiler
;	        Copyright 1992-2008 Zilog, Inc. 
;
;--------------------------------------------------------------
;--------------------------------------------------------------
;
;	  	IEEE Single precision to long.
;
; INPUTS:	abc:	32-bit	IEEE Single precision.
;
; OUTPUTS:	abc:	32-bit	signed long.
;
;--------------------------------------------------------------
	.def __ftol
	.assume adl=1

__ftol		equ 00027Ch