summaryrefslogtreecommitdiff
path: root/frontends/calculator/CEdev/lib/shared/frftoub.src
blob: da46faf39a96017b6ae7a8dfce2e77a4b5d9055c (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 unsigned char conversion.
;
; Input:
;	Operand1: 
;		  eHL : 32 bits
;
; Output:
;	Result:   A : 8 bit
; Registers Used:
;	none
;-------------------------------------------------------------------------
	.def __frftoub
	.assume adl=1

__frftoub	equ 0002A4h