Database
32fpm.asc
Associated article: 32-Bit Floating-Point Math
Tags: Database
_32-BIT FLOATING-POINT MATH_ by Al Williams [LISTING ONE] ;########################################################## ;# File: FPM.ASM # ;# 386 Floating point package by Al Williams # ;########################################################## .MODEL SMALL,C ; enable 386 instructions .386 .DATA ; Number format FPM_NUM STRUC SIGN DB ? ; 0 for + FF for - SCALE DB ? ; position of decimal point ...


