MSBIN2IE module routines

Company Information Software Products TDF Market Reports Download Area take me Home

MSBIN2IE.ASM - MicroSoft basic BINary float format 2 IEEE format

2 routines to convert a Microsoft 4 byte float to a IEEE 4 byte float and back. These are the Microsoft routines hacked out of the run-time library to support commodity data file reads from the Borland environment.

Function fmsbintoieee
Include file DTFL_ACC.H
Prototype int fmsbintoieee( float *src4 , float *dest4 )
Remarks Microsoft float to IEEE returns 0 - normal , 1 - overflow

Function fieeetomsbin
Include file DTFL_ACC.H
Prototype int fieeetomsbin( float *src4 , float *dest4 )
Remarks IEEE float to Microsoft returns 0 - normal , 1 - overflow

Table of Contents Function Index

generated on 08 February 1998 - 14:43:43
© 1998 Tierra del Fuego Ltd.