blob: 5a917307b8d6722255f63266e66daa8046ef2c85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
;--------------------------------------------------------------
;
; Code Generation Helper
; For the Zilog eZ80 C Compiler
; Copyright 1992-2008 Zilog, Inc.
;
;--------------------------------------------------------------
;--------------------------------------------------------------
;
; Unsigned long to IEEE Single precision.
;
; INPUTS:
; abc: 32-bit unsigned long
;
; OUTPUTS:
; abc: IEEE Single precision.
;
;--------------------------------------------------------------
.def __ultof
.assume adl=1
__ultof equ 000280h
|