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

__frftos	equ 0002B0h