title Module from library HIFLOAT_4 : LBDIV name ('LBDIV') maclib baselib.lib ; Divide floating point numbers ; Copyright (C) Werner Cirsovius ; Hohe Weide 44 ; D-20253 Hamburg ; Tel.: +49-40-4223247 ; Version 1.0 January 1989 ; ENTRY Reg pair BC points to first number, pair DE points to ; second number and reg pair HL points to quotient ; EXIT Result filled with quotient entry fldiv extrn ?fldiv,@oper2 fldiv: ld ix,?fldiv jp @oper2 end