What about fsub FRT,FRA,FRA?
**
-That doesn't actually clear FRT to zero because NaN - NaN = Inf - Inf = NaN, not zero. Also, with round to -inf, 0 - 0 produces -0, not 0.
+That doesn't actually clear FRT to zero because `NaN - NaN` and
+`Inf - Inf` both equal `NaN`, not zero. Also, with "round to -inf",
+0 - 0 produces -0, not 0. Thus use of `fsub` is critically
+dependent on the contents of registers and status flags, where
+`flis` is not.
**
5. "FRS" for both instructions should be changed to "FRT". ("FRS" normally