Ask Question
13 October, 09:48

What fpu manipulations corresponds to the given infix notation? z = (a+b-c) / d*e?

+2
Answers (1)
  1. 13 October, 12:29
    0
    The exact manipulations depend on the instruction set of the FPU. In general, you would ...

    load a

    add b (from here on, all operations are done on the previous result)

    subtract c

    divide by d

    multiply by e
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What fpu manipulations corresponds to the given infix notation? z = (a+b-c) / d*e? ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers