title Module from library HIFLOAT_5 : LBSQRT name ('LBSQRT') maclib baselib.lib ; Build the square root ; 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 number ; and reg pair HL points to result ; EXIT Result filled with natural square root entry flsqr extrn ?flsqr,@oper1 flsqr: ld ix,?flsqr jp @oper1 end