home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource3
/
162_01
/
conv32.mac
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1985-08-21
|
384 b
|
15 lines
; Conversions between float and long types
NAME ('CONV32')
INCLUDE DEQ.MAC
EXTRN CMDBYT,CMDIO,QUIK.1
EXTRN FLSD.B,FLDS
.Z80
F..L:: EQUJPS FTOL,FLSD.B,CMDIO,FLDS
L..F:: EQUJPS LTOF,FLSD.B,CMDIO,FLDS
Bf.Bl:: EQUJPS FTOL,QUIK.1
Bl.Bf:: EQUJPS LTOF,QUIK.1
.8080
END