a) 101.101 d) 100.010 b) 110.011 e) 111.001 c) 100.001 f) 101.111
a) 10.00 d) -10.0125 b) -20.625 e) 63.984375 c) 100.001 f) -15.9375
Hint: First split off the integer part and print it using DSPDEC, then print the point, then print successive digits of the fraction by repeatedly multiplying by 10, knocking off the integer part and printing it.