Consider the following expression: M = U/(V*W + X*Y - Z). a) List a sequence ofinstructions to evaluate this expression on a computer architecture with two-address arithmeticinstructions (ADD, SUBT, MULT, DIV), and STORE and LOAD instructions where one of theoperands must be a register. Assume registers R1, R2, R3, ..etc and you must use the least numberof registers possible to complete the arithmetic. b) How many registers needed to complete thisexpression?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here