I've got an interest in floating point hardware currently, and in order to compare it properly I need to have a floating point library.
Fortunately there is a floating point library which was produced by the Lawrence Livermore (National) Laboratory in October 1975 which fits the requirement.
It was written for the 8008 and 8080, and is available with both styles of mnemonics.
I've set it up to run on the RC2014 by adding direct some input and output routines.
The code is compiled with TASM v3.1 selecting the 8085 code tables, from Linux dosbox.
The example code is set to load at 0x3000, and is loaded into the RC2014 with my
HexLoadr ROM, and Linux cat.
There's a lot of code in this library, but there's no need slow down for this loader version (see video).
You can adjust the code entry points to run it with other ROMs.