Problem: Repeat Exercise for the FORTRAN statement
X = (A + B) * (C + D)
assuming that the value of D is stored in memory word 18.
Exercise: Using the instruction mnemonics and opcodes given in the text, write a sequence of
(a) assembly language and
(b) machine language instructions equivalent to the FORTRAN statement
X = (A + B) * C
For the machine language instructions, assume that the values of A, B, and C are stored in memory words 15, 16, and 17, respectively, and the value of X is to be stored in memory word 23.