title Module from library HIFLOAT_5 : LBROUN name ('LBROUN') maclib baselib.lib ; Round function ; Copyright (C) Werner Cirsovius ; Hohe Weide 44 ; D-20253 Hamburg ; Tel.: +49-40-4223247 ; Version 1.0 January 1989 ; ENTRY Reg BC points to number to be rounded ; EXIT Reg HL holds the 'nearest' integer ; to the input number entry flround ext ?flround,@opr16 flround: ld ix,?flround jp @opr16 ; Get 16 bit end