; Daniel Sands ; This converts MBF to IEEE: MBF2IEEE PROC ; DS:SI is the number to convert SUB byte ptr [SI+3],2 SHL byte ptr [SI+2],1 RCR byte ptr [SI+3],1 RCR byte ptr [SI+2],1 RET MBF2IEEE ENDP